@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    /*safari対応*/
    -webkit-text-size-adjust: 100%;
}

body {
    padding-bottom: 60px;
    color: #341E10;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    background: #F5F5F0 url(../img/common/bg_base.svg);
}

/*body レスポンシブ*/
@media screen and (min-width: 992px) {
    body {
        padding-bottom: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #341E10;
    text-decoration: none;
}

p {
    line-height: 1.8;
}

picture {
    display: block;
}

button {
    outline: none;
    cursor: pointer;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
}

/*カリグラゴシック
---------------------------------------------------------------------------*/
@font-face {
    font-family: "caligra";
    font-weight: 700;
    src: url("../font/caligra.woff2") format("woff2"), url("../font/caligra.woff") format("woff")
        /*src: url("../font/caligra_right.woff2") format("woff2"), url("../font/caligra_right.woff") format("woff");*/
}

/*swiper
---------------------------------------------------------------------------*/
.swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #341E10;
    opacity: 1;
    outline: none;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-bullet:hover {
    opacity: 0.5;
}

.swiper-container .swiper-pagination.swiper-pagination__white .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-container .swiper-pagination.swiper-pagination__white .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container .swiper-pagination.swiper-pagination__white .swiper-pagination-bullet:hover {
    background-color: #714D0F;
    opacity: 1;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    outline: none;
}

.swiper-container .swiper-button-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.swiper-container .swiper-button-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
    background: url("../img/common/slide_btn.svg") no-repeat center/80%;
    color: transparent;
}

.swiper-container .swiper-button-prev::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/*複数カラム*/
.bl_slideCol.swiper-container .swiper-slide,
.bl_slideCol.swiper-container .swiper-wrapper {
    height: auto;
}

/*ページネーション付き*/
.bl_slidePaginate.swiper-container {
    padding-bottom: 30px;
}

.bl_slidePaginate.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

/*サムネイル付き*/
.bl_thumbSlide {
    margin-bottom: 12px;
}

.bl_thumbSlide .swiper-slide {
    border-radius: 8px;
}

.bl_thumbSlide .swiper-slide > img {
    border-radius: 8px;
}

.bl_thumbSlideThumb .swiper-slide {
    border-radius: 8px;
    cursor: pointer;
}

.bl_thumbSlideThumb .swiper-slide > img {
    border-radius: 8px;
}

/*swiper レスポンシブ*/
@media screen and (max-width: 767px) {
    .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .bl_thumbSlide {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 768px) {
    .bl_thumbSlideThumb .swiper-slide {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_thumbSlideThumb .swiper-slide:focus,
    .bl_thumbSlideThumb .swiper-slide:hover {
        opacity: 0.6;
    }
}

/*カード
---------------------------------------------------------------------------*/
.bl_cardUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.bl_cardUnit .bl_card {
    width: 100%;
    margin-bottom: 15px;
}

.bl_card {
    position: relative;
}

.bl_card_imgWrapper {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-top: 88.2352941176%;
    overflow: hidden;
    border-radius: 8px;
    border-radius: 8px;
}

.bl_card_imgWrapper > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
}

.bl_card_imgWrapper > img {
    border-radius: 8px;
}

.bl_card_label {
    position: absolute;
    top: 10px;
    left: 8px;
    padding: 0 0.6em;
    background-color: #3D7C41;
    color: #fff;
    font-size: 1.3rem;
}

.bl_card_label[data-card-label=nonsugar] {
    background-color: #3D7C41;
}

.bl_card_label[data-card-label=sugar] {
    background-color: #523E3E;
}

.bl_card_body {
    font-size: 1.7rem;
    text-align: center;
}

.bl_card_rank {
    margin-bottom: 2px;
    color: #E9483B;
}

.bl_card_info {
    margin-bottom: 2px;
    font-size: 1.4rem;
}

a.bl_card {
    display: block;
    outline: none;
}

/*カード レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_card_label {
        top: 15px;
        left: 10px;
        font-size: 1.5rem;
    }

    a.bl_card {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    a.bl_card:hover {
        opacity: 0.6;
    }

    /*3カラム
				---------------------*/
    .bl_cardUnit.bl_cardUnit__col3 {
        margin-bottom: -30px;
    }

    .bl_cardUnit__col3 .bl_card {
        width: calc((100% - 28px * 2) / 3);
        margin-right: 27px;
        margin-bottom: 30px;
    }

    .bl_cardUnit__col3 .bl_card:nth-of-type(3n) {
        margin-right: 0;
    }

    /*4カラム
				---------------------*/
    .bl_cardUnit.bl_cardUnit__col4 {
        margin-bottom: -30px;
    }

    .bl_cardUnit__col4 .bl_card {
        width: calc((100% - 28px * 3) / 4);
        margin-right: 27px;
        margin-bottom: 30px;
    }

    .bl_cardUnit__col4 .bl_card:nth-of-type(4n) {
        margin-right: 0;
    }
}

