/*ランキング部分*/
.product-list__item:first-of-type .ranking_rank {
    background-image: url(/html/user_data/assets/img/item/calendar_sp2024/rank_01.webp);
}
.product-list__item:nth-of-type(2) .ranking_rank {
    background-image: url(/html/user_data/assets/img/item/calendar_sp2024/rank_02.webp);
}
.product-list__item:nth-of-type(3) .ranking_rank {
    background-image: url(/html/user_data/assets/img/item/calendar_sp2024/rank_03.webp);
}
/*ランキングスライド*/
.product-swiper__wrap{
    position: relative;
    padding: 0 40px;
}
.product-swiper-container{
    overflow: hidden;
}
.product-list .swiper-slide {
    width: 170px;
    max-width: calc((100% - 80px) / 5);
}
.product-swiper-prev,
.product-swiper-next{
    position: absolute;
    width: 30px;
    height: 35px;
    cursor: pointer;
    border-radius: 5px;
    top: 40%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}
.product-swiper-prev:after, .product-swiper-next:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 8px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #939393;
    transform: rotate(-45deg) translate(0, -50%);
}
.product-swiper-prev{
    left:0;
}
.product-swiper-prev:after{
    top: 25%;
    right: 10px;
    transform: rotate(135deg) translate(0, -50%);
}
.product-swiper-next{
    right:0;
}
.product-swiper-prev:hover,
.product-swiper-next:hover{
    background: #f9f9f9;
}
.product-swiper-pagination{
    width:auto;
    font-size: 1.4rem;
}
.swiper-pagination-current{
    font-size:1.8rem;
    font-weight: bold;
}

/* 目次ボタン */
.category-contents_item a:hover{
    opacity: 0.7;
}
.block-btn__wrap{
    margin-top: 4rem;
}
.category-contents_item {
    background: #fff;
    border: 1px solid #644444;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.category-contents__flexbox_00 {
    flex-direction: column;
    color: #644444;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
}
.category-contents_item a {
    display: flex;
    flex-direction: column;
    color: #644444;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
}
.contents__text {
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px;
    height: 100%;
    font-size: 1.6rem;
}
.cate-contents_flexbox {
    font-size: 1.7rem;
}
.cate-contents_flexbox_01::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #ffd359;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.cate-contents_flexbox_01::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -3px;
    transform: rotate(135deg);
}
.cate-contents_flexbox_02::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #ffb59e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.cate-contents_flexbox_02::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -3px;
    transform: rotate(135deg);
}
.cate-contents_flexbox_03::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #c9b0c8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.cate-contents_flexbox_03::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -3px;
    transform: rotate(135deg);
}
.cate-contents_flexbox_04::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #a2c8e3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.cate-contents_flexbox_04::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -3px;
    transform: rotate(135deg);
}
@media(min-width: 768px){
    .category-contents.head_anchor{
        flex-wrap: nowrap;
    }
    .category-contents_item {
        width: -webkit-fill-available;
    }
}

/* base */
.lp_content{
    width: 100%;
}
.lp_content a{
    transition:all 0.2s;
}
.lp_content a:hover{
    opacity: 0.7;
}
.summary-text_01 {
	color: #644444; /* 文字色 */
	padding: 6px 5px 6px 22px; /* 上・右・下・左の余白 */
	position: relative;
    margin: 2rem 0;
    font-size: 1.6rem;
}
.summary-text_01:before {
	background-color: #ffcb3c; /* 左側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 0px; /* 左端からの位置 */
	width: 7px; /* 左側の線の幅 */
	height: 100%;
}
.summary-text_01:after {
	background-color: #ffe291; /* 右側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 11px; /* 左端からの位置 */
	width: 4px; /* 右側の線の幅 */
	height: 100%;
}

