@charset "UTF-8";
/* カスタマイズ用CSS */

:root {
    /* フォント */
    --bs-body-font-family: "Shippori Mincho", serif;
    --bs-body-line-height: 1.66;
    /* かみくらHP標準のフォント */
    --custom-font-family-kamikura: "Shippori Mincho", serif;
    /* テンプレート：JEIA4010 で使われていた英字フォントと併用 */
    --custom-font-family-kamikura-flashy: "Playfair Display", "Shippori Mincho", serif;

    /* 色の変更 */
    --custom-cl-text-kamikura: #595757;    /* 文字の色 */
    --cutsom-cl-accent-kamikura: #7ec8c0;    /* アクセントカラー：青緑 */
    --cutsom-cl-accent-dark-kamikura: #5fbeb8;    /* アクセントカラーを濃くした色：青緑 */
    --cutsom-cl-accent-cta-kamikura: #8B7d73;    /* CTAボタン用の色：暖かみのあるグレー */
    --cutsom-cl-accent-cta-important-kamikura: #d35648;    /* 重要なCTAボタン用の色（最後の「注文する」ボタン）：赤 */
    --cutsom-cl-disabled: #cdcbc7;    /* 無効化時のボタン等の色：若干色味の付いたグレー */
    --custom-cl-offwhite: #f9f6f5;    /* オフホワイト（ヘッダーの背景色などに） */
    --cutsom-cl-price: #A5565C;    /* 商品詳細の金額の色 */

    --clrDefault: var(--custom-cl-text-kamikura);
    --clrDefaultDark: var(--custom-cl-text-kamikura);
    --bs-heading-color: var(--custom-cl-text-kamikura);
    --clrActive: var(--cutsom-cl-accent-cta-kamikura);
    --clrNoactive: var(--cutsom-cl-disabled);
    --clrHeaderText: var(--custom-cl-text-kamikura);
    --clrHeaderBurger: var(--custom-cl-text-kamikura);

    --clrBodyBg: #eae5e5;
    --clrBodyBgRGB: 234, 229, 229;
    --clrHeaderBgRGB: 249, 246, 245;
    --clrHeaderBgAlfa: 0.66;
    --clrDrawerBorder: var(--custom-cl-text-kamikura);
    --clrBorderColor: #b1acab;

	--clrPageHeaderText: var(--custom-cl-text-kamikura);
    --clrPageHeaderBg: transparent;
    --clrRectHeadingBg: var(--custom-cl-offwhite);
    --clrCartToneBg: var(--custom-cl-offwhite);

	--clrBtnDefaultBg: var(--cutsom-cl-accent-kamikura);
    --clrBtnActionBg: var(--cutsom-cl-accent-cta-kamikura);
    --clrBtnCancelBg: var(--cutsom-cl-accent-kamikura);
    --clrBtnCartinBg: var(--cutsom-cl-accent-cta-kamikura);
    --clrBtnDisabledBg: var(--cutsom-cl-disabled);

    --clrInputFocusBorder: var(--custom-cl-text-kamikura);
    --clrInputFocusShadow: #59575755;

    --clrHelpNavActiveBg: var(--cutsom-cl-accent-cta-kamikura);

    --clrHeadInfomationBg: var(--cutsom-cl-accent-kamikura);
    --clrHeadInfomationText: #fff;
    
    --clrHeaderMenuHoverBg: var(--cutsom-cl-accent-cta-kamikura);

    --clrFooterBg: var(--cutsom-cl-accent-kamikura);
    --clrFooterText: #fff;
    --clrFooterBorder: rgb(246, 245, 246);
    --clrFooterGuideBg: var(--cutsom-cl-accent-dark-kamikura);
    --clrFooterGuideText: #fff;

    --clrProductTag1Bg: #ea8584;
    --clrProductTag2Bg: #e2b53e;
    --clrProductTag3Bg: #4ebdbd;
    /*
    --clrProductTag4Bg: #;
    --clrProductTag5Bg: #;
    --clrProductTag6Bg: #;
    --clrProductTag7Bg: #;
    --clrProductTag8Bg: #;
    --clrProductTag9Bg: #;
    --clrProductTag10Bg: #;
    */
    
    --clrLinkText: var(--cutsom-cl-accent-dark-kamikura);
    --clrRadioChecked: var(--cutsom-cl-accent-dark-kamikura);
    
    /* ■商品一覧ページの商品レイアウト数 */
    --shelfCol: 4;
}