.bl_card_price {
    line-height: 1.4
}

.bl_card_price span {
    font-size: 75%
}

.bl_cardUnit .bl_card_price span {
    display: block
}

.bl_cardUnit.price_inline .bl_card_price span {
    display:inline
}

@media screen and (max-width: 767px) {
    .bl_cardUnit .bl_card.bl_card__smMedia:last-child {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

    .bl_card.bl_card__smMedia {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #341E10;
    }

    .bl_card.bl_card__smMedia .bl_card_imgWrapper {
        -ms-flex-preferred-size: 36.231884058%;
        flex-basis: 36.231884058%;
        margin-right: 15px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .bl_card.bl_card__smMedia .bl_card_imgWrapper::before {
        display: block;
        padding-top: 87.2%;
        content: "";
    }

    .bl_card.bl_card__smMedia .bl_card_body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 0;
        text-align: left;
    }

    .bl_card.bl_card__smMedia .bl_card_body > p {
        line-height: 1.5;
    }

    .bl_card.bl_card__smMedia .bl_card_label {
        display: inline-block;
        position: static;
        margin-bottom: 5px;
        font-size: 1.2rem;
    }

    .bl_card.bl_card__smMedia .bl_card_rank {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .bl_card.bl_card__smMedia .bl_card_ttl {
        font-size: 1.6rem;
    }

    .bl_card.bl_card__smMedia .bl_card_info {
        margin-bottom: 0;
        font-size: 1.3rem;
    }

    .bl_card.bl_card__smMedia .bl_card_price {
        font-size: 2rem;
    }

    .bl_cardUnit.bl_cardUnit__smCol2 {
        margin-bottom: -20px;
    }

    .bl_cardUnit__smCol2 .bl_card {
        width: calc((100% - 9px * 1) / 2);
        margin-right: 8px;
        margin-bottom: 20px;
    }

    .bl_cardUnit__smCol2 .bl_card:nth-of-type(2n) {
        margin-right: 0;
    }

    .bl_cardUnit__smCol2 .bl_card_ttl {
        font-size: 1.4rem;
        text-align: left;
    }

    .bl_cardUnit__smCol2 .bl_card_info {
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.5;
    }

    .bl_cardUnit__smCol2 .bl_card_price {
        text-align: right;
        line-height: 1.5;
    }


}

/*ギャラリー
---------------------------------------------------------------------------*/
.bl_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bl_gallery.bl_gallery__col5 {
    margin-bottom: -15px;
}

.bl_gallery__col5 .bl_gallery_item {
    width: 100%;
    margin-bottom: 15px;
    width: calc((100% - 15px * 4) / 5);
    margin-right: 14px;
}

.bl_gallery__col5 .bl_gallery_item:nth-of-type(5n) {
    margin-right: 0;
}

.bl_gallery_imgWrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.bl_gallery_imgWrapper > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
}

.bl_gallery_imgWrapper > img {
    border-radius: 8px;
}

/*ギャラリー レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_gallery.bl_gallery__col5 {
        margin-bottom: -13px;
    }

    .bl_gallery__col5 .bl_gallery_item {
        width: 100%;
        margin-bottom: 13px;
        width: calc((100% - 7px * 2) / 3);
        margin-right: 6px;
    }

    .bl_gallery__col5 .bl_gallery_item:nth-of-type(3n) {
        margin-right: 0;
    }
}

/*カード（ブログ）
---------------------------------------------------------------------------*/
.bl_blogCard > a {
    display: block;
    position: relative;
}

.bl_blogCard_label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1.3em;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
    z-index: 1;
}

.bl_blogCard_label[data-blog-cat=new-arrival] {
    background-color: #C70303;
}

.bl_blogCard_label[data-blog-cat=blog] {
    background-color: #FF861D;
}

