/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
main.fs-l-main {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
#side-nav {
        width: 230px;
}
section.fs-l-pageMain {
        width: 940px;
}
#fs_Top .fs-l-page {
        margin-top: 120px !important;
}
#fs_CustomPage .fs-l-page {
        margin-top: 120px !important;
}
/* --------------------------------------------------------------------------------
	side-nav
-------------------------------------------------------------------------------- */
/*
        benefit
*/
#side-nav .benefit {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 10px;
        padding: 15px 5px 25px;
}
#side-nav .benefit h4 {
        font-size: 15px;
        font-weight: 600;
}
#side-nav .benefit h4 .ttl {
        display: block;
        font-size: 28px;
        color: #EF4132;
        font-weight: 600;
        border-bottom: 1px solid #707070;
        margin-bottom: 10px;
        line-height: 1.5;
}
#side-nav .benefit h4 .ttl span {
        font-size: 20px;
        font-weight: 600;
}
#side-nav .benefit .point {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EF4132;
        line-height: 1;
        margin-bottom: 10px;
}
#side-nav .benefit .point .num {
        font-size: 60px;
        letter-spacing: normal;
        font-weight: 600;
        margin-right: 5px;
}
#side-nav .benefit .point .txt {
        text-align: left;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
}
#side-nav .benefit .new-btn {
        width: 90%;
        margin: 0 auto;
}
#side-nav .benefit .new-btn a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: #EF4132;
        font-size: 18px;
        padding: 10px 0;
        position: relative;
        line-height: 1;
        border-radius: 5px;
}
#side-nav .benefit .new-btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid transparent;
}
/*
	hassou
*/
#side-nav .hassou {
        border: 1px solid #900606;
        border-radius: 5px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        overflow: hidden;
}
#side-nav .hassou h4 {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        background-color: #EF4132;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
}
#side-nav .hassou .img-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 10px 5px;
}
#side-nav .hassou .img-box .img {
        width: 70px;
        margin-right: 5px;
}
#side-nav .hassou .img-box p {
        color: #EF4132;
        line-height: 1.2;
        font-size: 20px;
        font-weight: 600;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#side-nav .hassou .img-box p span {
        font-size: 28px;
}
#side-nav .hassou .desc {
        font-size: 14px;
        padding: 0 10px;
        line-height: 1.8;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#side-nav .hassou .desc span {
        color: #EF4132;
        font-weight: 600;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
	tel-oreder
*/
#side-nav .tel-oreder {
        margin-bottom: 20px;
}
#side-nav .tel-oreder .inner {
        width: 100%;
}
#side-nav .tel-oreder .txt {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        background-color: #EF4132;
        border-radius: 5px;
        padding: 5px 10px;
        line-height: 1.5;
        margin-bottom: 20px;
}
#side-nav .tel-oreder .num {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
}
#side-nav .tel-oreder .num .img {
        width: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
}
#side-nav .tel-oreder .num a {
        display: block;
        width: 80%;
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal;
}
#side-nav .tel-oreder .time {
        width: 80%;
        margin-left: auto;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.5;
}
#side-nav .tel-oreder .arrow-btn a {
        display: flex;
        width: 210px;
        font-size: 13px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 12px 8px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        border-radius: 3px;
        margin: 0 auto 10px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#side-nav .tel-oreder .arrow-btn a::after {
        content: "";
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 5px;
        width: 20px;
        background-size: contain;
}
/*
	search 
*/
#side-nav .search {
        background-color: #F6F2EA;
        margin-bottom: 30px;
        padding: 10px 5px 15px;
        border-radius: 10px;
}
#side-nav .search .ttl {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
}
/*
	cat-list
*/
#side-nav .cat-list {
        margin-bottom: 40px;
}
#side-nav .cat-list h3 {
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: #EF4132;
        padding: 7px 0;
        border-radius: 5px;
        margin-bottom: 10px;
}
#side-nav .cat-list ul li h4 {
        font-size: 16px;
        font-weight: 600;
        padding: 5px 10px;
        border-bottom: 1px solid #606060;
}
#side-nav .cat-list ul li:first-child h4 {
        border-top: 1px solid #606060;
}
#side-nav .cat-sub-list {
        border-bottom: 1px solid #606060;
}
#side-nav .cat-sub-list ul li {
        border-top: 1px solid #606060;
}
#side-nav .cat-sub-list ul li:first-child {
        border-top: none;
}
#side-nav .cat-sub-list ul li a {
        padding: 10px 0;
        display: flex;
        align-items: center;
        position: relative;
}
#side-nav .cat-sub-list ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid transparent;
}
#side-nav .cat-sub-list ul li a img {
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}
#side-nav .cat-sub-list ul li a span {
        font-size: 13px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
	noshi
