@charset "utf-8";
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#fs_Top .fs-l-page {
    margin-top: 159px !important;
}
#fs_CustomPage .fs-l-page {
    margin-top: 159px !important;
}


html {
  scroll-padding-top: 180px; /* ヘッダー高さ */
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#online-header {
    position: static;
}
#online-header .inner {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 40px 10px 5px;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 60px;
}
#online-header .header-logo {
    width: 115px;
    flex-shrink: 0;
    padding: 0 2px;
    margin: 0;
	height: 35px;
}
#online-header .header-logo a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#online-header .header-logo a span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #EF4132;
    font-size: 6px;
}
#online-header .header-top {
    display: flex;
    align-items: center;
}
#online-header .header-tel {
    width: 100%;
    padding: 0 5px;
    text-align: center;
}
#online-header .header-tel .num a {
    font-size: 14px;
    font-weight: 600;
    color: #EF4132;
    letter-spacing: normal;
    line-height: normal;
}
#online-header .header-tel .time {
    font-size: 9px;
    letter-spacing: normal;
    line-height: normal;
}
#online-header .header-cart {
    width: 80%;
    padding: 0 5px;
    position: relative;
    margin-right: 5px;
}
#online-header .header-cart .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #EF4132;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}
#online-header .header-nav {
    display: none;
}
/*
	global-nav
*/
#online-header .global-nav {
    padding: 5px;
    background-color: #F6F2EA;
    margin-top: 60px;
}
#online-header .global-nav-list ul {
    display: flex;
    margin: 0 5px;
}
#online-header .global-nav-list ul li {
   width: 25vw;
    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: 20px;
    height: 25px;
    display: flex;
    align-items: center;
}
#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;*/
	
	font-family: "Noto Sans JP", 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;*/
	font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    color: #fff;
    background-color: #EF4132;
	font-weight: bold;
}


#online-header .fs-p-headerUtilityMenu__list{
	margin: 0!important;
	background: #fff;
}

#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,#online-header .fs-p-headerUtilityMenu__logout a{
	font-size: 11px;
        font-weight: 600;
        color: #EF4132;
        font-family: "Noto Sans JP", sans-serif;
	padding: 7px 5px!important;
}



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


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



#online-header .i-rireki{
	
	display: none!important;
	
}



#online-header .i-cart {
display: none!important;
}



/* hamberger */
#online-header .hamberger {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 15px;
    left: auto;
}
#online-header .hamberger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .3s ease;
}
#online-header .hamberger span:nth-child(2) {
    margin: 7px 0;
}
#online-header .hamberger.open span:nth-child(1) {
    transform: translate(0, 6px) rotate(-45deg);
}
#online-header .hamberger.open span:nth-child(2) {
    opacity: 0;
}
#online-header .hamberger.open span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
}
#online-header .hamberger .hamberger-menu {
    display: none;
}
#online-header .hamberger.open .hamberger-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 160px;
    z-index: 1000;
    background-color: #fff;
}
#online-header .hamberger.open .hamberger-menu .menu-area {
    padding: 20px 20px 160px;
    height: 100%;
    overflow-y: scroll;
}
#online-header .hamberger.open .hamberger-menu h4 {
    text-align: center;
    color: #fff;
    background-color: #D6BD79;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 600;
}
#online-header .hamberger.open .hamberger-menu .menu-list {
    margin-bottom: 25px;
    position: relative;
}
#online-header .hamberger.open .hamberger-menu .menu-list ul {
    display: flex;
    flex-wrap: wrap;
}
#online-header .hamberger.open .hamberger-menu .menu-list ul li {
    width: 50%;
	display: flex;
    align-items: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