.bl_blogCard_label[data-blog-cat=news] {
    background-color: #038BC7;
}

.bl_blogCard_body {
    padding: 15px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bl_blogCard_imgWrapper {
    position: relative;
    padding-top: 75.9259259259%;
    overflow: hidden;
}

.bl_blogCard_imgWrapper > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
}

.bl_blogCard_ttl {
    font-size: 1.6rem
}

.bl_blogCard_date {
    font-size: 1.3rem;
}

/*カード（ブログ） レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_blogCard > a {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_blogCard > a:focus,
    .bl_blogCard > a:hover {
        opacity: 0.6;
    }
}

/*メディア
---------------------------------------------------------------------------*/
.bl_mediaWrapper .bl_media {
    padding-bottom: 12px;
    border-bottom: 1px dotted #341E10;
}

.bl_mediaWrapper .bl_media:last-child {
    padding-bottom: 0;
    border-bottom-width: 0;
}

.bl_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bl_media_imgWrapper {
    -ms-flex-preferred-size: 36.231884058%;
    flex-basis: 36.231884058%;
    margin-right: 12px;
}

.bl_media_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bl_media_ttl {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #341E10;
    font-size: 2.3rem;
}

.bl_media_desc {
    font-size: 1.4rem;
    line-height: 1.5;
}

/*メディア レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_mediaWrapper .bl_media {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

    .bl_media_imgWrapper {
        -ms-flex-preferred-size: 38.1578947368%;
        flex-basis: 38.1578947368%;
        margin-right: 20px;
    }

    .bl_media_body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 5px;
    }

    .bl_media_ttl {
        margin-bottom: 15px;
        font-size: 2.5rem;
    }

    .bl_media_desc {
        font-size: 1.6rem;
    }

    a.bl_media {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    a.bl_media:focus,
    a.bl_media:hover {
        opacity: 0.6;
    }
}

@media screen and (min-width: 992px) {
    .bl_media_ttl {
        font-size: 3rem;
    }

    .bl_media_desc {
        font-size: 1.8rem;
    }
}

/*ポストリスト
---------------------------------------------------------------------------*/
.bl_vertPosts_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #341E10;
}

.bl_vertPosts_item:first-child {
    padding-top: 0;
}

.bl_vertPosts_header {
    margin-bottom: 10px;
}

.bl_vertPosts_date {
    margin-right: 10px;
    color: #5C5C5C;
}

.bl_vertPosts_labels {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bl_vertPosts_labels > *:last-child {
    margin-right: 0;
}

.bl_vertPosts_labels > li {
    margin-right: 10px;
}

.bl_vertPosts_labels > li a {
    display: inline-block;
    padding: 0.1em 0.6em;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
}

.bl_vertPosts_ttl {
    text-decoration: none;
}

.bl_vertPosts_ttl:focus,
.bl_vertPosts_ttl:hover {
    text-decoration: underline;
}

/*ポストリスト レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_vertPosts_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom-width: 0;
    }

    .bl_vertPosts_item:first-child {
        padding-top: 0;
    }

    .bl_vertPosts_header {
        margin: 0 20px 0 0;
        white-space: nowrap;
    }

    .bl_vertPosts_date {
        margin-right: 10px;
    }

    .bl_vertPosts_labels {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bl_vertPosts_labels > *:last-child {
        margin-right: 0;
    }

    .bl_vertPosts_labels > li {
        margin-right: 10px;
    }

    .bl_vertPosts_labels > li a {
        display: inline-block;
        padding: 0.1em 0.6em;
        background-color: #000;
        color: #fff;
        font-size: 1.2rem;
    }

    .bl_vertPosts_ttl {
        text-decoration: none;
    }

    .bl_vertPosts_ttl:focus,
    .bl_vertPosts_ttl:hover {
        text-decoration: underline;
    }
}

/*ページャー
---------------------------------------------------------------------------*/
.bl_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

.bl_pager_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.bl_pager_inner > *:last-child {
    margin-right: 0;
}

.bl_pager_inner > li {
    margin-right: 12px;
}

.bl_pager_inner > li:first-child img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.bl_pager_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #575555;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bl_pager_link > img {
    width: 10px;
}

.bl_pager_link:focus,
.bl_pager_link:hover {
    border-color: #E9483B;
    background-color: #E9483B;
    opacity: 0.75;
}