.summary-text_02 {
	color: #644444; /* 文字色 */
	padding: 6px 5px 6px 22px; /* 上・右・下・左の余白 */
	position: relative;
    margin: 2rem 0;
    font-size: 1.6rem;
}
.summary-text_02:before {
	background-color: #ff9b7d; /* 左側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 0px; /* 左端からの位置 */
	width: 7px; /* 左側の線の幅 */
	height: 100%;
}
.summary-text_02:after {
	background-color: #ffbda8; /* 右側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 11px; /* 左端からの位置 */
	width: 4px; /* 右側の線の幅 */
	height: 100%;
}

.summary-text_03 {
	color: #644444; /* 文字色 */
	padding: 6px 5px 6px 22px; /* 上・右・下・左の余白 */
	position: relative;
    margin: 2rem 0;
    font-size: 1.6rem;
}
.summary-text_03:before {
	background-color: #b694c9; /* 左側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 0px; /* 左端からの位置 */
	width: 7px; /* 左側の線の幅 */
	height: 100%;
}
.summary-text_03:after {
	background-color: #d4c7da; /* 右側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 11px; /* 左端からの位置 */
	width: 4px; /* 右側の線の幅 */
	height: 100%;
}

.summary-text_04 {
	color: #644444; /* 文字色 */
	padding: 6px 5px 6px 22px; /* 上・右・下・左の余白 */
	position: relative;
    margin: 2rem 0;
    font-size: 1.6rem;
}
.summary-text_04:before {
	background-color: #7db0d4; /* 左側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 0px; /* 左端からの位置 */
	width: 7px; /* 左側の線の幅 */
	height: 100%;
}
.summary-text_04:after {
	background-color: #a2c8e3; /* 右側の線の色 */
	content: '';
	position: absolute;
    bottom: 0;
	left: 11px; /* 左端からの位置 */
	width: 4px; /* 右側の線の幅 */
	height: 100%;
}


.main-title{
    margin-top: 20px;
    font-size: 2.5rem;
    color: #644444;
}
.main-introduction{
    font-size: 1.6rem;
    font-weight: bold;
    color: #644444;
    text-align: center;
}
.sp-title{
    position: relative;
    text-align: center;
    padding: 10px 15px;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #8d5f5f 0 3px, transparent 3px 6px);
    color: #644444;
    font-weight: bold;
    line-height: 1.4;
}
.sp-title_rank{
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    padding: 10px 15px;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #8d5f5f 0 3px, transparent 3px 6px);
    color: #644444;
    font-weight: bold;
    line-height: 1.4;
}
.sp-title_01{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #ffdc7a 0 3px, transparent 3px 6px);
    color: #644444;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.sp-title_02{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #ffb59e 0 3px, transparent 3px 6px);
    color: #644444;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.sp-title_03{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #c9b0c8 0 3px, transparent 3px 6px);
    color: #644444;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.sp-title_04{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #a2c8e3 0 3px, transparent 3px 6px);
    color: #644444;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

@media (min-width: 768px){
    .main-introduction{
        font-size: 2rem;
    }
    .sp-title{
        padding: 20px 15px;
        font-size: 2.3rem;
        text-align: center;
    }
    .sp-title_rank{
        padding: 20px 15px;
        font-size: 2.3rem;
        text-align: center;
    }
}

/* table of contents */
.block-toc__wrap{
    padding: 20px;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #644444;
    margin: 50px 0;
    background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
    background-size: 4px 4px;
}
.block-toc__title{
    margin-bottom: 10px;
    color: #644444;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}
.block-toc__list{
    list-style: auto;
    margin: auto;
    display: block;
    width: fit-content;
}
.block-toc__list > li a{
    text-decoration: none;
    color: #644444;
    font-size: 1.4rem;
    font-weight: bold;
}
.block-toc__list > li{
    margin-top: 20px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    position: relative;
}
.block-toc__list > li:first-child:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffdc7a;
}
.block-toc__list > li:nth-child(2):before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffb59e;
}
.block-toc__list > li:nth-child(3):before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #c9b0c8;
}
.block-toc__list > li:last-child:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #a2c8e3;
}
.block-toc__list > li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
@media (min-width: 768px){
    .block-toc__wrap {
        margin: 60px 0;
        padding: 30px 50px;
    }
    .block-toc__list > li a{
        font-size: 1.6rem;
    }
}
/*ランキング 順位部分*/
.rank_img {
    text-align: center;
    margin-bottom: 0.5rem;
}