form[action*="shopping/checkout"],
form[action*="mypage/withdraw"] {
    /* 注文の最後の「注文する」／退会の最後の「はい、退会します」ボタンだけ色を変える */
    --clrBtnActionBg: var(--cutsom-cl-accent-cta-important-kamikura);
}


.ec-headPromotionRole .ec-headPromotionRole__inner .item.slick-current .title.splitting .char {
	animation: animeCategoryRoleTile-in 1.5s cubic-bezier(.5, 0, .7, 1) both;
	animation-delay: calc(30ms * var(--char-index));
}
.ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots {
    z-index: 3;
}
.ec-headPromotionRole .ec-headPromotionRole__content .slick-appendDots .slick-dots {
    padding-right: 1em;
}
.ec-headPromotionRole .ec-headPromotionRole__content .btn_scroll .bar:after {
    background-color: var(--custom-cl-text-kamikura);
}


body {
    font-family: var(--custom-font-family-kamikura);
    line-height: var(--bs-body-line-height);
    background-image: url("/html/user_data/assets/img/common/back.webp");

    line-break: strict;
    overflow-wrap: anywhere;
    word-break: normal;
    font-feature-settings: "palt";
}

body#page_homepage {
    background: #eae5e5;
    background-image: url("/html/user_data/assets/img/common/back.webp");
}
button {
    font-family: var(--custom-font-family-kamikura);
}
.ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-family: var(--custom-font-family-kamikura-flashy);
    margin-top: 1em;
}
.ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
    font-family: var(--custom-font-family-kamikura);
}
@media only screen and (min-width: 1200px) {
    .ec-headPromotionRole .ec-headPromotionRole__inner .item .ec-shopCollectionBtn {
        margin: 2em 1em;
    }
    .ec-headPromotionRole .ec-headPromotionRole__image {
        position: relative;
    }
    .ec-headPromotionRole .ec-headPromotionRole__image:after {
        content: "";
        background: linear-gradient(90deg, rgb(var(--clrBodyBgRGB), 1) 5%, rgb(var(--clrBodyBgRGB), 0) 50%);
        position: absolute;
        display: block;
        z-index: 1;
        width: 50%;
        left: -5px;  /* 0 だとなぜか左端に数ピクセルの隙間が空き、背面がそのまま見えてしまうので、少しずらす */
        top: 0;
        bottom: 0;
    }
}


a, a:not([href]):not([class]),
.ec-headerNav__item > a:after,
.ec-layoutRole .ec-layoutRole__header,
.ec-layoutRole .ec-layoutRole__header .ec-headerRole,
.ec-headerTitle a {
    transition-duration: 0.8s;
}



.ec-headInfomationRole {
    z-index: 1001;
}


.ec-conceptRole .ec-conceptRole__contentInnerInner {
    color: var(--clrDefault);
}
.ec-conceptRole .ec-conceptRole__contentInnerInner .description {
    font-family: var(--custom-font-family-kamikura);
    margin: 2em 0;
}
.ec-conceptRole .ec-conceptRole__contentInnerInner .ec-shopCollectionBtn {
    margin: 2em auto;
}
.ec-conceptRole .ec-conceptRole__contentAction .current_num {
    font-family: var(--custom-font-family-kamikura);
}
@media only screen and (min-width: 1200px) {
    .ec-conceptRole .ec-conceptRole__contentAction {
        background-color: #fff;
    }
}



.ec-footerTitle {
    font-family: var(--custom-font-family-kamikura);
}
.ec-footerTitle .ec-footerTitle__logo a {
    font-family: var(--custom-font-family-kamikura-flashy);
    font-style: italic;
}
.ec-footerGuide .ec-footerGuide__itemText h3, .ec-footerGuide .ec-footerGuide__itemText .h3 {
    font-family: var(--custom-font-family-kamikura);
}
.ec-footerNavi .ec-footerNavi__item h3, .ec-footerNavi .ec-footerNavi__item .h3 {
    font-family: var(--custom-font-family-kamikura);
}
.ec-progress .ec-progress__item {
    font-family: var(--custom-font-family-kamikura);
}
.ec-progress .ec-progress__label {
    font-family: var(--custom-font-family-kamikura);
}

.ec-headerTitle a {
    color: var(--clrDefault);
}
@media only screen and (max-width: 767px) {
    .ec-headerTitle a {
        font-size: 0.5rem;
        word-break: keep-all;
    }
}