.bl_pager_link.is_active {
    border-color: #E9483B;
    background-color: #E9483B;
    pointer-events: none;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.bl_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bl_breadcrumb > li {
    position: relative;
    margin-right: 2em;
    font-size: 1.4rem;
    line-height: 1.5;
}

.bl_breadcrumb > li::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1em;
    font-size: 1.2em;
    font-weight: 400;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    content: " > ";
}

.bl_breadcrumb > li:last-child {
    margin-right: 0;
}

.bl_breadcrumb > li:last-child::after {
    content: none;
}

/*パンくずリスト レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_breadcrumb > li {
        font-size: 1.5rem;
    }

    .bl_breadcrumb a:focus,
    .bl_breadcrumb a:hover {
        text-decoration: underline;
    }
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.bl_lv4Ttl {
    position: relative;
}

.bl_lv4Ttl .el_roundBtn {
    position: absolute;
    top: 0;
    right: 0;
}

/*サイドバー（下層ページ）
---------------------------------------------------------------------------*/
.bl_sideTtl {
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 2rem;
    font-family: "caligra", sans-serif;
    font-weight: 700;
    border-bottom: 4px solid #341E10;
}

.bl_sideWidget {
    margin-bottom: 10px;
}

.bl_sideWidget_ttl {
    padding: 5px 10px;
    background-color: #341E10;
    color: #fff;
    font-size: 1.8rem;
}

.bl_sideWidget_ttl a {
    color: #fff
}

.bl_sideWidget_list {
    padding: 10px 15px;
}

.bl_sideWidget_list > li {
    padding: 2px 0;
    font-size: 1.6rem;
}

.bl_sideWidget_list > li a {
    display: block;
}

/*サイドバー（下層ページ） レスポンシブ*/
@media screen and (min-width: 768px) {
    .bl_sideTtl {
        font-size: 2.3rem;
    }

    .bl_sideWidget_ttl {
        padding: 5px 15px;
        font-size: 2rem;
    }

    .bl_sideWidget_list > li {
        padding: 4px 0;
        font-size: 1.9rem;
    }

    .bl_sideWidget_list > li a:focus,
    .bl_sideWidget_list > li a:hover {
        text-decoration: underline;
    }
}

/*テーブル
---------------------------------------------------------------------------*/

.bl_horizTable p {
    line-height: 1.5
}

.bl_horizTable th {
    padding-right: 15px;
    padding-bottom: 7px;
    text-align: left;
    white-space: nowrap;
}

.bl_horizTable td {
    padding-bottom: 7px;
}

.bl_horizTable tr:last-child td,
.bl_horizTable tr:last-child th {
    padding-bottom: 0;
}

/*テーブル レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_horizTable th {
        display: block;
        padding-right: 0;
        padding: 3px 5px;
        margin-bottom: 10px;
        background-color: #341E10;
        color: #fff;
    }

    .bl_horizTable td {
        display: block;
        padding-bottom: 10px;
        font-size: 1.6rem
    }

    .bl_horizTable tr:last-child td,
    .bl_horizTable tr:last-child th {
        padding-bottom: 0;
    }
}

/*カート
---------------------------------------------------------------------------*/
.bl_cart {
    padding: 30px;
    background-color: #E6DED6;
}

.bl_cart .price {
    margin-bottom: 5px
}

.bl_cart .price span {
    font-size: 2.5rem
}

.bl_cart .bl_inputNum {
    margin-bottom: 15px;
}

.bl_cart select {
    min-width: 4em;
    margin: 0 1rem 5px 1rem;
    padding: 5px 10px;
    background-color: #fff;
    font-size: 1.8rem
}

.bl_cart_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0.6em 0.4em;
    width: 100%;
    font-size: 2.6rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background-color: #341E10;
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    line-height: 1;
}

.bl_cart_submit > img {
    margin-right: 0.4em;
    width: 1em;
    vertical-align: middle;
}

.bl_cart_submit:focus,
.bl_cart_submit:hover {
    opacity: 0.6;
}

.bl_cart_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 5px
}

.bl_cart_btns .bl_cart_btn {
    margin-bottom: 10px;
    margin-right: 15px;
}

.bl_cart_btns .bl_cart_btn:last-child {
    margin-right: 0;
}