*/
#side-nav .noshi {
        margin-bottom: 10px;
}
/*
	large-order
*/
#side-nav .large-order {
        margin-bottom: 20px;
}
/*
	keichou
*/
#side-nav .keichou {
        margin-bottom: 20px;
}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#online-header {
        position: static;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        background-color: #fff;
}
#online-header .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
        min-width: 1200px;
}
#online-header .header-logo {
        width: 345px;
        flex-shrink: 0;
        padding: 0 5px;
        margin: 0;
        margin-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
}
#online-header .header-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
}
#online-header .header-logo a img {
        width: 200px;
        margin-right: 15px;
}
#online-header .header-logo a span {
        font-size: 14px;
        color: #EF4132;
}
#online-header .header-area {
        width: 855px;
        flex-shrink: 0;
}
#online-header .header-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 15px;
}
#online-header .header-tel {
        width: 55%;
        padding: 0 5px;
        text-align: center;
        display: flex;
        align-items: center;
}
#online-header .header-tel .num a {
        font-size: 24px;
        font-weight: 600;
        color: #EF4132;
        letter-spacing: normal;
        line-height: normal;
        margin-right: 10px;
}
#online-header .header-tel .time {
        font-size: 12px;
        letter-spacing: normal;
        line-height: normal;
}
#online-header .user-list ul {
        display: flex;
        align-items: center;
}
#online-header .user-list ul li {
        width: 110px;
        margin-right: 10px;
	
}
#online-header .user-list ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #EF4132;
        border-radius: 20px;
        padding: 5px 0;
        font-size: 12px;
        font-weight: 600;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	position: relative;
}
#online-header .user-list ul li a .img {
        padding-right: 10px;
}
#online-header .nav-list ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
}
#online-header .nav-list ul li {
        margin: 0 15px;
	
}
#online-header .nav-list ul li a {
        font-size: 14px;
        font-weight: 600;
}


#online-header .is-loggedIn--false.fs-p-headerUtilityMenu__logout{
	display: none!important;
	
}

#online-header .is-loggedIn--true.fs-p-headerUtilityMenu__login{
	display: none!important;
}


#online-header .fs-p-headerUtilityMenu__login a::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(https://www.kuradukuri.jp/online-test/images/common/icon-login-pc.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
}


#online-header .fs-p-headerUtilityMenu__logout a::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(https://www.kuradukuri.jp/online-test/images/common/icon-login-pc.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
	
}


#online-header .i-rireki a::before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 19px;
	background-image: url(https://www.kuradukuri.jp/online-test/images/common/shopping-icon.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
}



#online-header .i-cart a::before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 21px;
	background-image: url(https://www.kuradukuri.jp/online-test/images/common/cart-w-icon.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
}