.ec-headerMenu .ec-headerMenu__item > a {
    color: var(--cutsom-cl-accent-cta-kamikura);
    border-color: var(--cutsom-cl-accent-cta-kamikura);
}

.ec-headerMenu .ec-headerMenu__item.ec-cartNavi > a {
    color: #fff;
    background-color: var(--cutsom-cl-accent-cta-kamikura);
    border-color: var(--cutsom-cl-accent-cta-kamikura);
}
.ec-headerMenu .ec-headerMenu__item.ec-cartNavi > a:hover {
    color: var(--cutsom-cl-accent-cta-kamikura);
    background-color: #fff;
    border-color: var(--cutsom-cl-accent-cta-kamikura);
}
.ec-cartNavi .ec-cartNavi__body {
    transition-duration: 0.8s;
}
.ec-headerSearch .ec-headerSearch__wrap {
    border-color: var(--cutsom-cl-accent-cta-kamikura);
    background-color: rgb(var(--clrHeaderBgRGB));
}
.ec-headerMenu .ec-headerSearch__body {
    transition-duration: 0.8s;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
    color: var(--cutsom-cl-accent-cta-kamikura);
}
.ec-headerMenu .ec-headerMenu__itemPopup {
    transition-duration: 0.8s;
}
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner {
    color: var(--custom-cl-text-kamikura);
}


/* ポップアップ内のリンクテキストのエフェクトを ec-headerNav とそろえる */
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner > a:first-child {
	display: block;
	color: inherit;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	text-decoration: none;
}
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner > a:first-child:hover {
	text-decoration: none !important;
}
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner > a:first-child:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--clrHeaderText, #000);
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left bottom;
	transform: scaleX(0);
	transition: transform 0.8s;
}
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner > a:first-child:hover:after {
	transform: scaleX(1);
}



.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
    background-color: var(--cutsom-cl-accent-cta-kamikura);
    border: 1px solid var(--cutsom-cl-accent-cta-kamikura);
	transition-duration: 0.4s;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action:hover {
    color: var(--cutsom-cl-accent-cta-kamikura);
    background-color: #fff;
    border-color: var(--cutsom-cl-accent-cta-kamikura);
}
.ec-cartNavi .ec-cartNavi__body .ec-cartNaviWrap {
    color: var(--custom-cl-text-kamikura);
}