/*ランキング*/
.rank_sweets{
    margin-bottom: 100px;
}
.block-product__list-rank{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 1rem;
}
.block-product__list-rank > li{
    width: 158px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
}
.block-items__item__link-rank{
    gap:10px;
    height: 100%;
    padding: 10px;
    transition:all 0.2s;
    display: flex;
    flex-direction: column;
}
.block-items__item__link-rank:hover{
    opacity: 0.7;
}
.block-items__item__link-rank .block-items__item__info{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    width: auto;
}
.block-product__list-rank > li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list-rank > li .block-items__item__tag{
    font-size: 1.1rem;
    color: #222;
    border-radius: 50px;
    padding: 5px 10px 5px 21px;
    align-items: center;
    line-height: 1;
    border: 1px solid #ccc;
    margin: 0;
}
.block-product__list-rank > li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}

/* product__list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 100px;
}
.block-product__list > li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
}
.block-items__item__link{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    height: 100%;
    padding: 10px;
    transition:all 0.2s;
}
.block-items__item__link:hover{
    opacity: 0.7;
}
.block-items__item__img{
    padding: 0;
}
.block-items__item__img img{
    position: static;
    vertical-align: bottom;
}

.block-items__item__link .block-items__item__info{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.block-items__item__name{
    margin-top: 0;
    line-height: 1.4;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: bold;
}
.block-items__item__price{
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
    margin: 0;
}
.block-items__item__price--unit{
    font-size: 1.8rem;
}
.block-items__item__price--count{
    font-size: 1.2rem;
}
.block-product__list > li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list > li .block-items__item__tag{
    font-size: 1.1rem;
    color: #222;
    border-radius: 50px;
    padding: 5px 10px 5px 21px;
    align-items: center;
    line-height: 1;
    border: 1px solid #b8b8b8;
    margin: 0;
}
.block-product__list > li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}
.block-product__desc{
    color: #7c7c7c;
    display: -webkit-box;
    -webkit-box-orient: verticol;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: 5px;
}
.block-product__link-btn{
    display: none;
}
.block-product__link-btn_01{
    display: none;
}
.block-product__link-btn_02{
    display: none;
}
.block-product__link-btn_03{
    display: none;
}
.block-product__link-btn_04{
    display: none;
}
.product_list_rank{
    overflow: hidden;
}
.col_05{
    width: 200px;
}
@media (min-width: 768px) {
    .content-front .heading-unit__text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .col-4 {
        width: calc((100% - 45px) / 4);
    }
    .category-contents__flexbox_00 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .col_2 img{
        width: 70%;
    }
    .col_4 img{
        width: 95%;
    }
    .block-product__list{
        gap: 30px 15px;
    }
    .block-product__list-rank{
        gap: 30px 15px;
    }
    .col_2{
        width: calc((100% - 15px) / 2);
        padding: 0;
    }

    .block-items__item__link{
        flex-direction: column;
        padding: 10px 10px 20px;
    }
    .block-items__item__img{
        text-align: center;
    }
    .block-items__item__info{
        width: 100%;
    }
    .block-items__item__name{
        display: block;
        overflow: hidden;
        font-size: 1.5rem;
    }
    .block-items__item__price{
        display: flex;
        gap: 10px;
    }
    .block-items__item__price--unit{
        font-size: 1.7rem;
    }
    .col_5 .block-items__item__price--unit{
        font-size: 1.5rem;
        margin-top: 0.5rem;
    }
    .block-items__item__price--count{
        font-size: 1.3rem;
    }
    .block-product__desc{
        -webkit-line-clamp: 4;
    }
    .block-product__link-btn{
        width: 85%;
        display: block;
        position: relative;
        background: #a17b7b;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 1.5rem;
    }
    .block-product__link-btn:after {
        content: "";
        position: absolute;
        top: 46%;
        right: 15px;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #fff;
        transform: rotate(-45deg) translate(0, -50%);
    }
    .block-product__link-btn.link-btn_01{
        background: #f9b802;
    }
    .block-product__link-btn.link-btn_02{
        background: #ff8f6e;
    }
    .block-product__link-btn.link-btn_03{
        background: #b694c9;
    }
    .block-product__link-btn.link-btn_04{
        background: #7db0d4;
    }
    .rank_img img {
        width: 50px;
    }
    .rank_num_5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        align-items: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 7px auto 0;
    }
    .rank_num {
        width: 35px;
        height: 35px;
        margin-bottom: 1rem;
        line-height: 38px;
        text-align: center;
        font-size: 20px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
    .sp-title_rank{
        font-size: 2.5rem;
    }
    .sp-title{
        font-size: 2.5rem;
    }
    .sma{
        display: none;
    }
    .rank_num{
        width: 35px;
        height: 35px;
        margin-bottom: 1rem;
        line-height: 38px;
        text-align: center;
        font-size: 20px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
}
@media(max-width: 767px){
    
    .col_5{
        max-width: 100%;
    }
    .col-4 {
        width: 100%;
    }
    .block-items__item__link-rank .block-items__item__img{
        padding: 0;
    }
    .block-items__item__link .block-items__item__img{
        width: 125px;
        padding: 0;
    }
    .rank_img {
        display: flex;
        text-align: center;
        align-items: center;
        width: 35%;
        margin: 0 auto;
    }
    .rank_img img {
        width: 120px;
    }
    .rank_num_5 {
        display: flex;
        text-align: center;
        align-items: center;
        margin: 0.4rem auto 0;
    }
    .rank_num {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
    .block-items__item__link .block-items__item__info{
        width: calc(100% - 135px);
    }
    .sp-title_rank{
        font-size: 2rem;
    }
    .sp-title{
        font-size: 2rem;
    }
    .pc{
        display: none;
    }
    .product-swiper__wrap{
        padding: 0;
    }
    .product-list .swiper-slide {
    width: 120px;
    max-width: 100%;
}
    .product-swiper-prev,
    .product-swiper-next,
    .product-swiper-pagination{
        display: none;
    }
    .rank_num {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
}
@media (min-width: 1024px) {
    .col_4{
        width: calc((100% - 45px) / 4);
        padding: 0;
    }
}
@media screen and (max-width: 500px){
    @keyframes scrollAnime{
        0% { transform: translateX(0)}
      100% { transform: translateX(-100%)}
    }
}


.sweets-category_btn{
    text-align: center;
    margin: 0 0 100px 0;
}

.sweets-category_btn a{
    border: 2px solid #644444;
    font-size: 2.5rem;
    padding: 20px 90px;
    color: #644444;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-radius: 50px;
    background-color: #ffeaad;
}

.sweets-category_btn a:hover{
    background-color: #644444;
    color: #fff;
}

.sweets-category_btn a:hover:after{
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.sweets-category_btn a::after{
    content: "";
    border-bottom: 3px solid #644444;
    border-right: 3px solid #644444;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 31px;
    top: 32px;
}




/* sidenavi */
#side_navi{
    display: none;
}
.section-navi{
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 70px;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }

    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }
    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
        margin-bottom: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 10px 5px 10px 17px;
        min-height: 15px;
        font-size: 1.2rem;
    }
}
/*花子　右下*/
#imageContainer {
    /* width: 300px; */
    cursor: pointer;
}