/*
	global-nav
*/
#online-header .global-nav {
        padding: 5px;
        background-color: #F6F2EA;
}
#online-header .global-nav-list ul {
        display: flex;
        margin: 0 5px;
}
#online-header .global-nav-list ul li {
        width: 25%;
        background-color: #fff;
        position: relative;
}
#online-header .global-nav-list ul li::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 90%;
        background-color: #EF4132;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
}
#online-header .global-nav-list ul li:last-child::before {
        display: none;
}
#online-header .global-nav-list ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
}
#online-header .global-nav-list ul li a .img {
        width: 25px;
        height: 25px;
        padding: 5px;
}
#online-header .global-nav-list ul li a .img img {
        object-fit: contain;
}
#online-header .global-nav-list ul li a p {
        font-size: 11px;
        font-weight: 600;
        color: #EF4132;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#online-header .product-guide ul {
        display: flex;
        align-items: center;
        margin: 5px;
}
#online-header .product-guide ul li {
        width: 50%;
        margin-right: 5px;
}
#online-header .product-guide ul li:last-child {
        margin-right: 0;
}
#online-header .product-guide ul li a {
        display: block;
        width: 100%;
        padding: 5px 0;
        font-size: 12px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
        text-align: center;
        color: #fff;
        background-color: #EF4132;
}
/* hamberger */
#online-header .hamberger {
        display: none;
}
/* --------------------------------------------------------------------------------
	online 通販トップページ
-------------------------------------------------------------------------------- */
#online-shop {
        background-image: url(../images/online/online-bg.jpg);
        background-repeat: repeat-y;
        background-size: contain;
        background-position: center;
        width: 100%;
        margin: 0 auto;
}
#online-shop .inner {
        width: 100%;
}
/*
	keyword-guide
*/
.keyword-guide {
        background-color: #F6F2EA;
        padding: 10px 0;
        margin-left: 5px;
}
.keyword-guide .inner {
        display: flex;
        overflow-x: auto;
        width: 1200px;
}
.keyword-guide .ttl {
        width: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        font-size: 14px;
        padding: 10px 15px;
        color: #fff;
        background-color: #E0CC97;
        border-radius: 5px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
        flex-shrink: 0;
        margin-right: 10px;
        font-weight: 400;
}
.keyword-guide ul {
        display: flex;
        align-items: center;
        width: 100%;
        overflow-x: auto;
    padding: 10px 0;
}
.keyword-guide ul li {
        flex-shrink: 0;
        margin: 0 5px;
}
.keyword-guide ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #fff;
        border-radius: 20px;
        line-height: normal;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
/*
	mv 
*/
#online-shop-mv {
        width: 100%;
        margin: 20px auto 0;
}
#online-shop-mv .img {
        width: 100%;
}
#online-shop-mv .img img {
        width: 100%;
}
#online-shop-mv .inner {
        width: 1200px;
        margin: 0 auto;
}
#online-shop-mv ul {
        display: flex;
        width: 100%;
        margin: 0 auto;
}
#online-shop-mv ul li a {
        display: block;
        width: 100%;
        padding: 0;
}
#online-shop-mv ul li a .desc {
        font-size: 16px;
        color: #606060;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#online-shop-mv .slick-prev, .slick-next {
        top: 51%;
        background-color: #EF4132;
}
#online-shop-mv .slick-prev {
        left: 40px;
}
#online-shop-mv .slick-next {
        right: 40px;
        top: 51%;
        background-color: #EF4132;
}
#online-shop-mv .slick-prev::before, #online-shop-mv .slick-next::before {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid transparent;
        position: absolute;
}
#online-shop-mv .slick-prev::before {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-135deg);
}
#online-shop-mv .slick-next::before {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
}
/*
	pickup-bnr
*/
#pickup-bnr {
        display: flex;
        max-width: 1000px;
        gap: 20px;
        margin:0 100px;
        padding: 20px 0 20px;
        flex-wrap: wrap;
}
#pickup-bnr .img {
        width: calc((100% - 40px) / 3);
}
.bnr-btm {
        max-width: 1200px;
        margin: auto;
} 
/*
	feature-list
*/
#feature-list {
        width: 1220px;
        margin: 0 auto 50px;
        padding-top: 30px;
}
#feature-list .inner {
        width: 100%;
        margin: 0 auto;
}
#feature-list ul {
        display: flex;
        width: 100%;
        margin: 0 auto;
}
#feature-list ul li a {
        display: block;
        width: 100%;
        padding: 0 10px;
}
#feature-list ul li a .img {
        margin-bottom: 15px;
}
#feature-list ul li a .img img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
}
#feature-list ul li a .ttl {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1;
}
#feature-list ul li a .desc {
        font-size: 16px;
        color: #606060;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#feature-list .slick-prev, .slick-next {
        top: 40%;
        background-color: #EF4132;
}
#feature-list .slick-prev {
        left: -20px;
}
#feature-list .slick-next {
        right: -20px;
        background-color: #EF4132;
}
#feature-list .slick-prev::before, #feature-list .slick-next::before {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid transparent;
        position: absolute;
}
#feature-list .slick-prev::before {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-135deg);
}
#feature-list .slick-next::before {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
}