.ec-progress .ec-progress__number {
    /* 文字をボックスの中央に合わせる */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ec-blockTopBtn {
    color: var(--cutsom-cl-accent-kamikura);
    border-color: var(--cutsom-cl-accent-kamikura);
    border-width: 2px;
    flex-direction: column;
	transition-duration: 0.4s;
}
.ec-blockTopBtn:after {
    content: "Top";
    font-size: 45%;
    margin-bottom: 15%;
}
.ec-blockTopBtn:hover {
    filter: brightness(1.2) saturate(75%);
}



.ec-pageHeader h1, .ec-pageHeader .h1 {
    margin-bottom: 3rem;
}

.ec-cloneCartinRole {
    transition-duration: 0.8s;
}

.ec-cloneCartinRole ,
.ec-cloneCartinRole .ec-cloneCartinRole__toggleBtn {
  background-color: var(--cutsom-cl-accent-dark-kamikura);
  filter: initial;
}
.ec-cloneCartinRole .ec-cloneCartinRole__toggleBtn {
    bottom: calc(100% - 1px);
}


/* 商品詳細の数量ボタン 中の＋－が上下中央になってないので調整 */
.ec-quantityRole .ec-quantityRole__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-blockBtn--favorite i {
    transition-duration: 0.8s;
}
.ec-blockBtn--favorite i span {
    transition-duration: 0.8s;
}


.ec-productRole__visual .sideInNavToggleBtn {
    background-color: var(--cutsom-cl-accent-cta-kamikura);
}
.ec-productRole__visual .ec-productVisualNav.sphone {
    transition-duration: 0.8s;
}

.ec-productRole .ec-productRole__price .ec-price__price {
    color: var(--cutsom-cl-price);
    font-size: 2rem;
}

.ec-recommendProductRole .ec-productItemRole .ec-productItemRole__description {
    font-size: 0.933rem;
    line-height: 1.7;
}

.ec-productItemRole .ec-productItemRole__stockout {
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: var(--cutsom-cl-accent-cta-important-kamikura);
}

.ec-cartNavi .ec-cartNavi__badge,
.ec-drawerMenu .ec-drawerMenu__itemBadge {
    background-color: var(--cutsom-cl-accent-cta-important-kamikura);
}


.ec-drawerButton {
    border: 0;
    background: transparent;
}
.ec-drawerButton .burger {
    top: initial;
}

.ec-overlayRole,
.ec-drawerRole,
.ec-drawerButton .burger,
.ec-drawerButton .burger:before, .ec-drawerButton .burger:after {
    transition: 0.8s;
}

.ec-login .ec-login__link a:after {
    background-color: var(--custom-cl-text-kamikura);
    transition-duration: 0.8s;
}

.ec-alert-warning {
    background-color: var(--cutsom-cl-accent-cta-important-kamikura);
}



/* ボタン群 */
.ec-blockBtn {
	transition-duration: 0.4s;
}
.ec-blockBtn:hover {
    color: var(--clrBtnDefaultBg);
	background-color: #fff;
    border-color: var(--clrBtnDefaultBg);
	filter: initial;
}
.ec-inlineBtn {
	transition-duration: 0.4s;
}
.ec-inlineBtn:hover {
    color: var(--clrBtnDefaultBg);
	background-color: #fff;
    border-color: var(--clrBtnDefaultBg);
	filter: initial;
}
/* トップページ先頭カルーセル・コンセプトページのボタン */
.ec-shopCollectionBtn {
    font-family: var(--custom-font-family-kamikura-flashy);
    background-color: var(--cutsom-cl-accent-kamikura);
    border: 1px solid var(--cutsom-cl-accent-kamikura);	
	transition-duration: 0.4s;
	width: max-content;
	max-width: 75vw;
	min-width: 180px;
}
.ec-shopCollectionBtn:hover {
	color: var(--cutsom-cl-accent-kamikura);
    background-color: #fff;
    border-color: var(--cutsom-cl-accent-kamikura);
}
.ec-shopCollectionBtn:before,
.ec-shopCollectionBtn:after {
	content: initial;
}

/* キャンセル系ボタン */
.ec-blockBtn--cancel {
	transition-duration: 0.4s;
}
.ec-blockBtn--cancel:hover {
	color: var(--clrBtnCancelBg);
	background-color: #fff;
	border-color: var(--clrBtnCancelBg);
	filter: initial;
}
.ec-inlineBtn--cancel {
	transition-duration: 0.4s;
}
.ec-inlineBtn--cancel:hover {
	color: var(--clrBtnCancelBg);
	background-color: #fff;
	border-color: var(--clrBtnCancelBg);
	filter: initial;
}
/* アクション系ボタン */
.ec-blockBtn--action {
	transition-duration: 0.4s;
}
.ec-blockBtn--action:hover {
	color: var(--clrBtnActionBg);
	background-color: #fff;
	border-color: var(--clrBtnActionBg);
	filter: initial;
}
.ec-inlineBtn--action {
	transition-duration: 0.4s;
}
.ec-inlineBtn--action:hover {
	color: var(--clrBtnActionBg);
	background-color: #fff;
	border-color: var(--clrBtnActionBg);
	filter: initial;
}

/* カートに入れるボタン */
.ec-blockBtn--cartin {
    background-color: var(--cutsom-cl-accent-cta-kamikura);
    border-color: var(--cutsom-cl-accent-cta-kamikura);
	transition-duration: 0.4s;
}
.ec-blockBtn--cartin:hover {
    color: var(--cutsom-cl-accent-cta-kamikura);
	background-color: #fff;
    border-color: var(--cutsom-cl-accent-cta-kamikura);
	filter: initial;    
}
.ec-cloneCartinRole .ec-blockBtn--cartin {
    background-color: var(--cutsom-cl-accent-cta-kamikura);
    border-color: var(--cutsom-cl-accent-cta-kamikura);
	transition-duration: 0.4s;
}
.ec-cloneCartinRole .ec-blockBtn--cartin:hover {
    color: var(--cutsom-cl-accent-cta-kamikura);
	background-color: #fff;
    border-color: var(--cutsom-cl-accent-cta-kamikura);
	filter: initial;    
}

/* マイページ/お届け先一覧 の削除ボタン（デフォルトで左端にある×ボタンが、デザインテンプレートで、右端に標準ボタンと同じ見た目になるようにスタイルが書かれているが、:hoverがあたってない） */
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:hover:after {
    color: var(--clrBtnDefaultBg);
	background-color: #fff;
    border-color: var(--clrBtnDefaultBg);
	filter: initial;
}



@media only screen and (max-width: 767px) {
    
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .ec-pageHeader h1, .ec-pageHeader .h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.66em;
    }
}
@media only screen and (min-width: 1200px) {
    .ec-pageHeader h1, .ec-pageHeader .h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.66em;
    }


    .ec-drawerButton {
        display: block;
        width: 50px;
        height: 50px;
        padding: 12px;
    }
    .ec-overlayRole {
        height: calc(100vh - 100px);
        top: 100px;
        display: initial;
    }
    .ec-drawerRole {
        max-width: 400px;
        height: calc(100vh - 100px);
        top: 100px;
        padding-left: 3.906vw;
        padding-right: 3.906vw;
        display: initial;
    }

    body.scrolled .ec-overlayRole {
        height: calc(100vh - 50px);
        top: 50px;
    }
    body.scrolled .ec-drawerRole {
        height: calc(100vh - 50px);
        top: 50px;
    }
    body#page_homepage:not(.scrolled) .ec-layoutRole__header .ec-headerRole:hover {
        backdrop-filter: blur(5px);
    }
	body#page_homepage.have_curtain:not(.scrolled) .ec-layoutRole__header .ec-headerRole {
    	background-color: rgb(var(--clrHeaderBgRGB, 255, 255, 255), 0.66 );
    	backdrop-filter: blur(20px);
	}
    

    .ec-headerSearch .ec-headerSearch__wrap {
        background-color: transparent;
    }
    .ec-headerMenu .ec-headerSearch__body {
        position: initial;
    }
    .ec-headerNav {
        margin-right: 20px;
    }
    
}