.bl_cart_btn {
    display: inline-block;
    padding: 0.5em 1.2em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 2px solid #341E10;
    border-radius: 2em;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bl_cart_btn:focus,
.bl_cart_btn:hover {
    opacity: 0.6;
}

/*カート レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_cart {
        padding: 30px 15px;
    }

    .bl_cart .bl_inputNum {
        margin-left: 15px;
    }

    .bl_cart_submit {
        font-size: 2.2rem;
    }

    .bl_cart_submit:focus,
    .bl_cart_submit:hover {
        opacity: 1;
    }

    .bl_cart_btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bl_cart_btns .bl_cart_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .bl_cart_btns .bl_cart_btn:last-child {
        margin-bottom: 0;
    }

    .bl_cart_btn:focus,
    .bl_cart_btn:hover {
        opacity: 1;
    }
}

/*数値入力（ラベル + input）
---------------------------------------------------------------------------*/
.bl_inputNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl_inputNum > label {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.8rem;
}

/*note
---------------------------------------------------------------------------*/
.bl_note {
    position: relative;
    padding: 65px 35px 30px 35px;
    border: 1px solid;
    background-color: #fff;
    margin: 45px 0 0
}

.bl_note_label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.1em 1.3em;
    color: #fff;
    background-color: #341E10;
    font-size: 2rem;
}

.bl_note_inner p {
    line-height: 1.5;
}

.bl_note_inner > * {
    margin-bottom: 0.5em;
}

.bl_note_inner > *:last-child {
    margin-bottom: 0;
}

.bl_note_br {
    position: relative;
    padding: 45px 20px 20px 20px;
    border: 1px solid;
    background-color: rgb(247, 245, 236);
    margin: 45px 0
}

.bl_note_br_label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.1em 1.3em;
    color: #fff;
    background-color: #341E10;
    font-size: 1.6rem;
}

.bl_note_br_inner p {
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 1.5rem
}

.bl_note_br_inner p:last-of-type {
    margin-bottom: 0
}

.bl_note_inner > * {
    margin-bottom: 0.5em;
}

.bl_note_inner > *:last-child {
    margin-bottom: 0;
}

.seibun_ttl {
    margin-bottom: 3px;
    color: #075f1f
}

/*note レスポンシブ*/
@media screen and (max-width: 767px) {
    .bl_note {
        padding: 55px 15px 20px 15px;
        margin: 25px 0 0
    }

    .bl_note_label {
        padding: 0.2em 0.9em;
        font-size: 1.6rem;
    }

    .bl_note_inner > * {
        margin-bottom: 0.5em;
    }

    .bl_note_inner > *:last-child {
        margin-bottom: 0;
    }

    .bl_note_br {
        padding: 45px 15px 15px 15px;
        margin: 25px 0
    }

    .bl_note_br_inner p {
        line-height: 1.5;
        margin-bottom: 6px;
        font-size: 1.4rem
    }
}

/*箇条書きリスト（ul）
---------------------------------------------------------------------------*/
.bl_bulletList > *:last-child {
    margin-bottom: 0;
}

.bl_bulletList > li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.bl_bulletList > li::before {
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0.2em;
    border-radius: 50%;
    width: 0.2em;
    height: 0.2em;
    background-color: #341E10;
    content: "";
}

@media screen and (max-width: 767px) {
    .bl_bulletList > li {
        font-size: 1.6rem
    }
}

/*モーダル
---------------------------------------------------------------------------*/
.modaal-container {
    max-width: 920px;
    border: 3px solid #341E10;
}

.modaal-overlay {
    background-color: #fff !important;
    opacity: 0.7 !important;
}

.modaal-content-container {
    padding: 50px 42px 90px;
}

.modaal-wrapper .modaal-close {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    border-radius: 0;
    background-color: #341E10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
    width: 2px;
    border-radius: 0;
}

.modaal-wrapper .modaal-close:hover {
    opacity: 0.6;
}

.modaal-wrapper .modaal-close:hover::before,
.modaal-wrapper .modaal-close:hover::after {
    background: #fff;
}

.bl_modal {
    display: none;
}

.bl_modal_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bl_modal_media > * {
    width: 48.1927710843%;
}

.bl_modal_img {
    margin-right: 30px;
    border-radius: 8px;
}

.bl_modal_img .swiper-slide,
.bl_modal_img img {
    border-radius: 8px;
}

.bl_modal_body {
    color: #341E10;
}

.bl_modal_body > * {
    margin-bottom: 15px;
}

.bl_modal_body > *:last-child {
    margin-bottom: 0;
}