/*
	ranking
*/
#online-shop #ranking {
        margin: 0 0 80px;
}
#online-shop #ranking .ranking-list ul {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 30px;
}
#online-shop #ranking .ranking-list ul li {
        width: 313px;
        flex-shrink: 0;
        position: relative;
        margin-right: 0px;
        margin-bottom: 20px;
		padding: 0 12px;
}
#online-shop #ranking .ranking-list ul li a {
        display: block;
        width: 100%;
}
#online-shop #ranking .ranking-list ul li a .rank-num {
        position: absolute;
        top: 0;
        left: 10px;
        width: 52px;
        background-color: #EF4132;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
}
#online-shop #ranking .ranking-list ul li a .rank-num p {
        font-size: 12px;
        line-height: normal;
}
#online-shop #ranking .ranking-list ul li a .rank-num span {
        display: block;
        font-size: 30px;
        line-height: 1;
}
#online-shop #ranking .ranking-list ul li a .img {
        margin-bottom: 10px;
}
#online-shop #ranking .ranking-list ul li a .name {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
}
#online-shop #ranking .ranking-list ul li a .desc {
        font-size: 16px;
        color: #606060;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
/*
	new-product
*/
#online-shop #new-product {
        margin: 0 0 80px;
}
#online-shop #new-product .product-list ul {
        display: flex;
    flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px;
}
#online-shop #new-product .product-list ul li {
        width: 313px;
        flex-shrink: 0;
        position: relative;
        margin-right: 0px;
        margin-bottom: 30px;
		padding: 0 12px;
}
#online-shop #new-product .product-list ul li a {
        display: block;
        width: 100%;
}
#online-shop #new-product .product-list ul li a .img {
        margin-bottom: 10px;
}
#online-shop #new-product .product-list ul li a .name {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
}
#online-shop #new-product .product-list ul li a .desc {
        font-size: 16px;
        color: #767676;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