/* トップページ コンセプト欄・所在地欄 */
.ec-conceptRole {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .front_page .ec-conceptRole {
        margin-top: 6.25vw;
        margin-bottom: 12.5vw;
    }
    .front_page .ec-shopMapRole {
        margin-top: 12.5vw;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .front_page .ec-conceptRole {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .front_page .ec-shopMapRole {
        margin-top: 100px;
        margin-bottom: 0;
    } 
}
@media only screen and (min-width: 1200px) {
    .front_page .ec-conceptRole {
        margin-top: 180px;
        margin-bottom: 180px;
    }
    .front_page .ec-shopMapRole {
        margin-top: 180px;
        margin-bottom: 2.5rem;
    } 
}


.ec-shopMapRole .ec-shopMapRole__container:nth-of-type(n+3) {
    margin-top: 3rem;
}
.ec-shopMapRole .ec-shopMapRole__content {
    text-shadow: 2px 2px 8px #55525210, -1px -1px 9px #7f7779c7, 1px 1px 2px #0e0b0cd4;
}
.ec-shopMapRole .ec-shopMapRole__content .logo {
    color: #fff;
    font-size: 1.66rem;
}
.ec-shopMapRole .ec-shopMapRole__map .map {
    padding-top: 66.6%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .ec-shopMapRole .ec-shopMapRole__map .map {
        padding-top: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    .ec-shopMapRole .ec-shopMapRole__container:nth-of-type(n+3) {
        margin-top: 0;
    }
    .ec-shopMapRole .ec-shopMapRole__wrap {
        justify-content: space-around;
    }
    .ec-shopMapRole .ec-shopMapRole__content {
        width: 45%;
    }
    .ec-shopMapRole .ec-shopMapRole__map {
        width: 45%;
    }
    .ec-shopMapRole .ec-shopMapRole__map .map {
        padding-top: 66.6%;
    }
}



/* トップページ 商品一覧の並びの調整 */
.ec-newProductsRole .ec-newProductsRole__list .ec-productItemRole,
.ec-newProductsRole .ec-featureProductsRole__list .ec-productItemRole,
.ec-featureProductsRole .ec-newProductsRole__list .ec-productItemRole,
.ec-featureProductsRole .ec-featureProductsRole__list .ec-productItemRole {
    background-color: var(--custom-cl-offwhite);
    border-radius: 1.33rem;
    overflow: hidden;
}
.ec-productItemRole .ec-productItemRole__content {
    padding: 0.5rem 1.33rem 2rem;
}

.ec-newProductsRole .ec-productItemRole .ec-productItemRole__title,
.ec-featureProductsRole .ec-productItemRole .ec-productItemRole__title {
    font-size: 1.5rem;
    margin: 1em 0;
}
.ec-productItemRole .ec-productItemRole__recommendComment {
    margin: 1em 0;
}
.ec-productItemRole .ec-productItemRole__price .ec-price__price {
    color: var(--cutsom-cl-price);
    font-size: 1.33rem;
}
.ec-newProductsRole .ec-productItemRole .ec-productItemRole__price,
.ec-featureProductsRole .ec-productItemRole .ec-productItemRole__price {
    margin: 1em 0.5em;
}


.ec-newProductsRole .ec-productItemRole .ec-productItemRole__image,
.ec-featureProductsRole .ec-productItemRole .ec-productItemRole__image {
    display: flex;
    align-items: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .ec-newProductsRole .ec-newProductsRole__list,
    .ec-newProductsRole .ec-featureProductsRole__list,
    .ec-featureProductsRole .ec-newProductsRole__list,
    .ec-featureProductsRole .ec-featureProductsRole__list {
        justify-content: center;
        gap: 8vw;
        grid-template-columns: calc(84.5% + 2rem);
        width: 100%;
        display: grid;
        margin-top: 20px;
    }

    .ec-newProductsRole .ec-newProductsRole__list > *,
    .ec-newProductsRole .ec-featureProductsRole__list > *,
    .ec-featureProductsRole .ec-newProductsRole__list > *,
    .ec-featureProductsRole .ec-featureProductsRole__list > * {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }
    
    .ec-productRole__profile {
        padding: 0.25rem;
    }

    .ec-categoryHeadRole .ec-categoryHeadRole__content {
        margin-bottom: 12.5vw;
        margin-top: 12.5vw;
    }

    /* 商品規格の select が、テキストが長い場合画面からはみ出してしまうので対処 */
    .ec-productRole__class[class*="classCategory"] {
        overflow: hidden;
    }
    .ec-productRole__class[class*="classCategory"] .ec-select select,
    .ec-productRole__class[class*="classCategory"] .ec-select .select_ui {
        max-width: min(55vw, 100%) !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .ec-newProductsRole .ec-newProductsRole__list,
    .ec-newProductsRole .ec-featureProductsRole__list,
    .ec-featureProductsRole .ec-newProductsRole__list,
    .ec-featureProductsRole .ec-featureProductsRole__list {
        justify-content: center;
        gap: 4vw;
        grid-template-columns: calc(42.3% + 2rem) calc(42.3% + 2rem);
        width: 100%;
        display: grid;
        margin-top: 30px;
    }

    .ec-newProductsRole .ec-newProductsRole__list > *,
    .ec-newProductsRole .ec-featureProductsRole__list > *,
    .ec-featureProductsRole .ec-newProductsRole__list > *,
    .ec-featureProductsRole .ec-featureProductsRole__list > * {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .ec-productRole__profile {
        padding: 0.5rem;
    }

    .ec-categoryHeadRole .ec-categoryHeadRole__content {
        margin-top: 7.8vw;
        margin-bottom: 7.8vw;
    }
}
@media only screen and (min-width: 1200px) {
    .ec-newProductsRole .ec-newProductsRole__list,
    .ec-newProductsRole .ec-featureProductsRole__list,
    .ec-featureProductsRole .ec-newProductsRole__list,
    .ec-featureProductsRole .ec-featureProductsRole__list {
        justify-content: center;
        gap: 4vw;
        grid-template-columns: 42.3% 42.3%;
        width: 100%;
        display: grid;
        margin-top: 40px;
    }

    .ec-newProductsRole .ec-newProductsRole__list > *,
    .ec-newProductsRole .ec-featureProductsRole__list > *
    .ec-featureProductsRole .ec-newProductsRole__list > *,
    .ec-featureProductsRole .ec-featureProductsRole__list > * {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .ec-productRole__profile {
        padding: 1rem;
    }

    .ec-categoryHeadRole .ec-categoryHeadRole__content {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    /* 商品規格の select が、テキストが長い場合画面からはみ出してしまうので対処 */
    .ec-productRole .ec-productRole__gridCell.cellRight {
        width: calc(43% - 40px);
    }
    .ec-productRole__class[class*="classCategory"] {
        flex-wrap: wrap;
    }
    .ec-productRole__class[class*="classCategory"] .ec-select,
    .ec-productRole__class[class*="classCategory"] .ec-select select,
    .ec-productRole__class[class*="classCategory"] .ec-select .select_ui {
        max-width: 100%;
    }
}


/* 商品一覧の並びの調整 */
.ec-shelfGrid__item .ec-productItemRole {
    background-color: var(--custom-cl-offwhite);
    border-radius: 0.86rem;
    overflow: hidden;
}


/* 商品一覧ページのカテゴリリンク 区切り文字を変更 */
.ec-childCategoryRole ul li:before {
    font-family: inherit;
    content: " ／ ";
    vertical-align: initial;
}
.ec-childCategoryRole ul li.titleLabel + li:before {
    content: " ： ";
}


/* コンセプトページ */
/* トップページで使われるのと同じクラス名を流用するので、属性リセットが主 */
.other_page .ec-conceptRole .ec-conceptRole__content,
.other_page .ec-conceptRole .ec-conceptRole__contentInner,
.other_page .ec-conceptRole .ec-conceptRole__contentInnerInner {
    position: initial;
    width: initial;
    background: initial;
    color: var(--custom-cl-text-kamikura);
    pointer-events: auto;
}

.other_page .ec-conceptRole .ec-conceptRole__content {
    margin-bottom: 5rem;
    padding: 0;
}
.other_page .ec-conceptRole .ec-conceptRole__content:last-child {
    margin-bottom: 0;
}
.other_page .ec-conceptRole .ec-conceptRole__contentInner {
    padding: 0;
    display: flex;
    align-items: center;
}
.other_page .ec-conceptRole .ec-conceptRole__contentInnerInner {
    padding: 1.44rem;
    flex: 1;
}

.other_page .ec-conceptRole .ec-conceptRole__contentInnerInner .title {
    font-size: 1.44rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .other_page .ec-conceptRole .ec-conceptRole__contentInner {
        flex-direction: column;
    }
    .other_page .ec-conceptRole .ec-conceptRole__contentInnerInner {
    }
    .other_page .ec-conceptRole .ec-conceptRole__contentInner .ec-conceptRole__image {
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .other_page .ec-conceptRole .ec-conceptRole__contentInner .ec-conceptRole__image {
        width: 44.4%;
    }
    .other_page .ec-conceptRole .ec-conceptRole__content:nth-of-type(odd) .ec-conceptRole__image {
        order: -1;
    }
}
@media only screen and (min-width: 1200px) {
    .other_page .ec-conceptRole .ec-conceptRole__contentInner .ec-conceptRole__image {
        width: 33.3%;
    }
    .other_page .ec-conceptRole .ec-conceptRole__content:nth-of-type(odd) .ec-conceptRole__image {
        order: -1;
    }
}

/* シュトーレンができるまで欄 */
.other_page .ec-conceptRole .ec-conceptRole__contentInner.stollenmade {
    display: flex;
    flex-flow: column nowrap;
}
@media only screen and (min-width: 768px) {
    .other_page .ec-conceptRole .ec-conceptRole__contentInner.stollenmade .ec-conceptRole__contentInnerInner:last-child {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3rem;
        margin: 0 3rem;
    }
}
.other_page .ec-conceptRole .ec-conceptRole__contentInner.stollenmade .ec-conceptRole__image {
    width: auto;
}
.other_page .ec-conceptRole .ec-conceptRole__contentInner.stollenmade .ec-conceptRole__image figure figcaption {
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 1rem;
}
.other_page .ec-conceptRole .ec-conceptRole__contentInner.stollenmade .ec-conceptRole__image figure figcaption span {
    text-align: center;
    font-size: 1.75em;
    color: #fff;
    background-color: rgb(var(--bs-dark-rgb));
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* 商品詳細のライトボックス（Luminous）のアニメーション（速度をゆっくりに） */

.lum-lightbox.lum-opening {
  animation-duration: 400ms;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation-duration: 400ms;
}

.lum-lightbox.lum-closing {
  animation-duration: 666ms;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation-duration: 666ms;
}


.ec-modal .ec-modal-wrap {
    border-color: var(--clrBorderColor);
}

/* その他汎用 */
/* アイコン画像 */
.inline-icon {
    height: 1em;
    width: auto;
    margin: 0 0.25em;
}
/* 使用できない（登録できない）
*:has(> .inline-icon) {
    display: inline-flex;
    align-items: center;
}
*/

.btn_right_arrow1 {
    position: relative;
    color: currentColor;
    padding: 0 1.75em 0 0.25em;
    margin-right: 1.75em;
    margin-bottom: 4px;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.btn_right_arrow1:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: all 1.5s;
}
.btn_right_arrow1:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 15px;
    height: 1px;
    background: currentColor;
    transform: rotate(35deg);
    transform-origin: right bottom;
    transition: all 1.5s;
}
@media only screen and (min-width: 768px) {
    .btn_right_arrow1:hover:before {
        width: calc(100% + 1.75em);
    }
    .btn_right_arrow1:hover:after {
        right: -1.75em;
    }
}




/* 商品一覧 カテゴリ欄で、仮で全商品のリンクを表示させないようにしたのでその対処 */
.ec-topicpath__item:first-child:before {
    display: none;
}


/* 商品詳細 フリーエリア など、汎用文章用へのスタイル */
.content dl {
}
.content dl dt {
    font-size: 125%;
    border-bottom: 1px solid var(--clrBorderColor);
    margin-bottom: 0.5em;
    padding-left: 1em;
}
.content dl dd {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}
.content dl dd dl {
    margin-left: 0.5em;
    margin-top: 0.5em;
}
.content dl dd dl dt {
    font-size: 100%;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.content dl dd dl dt:before {
    content: "◦";
}
.content dl dd dl dd {
    margin-bottom: 0.5em;
}

/* 入力フォームの注意書き用ボックス */
.ec-annotation {
    margin: 2rem 1rem 0;
    padding: 1rem;
    background: #f3d8d5;
}
.ec-annotation h6 {
    font-weight: bold;
    border-bottom: 1px solid var(--clrBorderColor);
    padding: 0 0.5rem 0.5rem;
}
.ec-annotation p {
    margin: 0;
}
.ec-annotation strong {
    color: var(--cutsom-cl-accent-cta-important-kamikura);
}
.ec-registerRole .ec-annotation h6:before { /* 会員登録画面ではメールのアイコンを付与 */
    font-family: "jeiafont";
    font-weight: normal;
    content: "\e911";
    font-size: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 3px;
}


/* 注文画面の金額欄 */
/* 中ぐらいの画面幅 ＆ 総額が万円超えの場合でも、中の文字に折り返しが入らない程度の幅に広げる */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .ec-orderRole .ec-orderRole__summary {
        flex-basis: 290px;
    }
}


/* Cookie同意バナー */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background: var(--cutsom-cl-accent-dark-kamikura);
    color: #fff;
    z-index: 999999;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-flow: row wrap;
    text-align: justify;
    word-break: auto-phrase;
    gap: 0.5rem 1rem;
    justify-content: center;
    font-size: 85%;
    box-shadow: 0 -0.25rem 1rem var(--clrInputFocusShadow);
    opacity: 0.96;
}
.cookie-banner a {
    width: calc(100% / 2 - 1rem);
    display: flex;
    color: var(--clrBtnCancelText, #fff);
    background-color: var(--clrBtnCancelBg, #333);
    border-color: var(--clrBtnCancelBg, #333);
    text-align: center;
    font-size: 85%;
    padding: 0.5rem;
    border-radius: 0.25rem;
    max-width: 15rem;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}
.cookie-banner a:hover {
    color: var(--clrBtnCancelBg);
    background-color: #fff;
    border-color: var(--clrBtnCancelBg);
}
.cookie-banner .cookie-close {
    display: flex;
    padding: 0.5rem;
    background-color: var(--cutsom-cl-accent-cta-kamikura);
    border: 1px solid var(--cutsom-cl-accent-cta-kamikura);
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s;
    width: calc(100% / 2 - 1rem);
    text-align: center;
    max-width: 15rem;
    justify-content: center;
    align-items: center;
}
.cookie-banner .cookie-close:hover {
    color: var(--cutsom-cl-accent-cta-kamikura);
    background-color: #fff;
    border-color: var(--cutsom-cl-accent-cta-kamikura);
}



/* 汎用 */

/* wbrタグを効かせるクラス */
/* 逆に改行させたくない英単語の文節などは、このクラスを付けた要素の中で、span class="text-nowrap" でその範囲を囲う */
.break-keep {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* letter-spacing を少しだけ付ける・削るクラス */
.letter-spacing-tight {
    letter-spacing: -0.05em;
}
.letter-spacing-normal {
    letter-spacing: normal;
}
.letter-spacing-wide {
    letter-spacing: 0.1em;
}