#online-header .hamberger.open .hamberger-menu .menu-list ul li a {
    display: block;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
}
#online-header .hamberger.open .hamberger-menu .menu-list ul li:nth-child(2n) {
    border-right: none;
}
#online-header .hamberger.open .hamberger-menu .help .menu-list ul li a,
#online-header .hamberger.open .hamberger-menu .feature .menu-list ul li a,
#online-header .hamberger.open .hamberger-menu .variation .menu-list ul li a,
#online-header .hamberger.open .hamberger-menu .assort .menu-list ul li a {
   /* font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;*/
	font-family: "Noto Serif JP", serif;
}
#online-header .hamberger.open .hamberger-menu .product-list .ttl, #online-header .hamberger.open .hamberger-menu .product-list .ttl a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
#online-header .hamberger.open .hamberger-menu .product-list .ttl {
    border-bottom: 1px solid #000;
    position: relative;
    padding: 12px 10px;
}
#online-header .hamberger.open .hamberger-menu .product-list .ttl::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    margin-right: 15px;
}
#online-header .hamberger.open .hamberger-menu .product-list .ttl::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(135deg);
    transition: transform .3s;
}
#online-header .hamberger.open .hamberger-menu .product-list .menu-list {
    margin-bottom: 0;
}
#online-header .hamberger.open .hamberger-menu .product-list ul li a {
    font-weight: 300;
}
#online-header .hamberger.open .hamberger-menu .info {
    margin: 60px 0 30px;
}
#online-header .hamberger.open .hamberger-menu .info .logo {
    width: 50vw;
    margin: 0 auto 20px;
}
#online-header .hamberger.open .hamberger-menu .info .address {
    margin-bottom: 20px;
}
#online-header .hamberger.open .hamberger-menu .info .address p {
    font-size: 16px;
    text-align: center;
}
#online-header .hamberger.open .hamberger-menu .info .tel {
    text-align: center;
    margin-bottom: 20px;
}
#online-header .hamberger.open .hamberger-menu .info .tel p {
    font-size: 14px;
}
#online-header .hamberger.open .hamberger-menu .info .tel .num {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}
#online-header .hamberger.open .hamberger-menu .info .tel .num a {
    font-weight: 600;
    letter-spacing: normal;
}
#online-header .hamberger.open .hamberger-menu .info .fax {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
#online-header .hamberger.open .hamberger-menu .info .sns-list ul {
    display: flex;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
}
#online-header .hamberger.open .hamberger-menu .info .sns-list ul li {
    width: 20%;
    margin: 0 5px;
}
#online-header .hamberger.open .hamberger-menu .info .arrow-btn a {
    display: flex;
    width: 80%;
    font-size: 16px;
    color: #EF4132;
    background-color: #fff;
    border: 1px solid #EF4132;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 30px;
}
#online-header .hamberger.open .hamberger-menu .info .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: 0;
}
/* アコーディオン*/
#online-header .hamberger.open .hamberger-menu .product-list .accordion .menu-list {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
#online-header .hamberger.open .hamberger-menu .product-list .accordion[open] .menu-list {
    transform: none;
    opacity: 1;
}
#online-header .hamberger.open .hamberger-menu .product-list .accordion[open] summary::after {
    transform: rotate(-45deg);
}
/* --------------------------------------------------------------------------------
	online 通販トップページ
-------------------------------------------------------------------------------- */
#online-shop {
    background-image: url(../images/online/online-bg.jpg);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
}
/*
	keyword-guide
*/
.keyword-guide {
    padding: 15px 0 10px 5px;
    background-color: #F6F2EA;
}
.keyword-guide .inner {
    display: flex;
    padding: 0 5px;
}
.keyword-guide .ttl {
    width: 20%;
    text-align: center;
    line-height: normal;
    font-size: 11px;
    color: #fff;
    background-color: #E0CC97;
    border-radius: 3px;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
    margin-right: 10px;
    padding: 5px 0;
}
.keyword-guide ul {
    display: flex;
    width: 80%;
    overflow-x: auto;
    padding: 0 0 5px;
}
.keyword-guide ul li {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 2px 5px;
    border-radius: 5px;
}
.keyword-guide ul li a {
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: normal;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
/*
	mv 
*/
#online-shop-mv { 
    display: none;
}
/*
	pickup-bnr
*/
#pickup-bnr .img:first-child {
    margin-top: 10px;
}
#pickup-bnr .img {
    padding: 10px 0 0;
}
.bnr-btm {
    display: none;
} 
/*
	feature-list
*/
#feature-list {
    padding-top: 15px;
}
#feature-list ul {
    display: flex;
    flex-wrap: wrap;
    /*width: 95%;*/
    margin: 0 auto;
}
#feature-list ul li {
    width: 50%;
    margin-bottom: 25px;
}
#feature-list ul li a {
    display: block;
    width: 100%;
    padding: 0 5px;
}
#feature-list ul li a .img {
    margin-bottom: 10px;
}
#feature-list ul li a .ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
#feature-list ul li a .desc {
    font-size: 14px;
    line-height: normal;
    color: #606060;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
/*
	ranking
*/
#online-shop #ranking {
    padding: 20px 0;
}
#online-shop #ranking .ranking-list ul {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
}
#online-shop #ranking .ranking-list ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
#online-shop #ranking .ranking-list ul::-webkit-scrollbar-thumb {
    background-color: #EF4132;
    border-radius: 4px;
}
#online-shop #ranking .ranking-list ul::-webkit-scrollbar-track {
    background-color: #707070;
}
#online-shop #ranking .ranking-list ul li {
    width: 150px;
    flex-shrink: 0;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
}
#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: 38px;
    background-color: #EF4132;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}
#online-shop #ranking .ranking-list ul li a .rank-num p {
    font-size: 10px;
    line-height: normal;
}
#online-shop #ranking .ranking-list ul li a .rank-num span {
    display: block;
    font-size: 16px;
    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: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: normal;
}
#online-shop #ranking .ranking-list ul li a .desc {
    font-size: 14px;
    color: #606060;
    line-height: normal;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