/*
	assort
*/
#online-shop #assort {
        margin: 0 0 80px;
}
#online-shop #assort .assort-list ul {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 50px;
        /* scrollbar-color: #EF4132 #707070; */
        /* scrollbar-width: thin; */
}
#online-shop #assort .assort-list ul li {
        width: 313px;
        flex-shrink: 0;
        margin-right: 0px;
        margin-bottom: 20px;
		padding: 0 12px;
}
#online-shop #assort .assort-list ul li a {
        display: block;
        width: 100%;
}
#online-shop #assort .assort-list ul li a .img {
        margin-bottom: 10px;
}
#online-shop #assort .assort-list ul li a .name {
        font-size: 22px;
        font-weight: 600;
        text-align: left;
}
/*
	category
*/
#online-shop #category {
        margin-bottom: 100px;
}
#online-shop #category h3 {}
#online-shop #category .sub-ttl {}
#online-shop #category .category-list {}
#online-shop #category .category-list h4 {
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
}
#online-shop #category .category-list h4::before, #online-shop #category .category-list h4::after {
        content: '';
        flex: 1;
        height: 1px;
        background-color: #707070;
}
#online-shop #category .category-list h4 span {
        /* display: inline-block; */
        padding: 0 20px;
        font-size: 28px;
        font-weight: 600;
}
#online-shop #category .category-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 30px;
}
#online-shop #category .category-list ul li {
        width: 25%;
        padding: 0 15px;
        margin-bottom: 20px;
}
#online-shop #category .category-list ul li a {
        display: block;
        width: 100%;
}
#online-shop #category .category-list ul li a .img {
        margin-bottom: 10px;
}
#online-shop #category .category-list ul li a .name {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
}
#online-shop #category .category-list ul li a img {
    object-fit: cover;
    border-radius: 50%;
}
#online-shop #category .category-list .arrow-btn a {
        display: flex;
        width: 560px;
        font-size: 18px;
        margin: 0 auto;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 16px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#online-shop #category .category-list .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px;
        width: 30px;
}
#online-shop #category .category-block {
        margin: 0 0 80px;
}
/*
	reserve
*/
#online-shop #reserve {
        margin: 0 0 80px;
}
#online-shop #reserve .sec-ttl .desc {
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
}
#online-shop #reserve .reserve-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
}
#online-shop #reserve .reserve-list ul li {
        width: 25%;
        padding: 0 15px;
        margin-bottom: 20px;
}
#online-shop #reserve .reserve-list ul li a {
        display: block;
        width: 100%;
}
#online-shop #reserve .reserve-list ul li a .img {
        margin-bottom: 5px;
}
#online-shop #reserve .reserve-list ul li a .img img {
        border-radius: 50%;
}
#online-shop #reserve .reserve-list ul li a .name {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
}
/*
	gift
*/
#online-shop #select-gift {
       margin: 0 0 80px;
}
#online-shop #select-gift .select-gift-list {}
#online-shop #select-gift .select-gift-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
}
#online-shop #select-gift .select-gift-list ul li {
        width: 25%;
        padding: 0 15px;
        margin-bottom: 20px;
}
#online-shop #select-gift .select-gift-list ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 5px;
}
#online-shop #select-gift .select-gift-list ul li a .img {
        margin-bottom: 5px;
}
#online-shop #select-gift .select-gift-list ul li a .name {
        font-size: 16px;
        font-weight: 600;
}
/*
	select-price
*/
#online-shop #select-price {
        margin: 0 0 80px;
}
#online-shop #select-price .select-price-list {}
#online-shop #select-price .select-price-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
}
#online-shop #select-price .select-price-list ul li {
        width: 50%;
}
#online-shop #select-price .select-price-list ul li a {
        border: 1px solid #EF4132;
        font-size: 26px;
        display: block;
        text-align: center;
        padding: 10px 5px;
        margin: 0 5px 10px;
        color: #EF4132;
        font-weight: 600;
}
/* --------------------------------------------------------------------------------
	
-------------------------------------------------------------------------------- */
/*
	guide-list
*/
#guide-list {
        margin-bottom: 50px;
}
#guide-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
}
#guide-list ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
}
#guide-list ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        padding: 15px 0;
        color: #fff;
        font-weight: 600;
        background-color: #D6BD79;
}
/*
        delivery-list
*/
.delivery-list {
        display: flex;
        align-items: stretch;
        justify-content: center;
        background-color: #F6F1EA;
        margin: 0 auto;
        padding: 60px 0 40px;
        min-width: 1200px;
}
/*
        delivery-calendar
*/
#delivery-calendar {
        width: 360px;
        margin: 0 10px 30px;
        background-color: #fff;
        padding-bottom: 20px;
}
#delivery-calendar .inner {
        width: 100%;
}
#delivery-calendar h4 {
        margin-bottom: 20px;
        background-color: #EF4132;
        color: #fff;
}
#delivery-calendar h4 span {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
}
#delivery-calendar .img {
        width: 300px;
        margin: 0 auto 10px;
}
#delivery-calendar .delivery-day {
        text-align: center;
        font-size: 18px;
}
#delivery-calendar .delivery-day p {
        line-height: 1.5;
        font-weight: 500;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#delivery-calendar .delivery-day .date {
        color: #EF4132;
        font-size: 30px;
        font-weight: 600;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#delivery-calendar .delivery-day .date span {
        font-size: 45px;
}
/*
        shipment
*/
#shipment {
        width: 360px;
        margin: 0 10px 30px;
        text-align: center;
        background-color: #fff;
}
#shipment .inner {
        width: 100%;
}
#shipment h4 {
        margin-bottom: 20px;
        background-color: #EF4132;
        color: #fff;
}
#shipment h4 span {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 22px;
}
#shipment .img {
        width: 200px;
        margin: 40px auto;
}
#shipment .desc {
        padding: 0 10px;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        margin-bottom: 10px;
        text-align: left;
}
#shipment .desc span {
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        color: #EF4132;
        font-weight: 600;
}
#shipment .caution {
        font-size: 14px;
        padding: 0 10px;
        margin-bottom: 30px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        text-align: left;
}
#shipment .arrow-btn a {
        display: flex;
        width: 280px;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 12px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
        margin: 0 auto;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#shipment .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 15px;
        width: 25px;
}
/*
        delivery-map
*/
#delivery-map {
        width: 360px;
        margin: 0 10px 30px;
        background-color: #fff;
}
#delivery-map .inner {
        width: 100%;
}
#delivery-map h4 {
        margin-bottom: 20px;
        background-color: #EF4132;
        color: #fff;
}
#delivery-map h4 span {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
}
#delivery-map .img {
        padding: 10px;
        margin-bottom: 15px;
}
#delivery-map p {
        padding: 10px;
        font-size: 14px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
        benefit