.bl_modal_body dl {
    font-family: "caligra", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.bl_modal_body dt {
    display: inline-block;
    font-size: 2.3rem;
}

.bl_modal_body dd {
    display: inline-block;
    font-size: 4.6rem;
}

.ordermade_area {
    margin: 0 !important
}

.ordermade_detail_area {
    margin-top: 0 !important;
    padding-top: 0 !important
}

/*モーダル レスポンシブ*/
@media screen and (max-width: 767px) {
    .modaal-content-container {
        padding: 20px 15px 90px;
    }

    .modaal-wrapper .modaal-inner-wrapper {
        padding: 30px 15px;
    }

    .modaal-wrapper .swiper-slide {
        width: 100% !important;
    }

    .bl_modal_media {
        display: block;
    }

    .bl_modal_media > * {
        width: auto;
    }

    .bl_modal_body {
        font-size: 1.5rem;
    }

    .bl_modal_img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------------------------------
エレメントモジュール
---------------------------------------------------------------------------*/
/*ボタン
---------------------------------------------------------------------------*/
.el_roundBtn {
    display: inline-block;
    padding: 0.3em 1.5em;
    max-width: 100%;
    min-width: 218px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    font-family: "caligra", sans-serif;
    font-weight: 700;
    border: 2px solid #341E10;
    border-radius: 2em;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.el_roundBtn.el_roundBtn__s {
    min-width: 106px;
    padding: 0.1em 1.2em;
}

/*ボタン レスポンシブ*/
@media screen and (max-width: 350px) {
    .el_roundBtn.el_roundBtn__s {
        min-width: 90px;
        padding: 0.1em 0.6em;
    }
}

@media screen and (min-width: 768px) {
    .el_roundBtn {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .el_roundBtn:focus,
    .el_roundBtn:hover {
        opacity: 0.6;
    }

    .el_roundBtn {
        padding: 0.2em 1.5em;
        min-width: 270px;
        font-size: 2.1rem;
    }

    .el_roundBtn.el_roundBtn__s {
        min-width: 155px;
        padding: 0.1em 1.5em;
    }
}

/*タイトル
---------------------------------------------------------------------------*/
.el_lv3Ttl {
    margin-bottom: 50px;
    font-size: 3rem;
    text-align: center;
    font-family: "caligra", sans-serif;
    font-weight: 700;
}

.el_lv3Ttl::after {
    display: block;
    margin: 15px auto 0;
    width: 130px;
    height: 7px;
    background-color: #341E10;
    content: "";
}

.el_lv4Ttl {
    margin-bottom: 50px;
    font-size: 3rem;
    font-family: "caligra", sans-serif;
    font-weight: 700;
}

.el_lv4Ttl::after {
    display: block;
    margin: 20px auto 0;
    height: 5px;
    background-color: #341E10;
    content: "";
}

/*タイトル レスポンシブ*/
@media screen and (max-width: 767px) {
    .el_lv3Ttl {
        margin-bottom: 35px;
        font-size: 2.7rem;
    }

    .el_lv4Ttl {
        margin-bottom: 35px;
        font-size: 2.5rem;
    }

    .el_lv4Ttl::after {
        margin: 10px auto 0;
    }

    .el_lv4Ttl.el_lv4Ttl__s {
        font-size: 2rem;
    }

    .el_lv4Ttl.el_lv4Ttl__s::after {
        margin-top: 10px;
        height: 4px;
    }
}

@media screen and (max-width: 350px) {
    .el_lv4Ttl {
        font-size: 2.3rem;
    }
}

/*コピーライト
---------------------------------------------------------------------------*/
.el_copyright {
    display: block;
    text-align: center;
    font-size: 1.4rem;
}

/*ページトップボタン
---------------------------------------------------------------------------*/
.el_pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #341E10;
}

.el_pageTop > a {
    padding: 0.5em 1.9em;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.el_pageTop > a::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 13.9px 8px;
    margin-right: 0.3em;
    border-color: transparent transparent #fff transparent;
    content: "";
}

/*ページトップボタン レスポンシブ*/
@media screen and (min-width: 992px) {
    .el_pageTop {
        right: 60px;
    }

    .el_pageTop a {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .el_pageTop a:focus,
    .el_pageTop a:hover {
        opacity: 0.6;
    }
}

/*moreボタン
---------------------------------------------------------------------------*/
.el_more {
    display: inline-block;
    width: 76px;
}

/*moreボタン レスポンシブ*/
@media screen and (min-width: 768px) {
    .el_more {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .el_more:focus,
    .el_more:hover {
        opacity: 0.6;
    }
}

/*ラベル
---------------------------------------------------------------------------*/
.el_label {
    display: inline-block;
    padding: 0.2em 0.6em;
    background-color: #3D7C41;
    color: #fff;
    font-size: 1.5rem;
}

.el_label.el_label__brown {
    background-color: #523E3E;
}

/*ラベル レスポンシブ*/
@media screen and (max-width: 767px) {
    .el_label {
        font-size: 1.2rem;
    }
}

/*アイコン
---------------------------------------------------------------------------*/
.el_icon {
    width: 46px;
}

/*アイコン レスポンシブ*/
@media screen and (max-width: 767px) {
    .el_icon {
        width: 38px;
    }
}

/*リンク
---------------------------------------------------------------------------*/
.el_link {
    text-decoration: none;
}

/*リンク レスポンシブ*/
@media screen and (min-width: 768px) {

    .el_link:focus,
    .el_link:hover {
        text-decoration: underline;
    }
}

/*数値入力
---------------------------------------------------------------------------*/
.el_inputNum {
    position: relative;
    width: 155px;
}

.el_inputNum::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 42px;
    border: 1px solid;
    background-color: #fff;
    content: "";
}

.el_inputNum_inner {
    position: relative;
    width: 100%;
    height: 40px;
}

.el_inputNum_inner::before {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 0.7em;
    content: "▲";
    pointer-events: none;
}

.el_inputNum_inner::after {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 0.7em;
    content: "▼";
    pointer-events: none;
}

.el_inputNum_inner input {
    display: inline-block;
    margin: 0 auto 40px;
    border: none;
    border-radius: 0;
    padding: 2px 50px 2px 10px;
    width: 100%;
    height: 40px;
    font-size: 2.2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #341E10;
    -webkit-appearance: none;
    background-color: transparent;
    text-align: right;
}

.el_inputNum_inner input:focus {
    outline: none;
}

.el_inputNum_inner input::-webkit-inner-spin-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
}

.el_inputNum_inner input::-webkit-contacts-auto-fill-button {
    opacity: 0;
}

/*ページネーション
---------------------------------------------------------------------------*/
.pager {
    margin: 3rem auto 0
}

.pager .pagination {
    text-align: center;
}

.pager .pagination {
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #4a4949;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
}


.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #c40505;
    border-radius: 50px;
}

@media only screen and (max-width: 580px) {
    .pager {
        margin: 0 auto 0
    }

    .pager .pagination li {
        display: none;
    }

    .pager .pagination li.pre,
    .pager .pagination li.next {
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .pager .pagination li.pre a,
    .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }

    .pager .pagination li.pre span::after {
        content: "　前の10件へ";
    }

    .pager .pagination li.next span::before {
        content: "次の10件へ　";
    }
}


/*XOカレンダー
---------------------------------------------------------------------------*/
.xo-event-calendar {
    max-width: 800px;
    margin: 0 auto 40px
}

.xo-months th {
    background-color: #523E3E;
    color: #fff;
}

.xo-months th.sunday {
    background-color: #be3131;
    color: #fff !important;
}

.xo-months th.saturday {
    background-color: #3D7C41;
    color: #fff !important;
}

@media only screen and (min-width: 768px) {
    .xo-months td {
        height: 50px
    }
}


/*******************************************
reCAPTCHA v3
********************************************/
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}

.grecaptcha-badge {
    margin-top: 10px;
}


/*ノーフレームテンプレート
---------------------------------------------------------------------------*/
.no-frame {}

.bl_noframe {
    border-top: 1px solid #b9b1aa
}

.no-frame .bl_breadcrumbWrapper {
    margin: 10px 0
}

@media only screen and (max-width: 580px) {
    .no-frame .bl_breadcrumbWrapper {
        margin: 6px 0
    }
}

.ems_jscart {
    background-color: #E6DED6;
    padding: 15px;
    background-color: #fff;
}

.mag0 {
    margin-top: -50px !important
}


.grecaptcha-badge {
    left: 6px !important;
    width: 70px !important;
}

.grecaptcha-badge:hover {
    left: 6px !important;
    width: 256px !important;
}