/*
	new-product
*/
#online-shop #new-product .product-list ul {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 50px;
    /* scrollbar-color: #EF4132 #707070; */
    /* scrollbar-width: thin; */
}
#online-shop #new-product .product-list ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
#online-shop #new-product .product-list ul::-webkit-scrollbar-thumb {
    background-color: #EF4132;
    border-radius: 4px;
}
#online-shop #new-product .product-list ul::-webkit-scrollbar-track {
    background-color: #707070;
}
#online-shop #new-product .product-list ul li {
    width: 150px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 20px;
}
#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: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    min-height: 54px;
}
#online-shop #new-product .product-list ul li a .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
/*
	category
*/
#online-shop #category {
    margin-bottom: 70px;
}
#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: 24px;
    font-weight: 600;
}
#online-shop #category .category-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}
#online-shop #category .category-list ul li {
    width: 30%;
    margin: 0 5px 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;
    line-height: 1.5;
}
#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: 80%;
    font-size: 16px;
    margin: 0 auto;
    color: #EF4132;
    background-color: #fff;
    border: 1px solid #EF4132;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}
#online-shop #category .category-list .arrow-btn a::after {
    transform: translateY(-50%);
    background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
    position: absolute;
    top: 50%;
    right: 0;
}
#online-shop #category .category-block {
    margin-bottom: 45px;
}
/*
	assort
*/
#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::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}
#online-shop #assort .assort-list ul::-webkit-scrollbar-thumb {
    background-color: #EF4132;
    border-radius: 4px;
}
#online-shop #assort .assort-list ul::-webkit-scrollbar-track {
    background-color: #707070;
}
#online-shop #assort .assort-list ul li {
    width: 150px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 20px;
}
#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: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
/*
	reserve
*/
#online-shop #reserve {
    margin-bottom: 70px;
}
#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: 50%;
    padding: 0 5px;
    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 .name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    
}
/*
	gift
*/
#online-shop #select-gift {
    margin-bottom: 70px;
}
#online-shop #select-gift .select-gift-list {}
#online-shop #select-gift .select-gift-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#online-shop #select-gift .select-gift-list ul li {
    width: 33%;
    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: 18px;
    font-weight: 600;
}
/*
	select-price
*/
#online-shop #select-price {
    margin-bottom: 70px;
}
#online-shop #select-price .select-price-list {}
#online-shop #select-price .select-price-list ul {
    display: flex;
    flex-wrap: wrap;
    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: 16px;
    display: block;
    text-align: center;
    padding: 10px 5px;
    margin: 0 5px 10px;
    color: #EF4132;
    font-weight: 600;
    letter-spacing: 0;
}
/* --------------------------------------------------------------------------------
	
-------------------------------------------------------------------------------- */
/*
	guide-list
*/
#guide-list {
    margin-bottom: 40px;
}
#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: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 68px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    background-color: #D6BD79;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
	tel-oreder
*/
#online-shop .tel-oreder {
    margin-bottom: 30px;
}
#online-shop .tel-oreder h4 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
#online-shop .tel-oreder h4::before, #online-shop .tel-oreder h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #707070;
}
#online-shop .tel-oreder h4 span {
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 1.5;
}
#online-shop .tel-oreder .txt {
    color: #EF4132;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.5;
}
#online-shop .tel-oreder .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#online-shop .tel-oreder .num .img {
    width: 20%;
    padding-right: 10px;
}
#online-shop .tel-oreder .num a {
    display: block;
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
#online-shop .tel-oreder .num-block p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#online-shop .tel-oreder .arrow-btn a {
    display: flex;
    width: 80%;
    font-size: 16px;
    color: #EF4132;
    background-color: #fff;
    border: 1px solid #EF4132;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#online-shop .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: 0;
}
/*
        delivery-calendar
*/
#delivery-calendar {
    margin-bottom: 30px;
}
#delivery-calendar h4 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
#delivery-calendar h4::before, #delivery-calendar h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #707070;
}
#delivery-calendar h4 span {
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 1.5;
}
#delivery-calendar .delivery-day {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 30px auto 0;
}
#delivery-calendar .delivery-day p {
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#delivery-calendar .delivery-day .date {
    color: #EF4132;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#delivery-calendar .delivery-day .date span {
    font-size: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#delivery-calendar .img {
    width: 80%;
    margin: 0 auto;
}
/*
        shipment
*/
#shipment {
    margin-bottom: 30px;
    text-align: center;
}
#shipment h4 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
#shipment h4::before, #shipment h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #707070;
}
#shipment h4 span {
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 1.5;
}
#shipment .img {
    width: 30%;
    margin: 0 auto 20px;
}
#shipment .desc {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin-bottom: 10px;
}
#shipment .desc span {
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 600;
    color: #EF4132;
}
#shipment .caution {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#shipment .arrow-btn a {
    display: flex;
    width: 80%;
    font-size: 16px;
    color: #EF4132;
    background-color: #fff;
    border: 1px solid #EF4132;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#shipment .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: 0;
}
/*
        delivery-map
*/
#delivery-map {
    margin-bottom: 30px;
}
#delivery-map h4 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
#delivery-map h4::before, #delivery-map h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #707070;
}
#delivery-map h4 span {
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 1.5;
}
#delivery-map .img {
    margin-bottom: 15px;
}
#delivery-map p {
    font-size: 16px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
        benefit