*/
.benefit {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
        border: 1px solid #707070;
        border-radius: 3px;
        padding: 15px;
}
.benefit h4 {
        font-size: 16px;
        font-weight: 600;
}
.benefit h4 .ttl {
        display: block;
        font-size: 40px;
        color: #EF4132;
        font-weight: 600;
        border-bottom: 1px solid #707070;
        margin-bottom: 10px;
}
.benefit h4 .ttl span {
        font-size: 28px;
        font-weight: 600;
}
.benefit .point {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EF4132;
}
.benefit .point .num {
        font-size: 60px;
        letter-spacing: normal;
        font-weight: 600;
        margin-right: 5px;
}
.benefit .point .txt {
        text-align: left;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
}
.benefit .new-btn {
        width: 90%;
        margin: 0 auto;
}
.benefit .new-btn a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: #EF4132;
        font-size: 20px;
        padding: 10px 0;
        position: relative;
}
.benefit .new-btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid transparent;
}
/*
        line-bnr
*/
.line-bnr {
        width: 100%;
        margin: 0 auto 20px;
}
.line-bnr a {
        display: block;
        width: 100%;
        background-color: #02B902;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
}
.line-bnr a p {
        font-size: 12px;
        text-align: center;
}
.line-bnr a .ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
}
.line-bnr a .ttl .img {
        width: 30px;
}
.line-bnr a .ttl p {
        font-size: 20px;
}
/*
        mail-magazine
*/
.mail-magazine {
        width: 100%;
        margin: 0 auto 20px;
}
.mail-magazine a {
        display: block;
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 0 10px 10px 10px;
        border-radius: 10px;
        border: 1px solid #000;
}
.mail-magazine a p {
        font-size: 12px;
        text-align: center;
}
.mail-magazine a .ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #707070;
        margin-bottom: 10px;
}
.mail-magazine a .ttl .img {
        width: 30px;
}
.mail-magazine a .ttl p {
        font-size: 14px;
        font-weight: 600;
}
/*
	instagram
*/
#instagram {
        background-color: #fff;
        padding-top: 25px;
        padding-bottom: 20px;
		margin-top: 30px;
}
#instagram h3 {
        font-size: 34px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
}
#instagram h3::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#instagram .img {
        width: 900px;
        margin: 0 auto;
}
/*
	shop-sns
*/
#shop-sns {
        background-color: #fff;
        padding-top: 45px;
        padding-bottom: 60px;
}
#shop-sns h3 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 45px;
        font-weight: 600;
}
#shop-sns h3::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#shop-sns .sns-list ul {
        display: flex;
        justify-content: center;
}
#shop-sns .sns-list ul li {
        width: 80px;
        margin: 0 10px;
}
/*
        movie-area
*/
#movie-area {
        padding-top: 40px;
        padding-bottom: 60px;
}
#movie-area h3 {
        font-size: 34px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 45px;
}
#movie-area h3::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#movie-area .movie-list ul {
        display: flex;
        flex-wrap: wrap;
}
#movie-area .movie-list ul li {
        width: 50%;
        padding: 0 10px;
        aspect-ratio: 16 / 9;
        margin-bottom: 15px;
}
#movie-area .movie-list ul li iframe {
        width: 100%;
        height: 100%;
}
/*
        online-about
*/
#online-about {
        padding: 90px 0 70px;
        background-color: #F5F5F5;
}
#online-about .inner {
        width: 100%;
}
#online-about .sec-ttl .sub-ttl {
	margin-bottom: 10px;	
}
#online-about .about-list ul {}
#online-about .about-list ul li {
        margin-bottom: 50px;
}
#online-about .about-list ul li .bg {
        position: relative;
        z-index: 1;
}
#online-about .about-list ul li .bg::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #fff;
        width: 51vw;
        height: 100%;
        top: 0;
        right: 0;
}
#online-about .about-list ul li:nth-child(2n) .bg::before {
        left: 0;
}
#online-about .about-list ul li .content {
        display: flex;
        align-items: flex-start;
        width: 1180px;
        margin: 0 auto 40px;
}
#online-about .about-list ul li .img {
        margin-bottom: 10px;
}
#online-about .about-list ul li .ttl {
        font-size: 30px;
        font-weight: 600;
        position: relative;
        padding-bottom: 2px;
        margin-bottom: 15px;
}
#online-about .about-list ul li .ttl::after {
        content: "";
        width: 70px;
        height: 1px;
        background-color: #FFA701;
        position: absolute;
        bottom: 0;
        left: 0;
}
#online-about .about-list ul li:nth-child(2n) .content {
        flex-direction: row-reverse;
}
#online-about .about-list ul li .content .img {
        width: 640px;
        margin-right: 35px;
        flex-shrink: 0;
        padding: 35px 0;
}
#online-about .about-list ul li:nth-child(2n) .content .img {
        margin-left: 45px;
        margin-right: 0;
}
#online-about .about-list ul li .content .desc {
        position: relative;
        z-index: 1;
        padding: 55px 0;
}
#online-about .about-list ul li .content .desc h4 {
        font-size: 30px;
        font-weight: 600;
        position: relative;
        margin-bottom: 25px;
}
#online-about .about-list ul li .content .desc h4::before {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #FFA701;
        position: absolute;
        bottom: 0;
        left: 0;
}
#online-about .about-list ul li .desc .txt {
        font-size: 20px;
        line-height: 1.7;
        text-align: left;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#online-about .about-list .arrow-btn a {
        display: flex;
        width: 560px;
        font-size: 22px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 18px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
        margin: 0 auto;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#online-about .about-list .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 30px;
}
/*
	about-link
*/
#online-about .about-link ul {
        display: flex;
        flex-wrap: wrap;
}
#online-about .about-link ul li {
        width: 50%;
        margin-bottom: 10px;
}
#online-about .about-link ul li .link-btn {
        width: 90%;
        margin: 0 auto;
}
#online-about .about-link ul li .link-btn a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        background-color: #fff;
        border: 1px solid #707070;
        font-size: 24px;
        font-weight: 600;
        padding: 25px 0;
        position: relative;
}
#online-about .about-link ul li .link-btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 13px;
        height: 13px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        border-left: 0px solid transparent;
}
/*
        gift-service
*/
#gift-service {
        background-color: #F7F3EA;
        padding: 90px 0 70px;
}
#gift-service .service-list {
        position: relative;
        height: 1500px;
}
#gift-service .service-list ul li {
        width: 575px;
        padding: 10px 20px;
        margin: 10px;
        background-color: #fff;
        position: absolute;
}
#gift-service .service-list ul li .ttl {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 10px 0;
}
#gift-service .service-list ul li .ttl .num {
        width: 45px;
        margin-right: 10px;
}
#gift-service .service-list ul li .ttl p {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
}
#gift-service .service-list ul li .desc {
        margin-bottom: 10px;
}
#gift-service .service-list ul li .desc p {
        font-size: 15px;
        margin: 0 auto 10px;
        text-align: left;
            font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#gift-service .service-list ul li .desc .img {
        margin: 0 auto 10px;
}
#gift-service .service-list ul li .arrow-btn a {
        display: flex;
        width: 300px;
        font-size: 18px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 12px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 5px;
        margin: 0 auto;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#gift-service .service-list ul li .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px;
}
#gift-service .service-list ul li.noshi {
        height: 679px;
        top: 0;
        left: 0;
}
#gift-service .service-list ul li.tesage {
        height: 428px;
        top: 0;
        right: 0;
}
#gift-service .service-list ul li.otodoke {
        height: 427px;
        top: 689px;
        left: 0;
}
#gift-service .service-list ul li.pay {
        height: 858px;
        top: 438px;
        right: 0;
}
#gift-service .service-list ul li.receipt {
        height: 170px;
        top: 1126px;
        left: 0;
}
#gift-service .service-list ul li.mail {
        height: 170px;
        top: 1306px;
        left: 0;
}
#gift-service .service-list ul li.support {
        height: 170px;
        top: 1307px;
        right: 0;
}
#gift-service .service-list ul li.noshi .ttl {
        align-items: flex-start;
}
#gift-service .service-list ul li.noshi .img {
        width: 90%;
        margin: 0 auto;
}
#gift-service .service-list ul li.tesage .img {
        margin-bottom: 40px;
}
#gift-service .service-list ul li.otodoke .caution {
        text-align: left;
}
#gift-service .pay-list ul li {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        position: static;
}
#gift-service .pay-list ul li h4 {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
}
#gift-service .pay-list ul li h4::before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #000;
        margin-right: 5px;
}
#gift-service .pay-list ul li .img {
        margin-bottom: 10px;
}
#gift-service .pay-list ul li p {
        font-size: 14px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        text-align: left;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
        position: relative;
}


#footer .cp-site{
    font-size: 16px;
	padding: 15px 0 0;
}




#page-bottom img {
        width: 100%;
}

/*
	movie
*/
#online-shop .movie {
        margin-bottom: 40px;
}
#online-shop .movie video {
        width: 100%;
}