*/
.benefit {
    width: 90%;
    margin: 0 auto 20px;
}
.benefit a {
    display: block;
    width: 100%;
}
/*
        line-bnr
*/
.line-bnr {
    width: 90%;
    margin: 0 auto 20px;
}
.line-bnr a {
    display: block;
    width: 100%;
}
.line-bnr a p {
    font-size: 12px;
    text-align: center;
}
.line-bnr a .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.line-bnr a .ttl .img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.line-bnr a .ttl p {
    font-size: 24px;
}
/*
        mail-magazine
*/
.mail-magazine {
    width: 90%;
    margin: 0 auto 20px;
}
.mail-magazine a {
    display: block;
    width: 100%;
}
.mail-magazine a p {
    font-size: 12px;
    text-align: center;
}
.mail-magazine a .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
}
.mail-magazine a .ttl .img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
}
.mail-magazine a .ttl p {
    font-size: 17px;
}
/*
	instagram
*/
#instagram {
    padding-top: 25px;
    padding-bottom: 40px;
	width: 300px;
	margin: 0 auto;
}
#instagram h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
#instagram h3::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #FFA701;
    margin: 0 auto;
}
#instagram .img {
    width: 95%;
    margin: 0 auto;
}
/*
        online-about
*/
#online-about {
    margin-bottom: 30px;
}
#online-about .about-list ul {}
#online-about .about-list ul li {
    margin-bottom: 30px;
}
#online-about .about-list ul li .img {
    margin-bottom: 10px;
}
#online-about .about-list ul li .ttl {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 15px;
}
#online-about .about-list ul li .ttl::after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #FFA701;
    position: absolute;
    bottom: 0;
    left: 0;
}
#online-about .about-list ul li .txt {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    margin-bottom: 20px;
    line-height: 1.7;
}
#online-about .about-list ul li .arrow-btn a {
    border: 1px solid #EF4132;
    color: #EF4132;
    display: flex;
    width: 80%;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 10px;
}
#online-about .about-list ul li .arrow-btn a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
}
#online-about .about-link ul li {
    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: 16px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
}
#online-about .about-link ul li .link-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid transparent;
}
/*
        gift-service
*/
#gift-service {
    background-color: #F7F3EA;
    padding: 10px 0;
}
#gift-service .service-list ul li {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 15px;
}
#gift-service .service-list ul li .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
#gift-service .service-list ul li .ttl .num {
    width: 32px;
    margin-right: 10px;
    flex-shrink: 0;
}
#gift-service .service-list ul li .ttl p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
#gift-service .service-list ul li .desc {
    margin-bottom: 10px;
}
#gift-service .service-list ul li .desc p {
    font-size: 14px;
    margin: 0 auto 10px;
    text-align: center;
    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.noshi .ttl, #gift-service .service-list ul li.receipt .ttl {
    align-items: flex-start;
}
#gift-service .service-list ul li.noshi .ttl .num, #gift-service .service-list ul li.receipt .ttl .num {
    margin-top: 3px;
}
#gift-service .service-list ul li.otodoke .caution {
    text-align: left;
}
#gift-service .service-list ul li .arrow-btn a {
    display: flex;
    width: 80%;
    font-size: 16px;
    color: #EF4132;
    background-color: #fff;
    border: 1px solid #EF4132;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#gift-service .service-list ul li .arrow-btn a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
}
#gift-service .pay-list ul li {
    padding: 0;
    margin-bottom: 10px;
}
#gift-service .pay-list ul li h4 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#gift-service .pay-list ul li h4::before {
    content: "";
    width: 15px;
    height: 15px;
    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
-------------------------------------------------------------------------------- */
#page-bottom {
    margin-bottom: 20px;
}
#fs_Top footer {
    padding: 20px 0px 20px;
}
#fs_Top footer .fs-p-footerPageTop {
    top: -100px;
}

.fs-p-footerPageTop {
    top: -100px;
}

#footer {
    position: relative;
    padding-bottom: 0;
}



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


#footer .footer-info .logo {
    width: 50vw;
}


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