/* カスタマイズ用CSS */

/* 20260821までにサーバにあったスタイル */
/*
.styleTable{
 border-collapse:collapse;
}
.styleTable th{
 background: #f0f0f0;
 border:solid 1px #ccc;
 padding: 5px;
}
.styleTable td{
 background: #fff;
 border:solid 1px #ccc;
 padding: 5px;
}
*/
/* 共通パーツ */
.ec-layoutRole .ec-layoutRole__contents{
  /* margin-top: 3rem; */
}
/* TOP */
@media screen and (min-width: 768px){
  .ec-calendar{
    justify-content: center;
  }
  .ec-calendar__month{
    width: 35%;
  }
}
/* 商品詳細ページ */
.ec-productRole {
  margin-top: 3rem;
}

/* 商品詳細：メイン画像のみ中央基準で1:1に統一 */
#page_product_detail .item_visual {
  width: 400px;
  max-width: 100%;
  margin-inline: auto;
}

#page_product_detail .item_visual .slide-item {
  vertical-align: top;
}

#page_product_detail .item_visual .slide-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ec-productRole .ec-productRole__tags:not(:has(li)){
  margin: 0;
}
.ec-productRole .ec-productRole__priceRegular:empty{
  padding: 0;
}
.ec-productRole .ec-productRole__description{
  margin-top: 2rem;
}

.mt-1rem{
  margin-top: 1rem;
}



/* calendar */
/* 日曜日・祝日 */
/*
.ec-calendar table th:first-child,
.ec-calendar table td:first-child,
.ec-calendar table td.ec-calendar__holiday {
    color: #d00;
}
*/
/* 土曜日 */
/*
.ec-calendar table th:last-child,
.ec-calendar table td:last-child {
    color: #06c;
}
*/  
/* 休業日 */
.ec-calendar table td.ec-calendar__closed {
    background-color: #C70000;
    color: #fff !important;
}
/* 20260821までにサーバにあったスタイル ここまで */

/* 20260821に追加したスタイル  */

/* フォント */
* {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* header */
.ec-layoutRole__header {

}
@media only screen and (max-width: 767px) {
  .ec-layoutRole__header {
    display: flex;
    flex-direction: column;
  }
  .ec-headerNaviRole {
    order: 1;
  }
  .ec-headerRole {
    order: 2;
  }
  .ec-headerLinkRole,
  .ec-categoryNaviRole {
    order: 3;
  }
}

/*** ハンバーガーメニューボタン ***/
.ec-headerRole__navSP .ec-headerNavSP {
  border-radius: 0;
  width: 60px;
  height: 60px;
  font-size: 28px;
  color: #fff;
  background: #7c1919;
  top: 0px;
  left: 0px;
}
/**** デバッグモード対策 ****/
.ec-debugModeAlert ~ .ec-layoutRole .ec-headerNavSP {
    top: 50px;
}
.ec-drawerRoleClose {
  z-index: 10000;
}

/*** 公式サイト・お問い合わせナビの横並び ***/
.ec-headerLinkRole .utility_nav {
  display: none;
}
.ec-headerLinkRole .utility_nav ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.ec-headerLinkRole .utility_nav ul li {
  display: inline-block;
}
.ec-headerLinkRole .utility_nav ul li a {
  display: inline-block;
  padding: 13px 16px;
  background-color: #7c1919;
  border: 1px solid #7c1919;
  border-radius: 24px;
  color: #fff;
  min-width: 220px;
  font-size: 16px;
}
.ec-headerLinkRole .utility_nav ul li + li a {
  display: inline-block;
  padding: 13px 16px;
  background-color: #fff;
  border: 1px solid #7c1919;
  border-radius: 24px;
  color: #7c1919;
  min-width: 220px;
  font-size: 16px;
}
.ec-headerLinkRole .utility_nav ul li a:hover {
  opacity: 0.5;
}
.ec-headerLinkRole .utility_nav ul li + li a {
  margin-left: 20px;
}
.ec-headerLinkRole .utility_nav ul li a .utility_icon {
  margin-right: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-headerLinkRole .utility_nav {
    display: block;
  }
  .ec-headerLinkRole .utility_nav ul {
    /* padding-left: 2rem; */
  }
}

/*** ログインナビとカート ***/
.ec-headerNaviRole {
  /*justify-content: center;*/
  /*padding: 12px 0;*/
  justify-content: flex-end;
  padding: 0.75rem 0.625rem 0.75rem 4rem;
}

@media only screen and (min-width: 1300px) {
  .ec-headerNaviRole {
    /* justify-content: space-between; */
  }
}

/*** ヘッダータイトル ***/
/*** ヘッダーロゴ ***/
.ec-headerTitle .ec-headerTitle__title {
  text-align: center;
  width: 297px;
  margin: 20px auto 49px;
}
.ec-headerTitle .ec-headerTitle__title a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 16.974899159%;
  background-image: url(../img/header_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-headerTitle .ec-headerTitle__title {
    width: 209px;
    margin: 0 auto;
  }
  .ec-headerTitle .ec-headerTitle__title a {
    padding-top: 25.8373205741%;
    font-size: 20px;
  }
}

.ec-headerRole {
  padding-top: 0;
  background-color: #f1ede5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-headerRole {
    background-color: #fff;
  }
}

/*** ヘッダー要素の横並び ***/
@media only screen and (min-width: 768px) {
  .ec-layoutRole__header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .ec-headerRole {
    width: 210px;
    padding: 0;
    margin: 0;
    order: 1;
    flex: 0 0 auto;
  }
  .ec-headerLinkRole {
    width: 465px;
    order: 2;
    flex: 0 0 auto;
    margin-left: 40px;
  }

  .ec-headerNaviRole {
    width: 100%;
    width: 768px;
    padding: 0;
    order: 3;
    flex: 0 0 auto;
  }
  .ec-categoryNaviRole {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #7c1919;
    max-width: none;
    order: 4;
    flex: 0 0 auto;
  }
  .ec-headerRole,
  .ec-headerLinkRole,
  .ec-headerNaviRole {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .ec-headerNaviRole {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1451px) {
  .ec-headerNaviRole {
    width: 800px;
    /* margin-top: 26px; */
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1605px) {
  .ec-layoutRole__header {
    display: grid;
    grid-template-columns: 270px 90px 465px 40px minmax(0, 1fr);
    padding-left: 50px;
    padding-right: 50px;
  }
  .ec-headerRole {
    grid-column: 1;
    width: 270px;
  }
  .ec-headerLinkRole {
    grid-column: 3;
    width: 465px;
    margin-left: 0;
  }
  .ec-headerNaviRole {
    grid-column: 5;
    width: auto;
  }
  .ec-headerRole,
  .ec-headerLinkRole,
  .ec-headerNaviRole {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .ec-headerNaviRole {
    margin-left: 0;
    margin-right: 0;
  }
  .ec-categoryNaviRole {
    grid-column: 1 / -1;
  }
  .ec-headerTitle .ec-headerTitle__title {
    width: 270px;
  }
  .ec-headerTitle .ec-headerTitle__title a {
    padding-top: 16.974899159%;
  }
}

/*** ヘッダーロゴと公式サイト・お問い合わせナビの横並び ***/
@media only screen and (min-width: 768px) {
  .ec-headerRole .ec-headerRole__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*** ログインナビ ***/
.ec-headerNav .ec-headerNav__item {
  border-left: 1px solid #7c1919;
}
.ec-headerNav .ec-headerNav__item:last-child {
  border-right: 1px solid #7c1919;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-headerNav .ec-headerNav__itemIcon {
  margin-right: 10px;
  display: block;
  flex: 0 0 auto;
  color: #7c1919;
}
.ec-headerNav .ec-headerNav__itemLink {
  display: block;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0 10px;
  font-size: 10px;
  color: #7c1919;
}
@media only screen and (min-width: 768px) {
  .ec-headerNav {
    display: flex;
  }
  .ec-headerNav .ec-headerNav__item {
    display: block;
    font-size: 14px;
  }
}

/*** カート ***/
.ec-headerRole__cart {
  flex: 0 0 auto;
}
.ec-cartNavi {
  width: 35px;
  height: 35px;
  background: transparent;
  color: #7c1919;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  margin-left: 10px;
  position: relative;
}
.ec-cartNavi::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f3e7e7;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 6px;
}
.ec-cartNavi .ec-cartNavi__badge {
  background-color: #7c1919;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #f3e7e7;
    align-items: center;
  }
  .ec-cartNavi::before {
    content: none;
  }
  .ec-cartNavi .ec-cartNavi__price {
    vertical-align: top;
  }
}

/*** 検索 **/
.ec-headerNaviRole .ec-headerNaviRole__search {
  margin-top: 0;
  margin-left: 40px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #7c1919;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  padding: 8px 24px 8px 20px;
}
.ec-headerSearch .ec-headerSearch__keyword {
  border: 1px solid #7c1919;
  background-color: #fff;
}
.ec-headerSearch .ec-headerSearch__keyword .search-name::placeholder {
  color: #9b9b9b;
}
.ec-headerSearch img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(41%) saturate(4696%) hue-rotate(350deg) brightness(97%) contrast(90%);
}
  @media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__keyword {
    border: 1px solid #7c1919;
    background-color: #f3e7e7;
  }
  .ec-headerSearch .ec-headerSearch__keyword .search-name::placeholder {
    color: #9b9b9b;
  }
}

/** SPドロワーメニュー **/
.ec-drawerRoleClose {
  color: #7c1919;
}
/*** 検索 ***/
.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background: #f3e7e7;
  color: #636378;
}
/*** カテゴリナビSP ***/
.ec-drawerRole {
  background: #fff;
  padding-bottom: 4.375rem;
  height: 100vh;
  height: 100dvh;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #7c1919;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #7c1919;
  border-bottom: 1px solid #7c1919;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #fff;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #7c1919;
  border-bottom: 1px solid #7c1919;
  padding: 20px 16px;
  color: #000;
  font-weight: normal;
  background: #fff;
}
.ec-itemNav__nav li ul {
  display: block;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: static;
  top: 100%;
  left: 0;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  border-bottom: 1px solid #7c1919;
  padding: 10px 16px;
  background: #f3e7e7;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul),
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul) > ul > li:has(> ul) {
  position: relative;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul)::before,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul) > ul > li:has(> ul)::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #7c1919;
  position: absolute;
  top: 22px;
  right: 11px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul) > ul > li:has(> ul)::before {
  top: 14px;
}

@media only screen and (min-width: 768px) {
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul),
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul) > ul > li:has(> ul) {
    position: static;
  }
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul)::before,
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:has(> ul) > ul > li:has(> ul)::before {
    content: none;
  }
  .ec-itemNav__nav li ul {
    position: absolute;
    z-index: 100;
  }
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: unset;
}
.ec-drawerRole .ec-headerLinkArea .official_icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../img/icon_sp_menu_official.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/** カテゴリナビpc **/

@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li a,
  .ec-itemNav__nav li span {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
    padding: 14px 16px;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
    background: #7c1919;
    border-bottom: 1px solid #E8E8E8;
    min-width: 140px;
  }
  .ec-itemNav__nav li span {
    text-align: center;
    border-bottom: none;
  }
  .ec-itemNav__nav li a,
  .ec-itemNav__nav li span {
    border-bottom: none;
    padding: 29.5px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .ec-itemNav__nav > li:first-child a,
  .ec-itemNav__nav > li:first-child span,
  .ec-itemNav__nav > li:last-child a,
  .ec-itemNav__nav > li:last-child span {
    position: relative;
    margin-right: 10px;
  }
  .ec-itemNav__nav > li:first-child a,
  .ec-itemNav__nav > li:first-child span {
    margin-right: 10px;
  }
  .ec-itemNav__nav > li:last-child a,
  .ec-itemNav__nav > li:last-child span {
    margin-left: 10px;
  }
  .ec-itemNav__nav > li:first-child a::after,
  .ec-itemNav__nav > li:first-child span::after,
  .ec-itemNav__nav > li:last-child a::after,
  .ec-itemNav__nav > li:last-child span::after {
    content: '';
    display: block;
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .ec-itemNav__nav > li:first-child a::after,
  .ec-itemNav__nav > li:first-child span::after {
    right: -10px;
  }
  .ec-itemNav__nav > li:last-child a::after,
  .ec-itemNav__nav > li:last-child span::after {
    left: -10px;
  }
  .ec-itemNav__nav > li:nth-child(2) a,
  .ec-itemNav__nav > li:nth-child(2) span {
    margin-left: 10px;
  }
  .ec-itemNav__nav > li:nth-last-child(2) a,
  .ec-itemNav__nav > li:nth-last-child(2) span {
    margin-right: 10px;
  }
  .ec-itemNav__nav > li:hover > a {
    background: #551100;
    opacity: 0.5;
  }
  .ec-itemNav__nav li ul {
    min-width: unset;
  }
  .ec-itemNav__nav li ul li {
    min-width: 140px;
    width: auto;
  }
  .ec-itemNav__nav li ul li a {
    border: 1px solid #7c1919;
    padding: 13px 9px;
    font-size: 14px;
    font-weight: 500;
    color: #7c1919;
    text-align: center;
    background: #fff;
  }
  .ec-itemNav__nav li ul li ul:before {
    color: #7c1919;
    top: 16px;
    left: -12px;
  }
  .ec-itemNav__nav > li:hover li:hover > a {
    background: #fff;
    opacity: 0.5;
  }
  .ec-itemNav__nav li ul li ul li a {
    background: #f3e7e7;
    min-width: 140px;
  }
  .ec-itemNav__nav li ul li ul li:hover a {
    background: #f3e7e7;
    opacity: 0.5;
  }
  .ec-itemNav__nav li ul li:hover > ul > li {
    width: 100%;
  }
  .ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #f3e7e7;
    opacity: 0.5;
}

}
/*** ホームに戻る ***/
.ec-drawerRole .ec-headerLinkArea .return_to_home .ec-headerLink__item {
  background-color: #fff;
  color: #7c1919;
  border-bottom: 1px solid #fff;
}




/* footer */
/*** フッターレイアウト ***/
.ec-layoutRole__footer {
  background-color: #000;
}
.ec-layoutRole__footer > .container {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.ec-layoutRole__footer .ec-role {
  padding-left: 0;
  padding-right: 0;
}

.ec-footerTitle .ec-footerTitle__logo a {
  /* color: #e00; */
}
.ec-footerNavi {
  text-align: left;
}
.ec-layoutRole__footer .ec-footerRole {
  order: 1;
}
.ec-layoutRole__footer .ec-role {
  order: 2;
}
.ec-layoutRole__footer .ec-footer__copyright {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  order: 3;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__footer > .container {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ec-layoutRole__footer .ec-footerRole {
    width: 50%;
    width: calc(100% / 2);
    flex: 0 0 auto;
    order: 1;
  }
  .ec-layoutRole__footer .ec-role {
    width: 50%;
    width: calc(100% / 2);
    flex: 0 0 auto;
    order: 2;
  }
  .ec-layoutRole__footer .ec-footer__copyright {
    order: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .ec-layoutRole__footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/** カレンダー **/

/*** タイトル ***/
.ec-calendar_wrapper .ec-secHeading {
  margin-top: 50px;
  text-align: center;
}
.ec-calendar_wrapper__inner {
  width: 100%;
}
.ec-calendar_wrapper .ec-secHeading .ec-secHeading__en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
.ec-calendar_wrapper .ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: #fff;
}
.ec-calendar_wrapper .ec-secHeading .ec-secHeading__ja {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-calendar_wrapper .ec-secHeading {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .ec-calendar_wrapper .ec-secHeading .ec-secHeading__ja {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ec-calendar_wrapper .ec-secHeading {
    text-align: left;
  }
}

/*** テーブル ***/
.ec-calendar__month {
  margin-top: 0px;
}
.ec-calendar__month + .ec-calendar__month {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ec-calendar__month {
    width: 262px;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
  }
}
@media only screen and (min-width: 768px) {
  .ec-calendar {
    margin-left: 0;
    align-items: flex-start;
  }
  .ec-calendar__month + .ec-calendar__month {
    margin-top: 18px;
  }
  .ec-calendar__month {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .front_page .ec-layoutRole__footer .ec-calendar_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-calendar {
    display: flex;
    justify-content: space-between;
  }
  .ec-calendar__month {
    flex: 0 0 280px;
    width: 280px;
    min-width: 0;
    table-layout: fixed;
    margin-left: 0;
    margin-right: 0;
  }
}

/**** 月タイトル ****/
.ec-calendar .ec-calendar__title {
  color: #000;
  background-color: #fff;
  padding: 16px 8px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-calendar .ec-calendar__title {
    padding: 10px 8px;
  }
}
/**** 共通設定 ****/
.ec-calendar__month th,
.ec-calendar__month td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 8px 11px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-calendar__month th,
  .ec-calendar__month td {
    font-size: 16px;
  }
}
/**** 文字の色 ***/
.ec-calendar .ec-calendar__day {
  color: #000;
}
/**** 曜日の列 ****/
.ec-calendar .ec-calendar__sun,
.ec-calendar .ec-calendar__mon,
.ec-calendar .ec-calendar__tue,
.ec-calendar .ec-calendar__wed,
.ec-calendar .ec-calendar__thu,
.ec-calendar .ec-calendar__fri,
.ec-calendar .ec-calendar__sat {
  background-color: #ebebeb;
  font-weight: 700;
}
.ec-calendar .ec-calendar__sat {
  color: #5cb1b1;
}
/**** .ec-calendar__dayに.ec-calendar__satがついたら文字の色をかえる *****/
/*
.ec-calendar__day.ec-calendar__sat {
  color: #0c5eb2;
  background-color: #fff;
  font-weight: 400;
}
*/
/**** tdの最終行だけ文字の色をかえる ****/
/*
.ec-calendar__day:nth-child(7) {
  color: #0c5eb2;
  background-color: #fff;
  font-weight: 400;
}
*/
/**** 今日 ****/
.ec-calendar .ec-calendar__today {
  color: inherit;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
.ec-calendar .ec-calendar__today::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .ec-calendar .ec-calendar__today::before {
    width: 26px;
    height: 26px;
  }
}
/**** 発送業務休日 ****/
.ec-calendar table td.ec-calendar__closed {
  color: #000 !important;
  background-color: #de5e51;
}
.ec-calendar .ec-calendar__holiday {
  position: relative;
  color: #000 !important;
  background-color: #de5e51;
}
/*
@media only screen and (max-width: 767px) {
  .ec-calendar table td.ec-calendar__closed,
  .ec-calendar table td.ec-calendar__holiday {
    color: #de5e51 !important;
    background-color: #fff;
  }
}
*/
/*
.ec-calendar .ec-calendar__holiday::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #DE5D50;
  z-index: -1;
}
*/
@media only screen and (min-width: 768px) {
  .ec-calendar .ec-calendar__holiday::before {
    width: 28px;
    height: 28px;
  }
}
/**** テーブルの注意書き ****/
.calendar_notice {
  text-align: right;
  color: #fff;
  font-size: 17px;
  margin-top: 7px;
}
.calendar_notice .calendar_notice_mark {
  color: #DE5D50;
  /* color: #fff; */
  display: inline-block;
  width: auto;
  filter: brightness(0) saturate(100%) invert(9%) sepia(70%) saturate(4911%) hue-rotate(355deg) brightness(88%) contrast(86%);
}
@media only screen and (min-width: 768px){
  .calendar_notice {
    margin-bottom: 35px;
    font-size: 14px;
  }
}

/*** フッターロゴとフッターナビゲーション ***/
.ec-footerRole {
  border-top: none;
  margin-top: 0;
  background: #000;
}
.ec-footerRole__inner {
  display: flex;
  flex-direction: column;
}
.ec-footerTitle {
  flex: 0 0 auto;
  order: 1;
}
.ec-footerNavi {
  flex: 0 0 auto;
  order: 2;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-footerRole {
    margin-top: 127px;
    padding-top: 0;
  }
  .ec-footerRole .ec-footerRole__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-footerTitle {
    order: 1;
  }
  .ec-footerNavi {
    margin-top: 30px;
    order: 2;
  }
}
/**** フッターナビゲーション ****/
.ec-footerNavi .ec-footerNavi__link {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.ec-footerNavi .ec-footerNavi__link a {
  border-bottom: 1px solid #fff;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.ec-footerNavi .ec-footerNavi__link:first-child a {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__link {
    width: unset;
    margin: unset;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: unset;
    padding: unset;
    font-size: 14px;
    margin: 0 20px 20px 0;
  }
  .ec-footerNavi .ec-footerNavi__link:first-child a {
    border-top: none;
  }
}

/**** フッターロゴ ****/
.ec-footerTitle {
  padding: 40px 0;
}
.ec-footerTitle .ec-footerTitle__logo {
  width: 292px;
  margin: 0 auto;
}
.ec-footerTitle .ec-footerTitle__logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 16.923076923%;
  background-image: url(../img/footer_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle {
    padding: 0;
    text-align: unset;
    color: white;
    
  }
  .ec-footerTitle .ec-footerTitle__logo {
    width: 400px;
    margin: 0 auto 0 0;
  }
  .ec-footerTitle .ec-footerTitle__logo a {
    padding-top: 16.923076923%;
  }
}

/*** コピーライト ***/
.ec-footer__copyright {
  background-color: #000;
  color: #fff;
  padding: 35px 0 20px;
}
.ec-footer__copyright span {
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif; */
  font-family: serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}
.ec-footer__copyright span:first-child {
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .ec-footer__copyright {
    padding: 14px 0;
  }
  .ec-footer__copyright span {
    font-size: 14px;
  }
}

/** ページトップボタン **/
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 120px;
  height: 40px;
  right: 0;
  bottom: 80px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: #9da3a9;
}
@media only screen and (min-width: 768px) {
  .ec-blockTopBtn {
    right: 30px;
    bottom: 120px;
  }
}

/* トップページ */

/** コンテナ幅の書き換え **/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1310px;
}
.ec-role {
  max-width: 1310px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.front_page .ec-role {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

/** スライダー **/
.ec-sliderRole_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f1ede5;
}
.ec-sliderRole {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1600px;
  margin-bottom: unset;
  background-color: #f1ede5;
  padding-bottom: 45px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #7c1919;
}
@media only screen and (min-width: 768px) {
  .ec-sliderRole {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .slick-slider {
    margin-bottom: 0;
  }
  .slick-dots.slick-dots {
    bottom: -76px;
  }
  .slick-dots li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .slick-dots li button::before {
    width: 20px;
    height: 20px;
  }
}
/** スライダーよりしたの要素のpaddingを変更 **/
.ec-layoutRole__mainBottom .ec-role {
  padding-left: 15px;
  padding-right: 15px;
} 
/** おしらせ **/

/*** おしらせレイアウト ***/
.ec-newsRole {
  padding-top: 60px;
}
.ec-newsRole .ec-secHeading {
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole {
    padding-top: 101px;
  }
  .ec-newsRole .ec-secHeading {
    margin-bottom: 31px;
  }
}

.ec-newsRole .ec-newsRole__news {

}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type),
.ec-newsRole .ec-newsRole__newsItem {
  border-bottom: 1px solid #7c1919;
}
.ec-newsRole .ec-newsRole__newsItem:first-of-type {
  border-top: 1px solid #7c1919;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 0px 55px;
  }
  .ec-newsRole .ec-newsRole__newsColumn {
    min-width: calc(100% - 154px);
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 980px) {
  .ec-newsRole .ec-newsRole__news {
    padding: 0px 150px;
  }
}

/*** タイトル ***/
.ec-newsRole .ec-secHeading {
  text-align: center;
}
.ec-newsRole .ec-secHeading .ec-secHeading__en {
  font-size: 12px;
  font-weight: bold;
  color: #7c1919;
  letter-spacing: unset;
  text-transform: uppercase;
  display: block;
}
.ec-newsRole .ec-secHeading .ec-secHeading__ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  letter-spacing: unset;
  display: block;
}
.ec-newsRole .ec-secHeading .ec-secHeading__ja span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-secHeading .ec-secHeading__ja {
    font-size: 36px;
  }
}

/*** 日付 ***/
.ec-newsRole .ec-newsRole__newsDate {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  color: #000;
  margin: 15px 0 5px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsDate {
    line-height: 1.8;
    margin: 0 34px 0 0;
  }
}

/*** お知らせタイトル ***/
.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsTitle {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

/*** 開閉ボタン ***/
.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: #7c1919;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -10px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsClose {
    flex: 0 0 auto;
  }
  .ec-newsRole .ec-newsRole__newsCloseBtn {
    top: 0px;
  }
}

/** プロダクトセクション **/

/*** リセット ***/
.ec-productSection ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*** リンクボタン ***/
.btn_base {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  /* width: 100%; */
  text-align: center;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  /* border-radius: 3.125rem; */
}
a:hover {
  opacity: 0.5;
}

/*** 共通レイアウト ***/
.ec-productSection {
  margin-top: 60px;
  padding-top: 40px;
}
.soy_sauce_products,
.miso_products,
.other_products {
  background-color: #f1ede5;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .soy_sauce_products,
  .miso_products,
  .other_products {
    background-color: #f1ede5;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .ec-productSection {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*** 共通タイトル ***/
.ec-productSection .ec-secHeading {
  text-align: center;
}
.ec-productSection .ec-secHeading .ec-secHeading__ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  display: block;
  text-align: center;
}
.ec-productSection .ec-secHeading .ec-secHeading__en {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5;
  color: #7c1919;
  text-align: center;
}
.ec-productSection .ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 14px;
  background: #7c1919;
}
.soy_sauce_products .ec-secHeading,
.miso_products .ec-secHeading,
.other_products .ec-secHeading {
  padding-bottom: 24px;
  border-bottom: 1px solid #7c1919;
}
@media only screen and (min-width: 768px) {
  .ec-productSection .ec-secHeading {
    text-align: left;
  }
  .ec-productSection .ec-secHeading .ec-secHeading__ja {
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    padding-left: 15px;
  }
  .ec-productSection .ec-secHeading .ec-secHeading__en {
    font-size: 16px;
    line-height: 3.8;
  }
  .ec-productSection .ec-secHeading .ec-secHeading__line {

  }
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-secHeading .ec-secHeading__ja {
    padding-left: 0;
  }
}
/*** 商品のリスト ***/
.ec-productSection .ec-productList {
  padding-left: 15px;
  padding-right: 15px;
}
.ec-productSection .ec-productList .ec-productItem {
  padding-top: 25px;
  padding-bottom: 30px;
  width: 315px;
  max-width: 100%;
  margin: 0 auto;
}
.ec-productSection .ec-productList .ec-productItem + .ec-productItem {
  border-top: 2px solid #fff;
}
.ec-productSection.recommended_products .ec-productList .ec-productItem + .ec-productItem {
  border-top: 1px solid #000;
}
.ec-productSection .ec-productList .ec-productItem .ec-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (min-width: 705px) {
  .ec-productSection .ec-productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ec-productSection .ec-productList::after{
    content: '';
    display: block;
    width: 315px
  }
  .ec-productSection .ec-productList .ec-productItem {
    margin: 0;
  }
  .ec-productSection .ec-productList .ec-productItem + .ec-productItem,
  .ec-productSection.recommended_products .ec-productList .ec-productItem + .ec-productItem {
    border: none;
  }
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-productList .ec-productItem {
    width: 380px;

  }
  .ec-productSection .ec-productList::before,
  .ec-productSection .ec-productList::after {
    content: '';
    display: block;
    width: 380px
  }
  .ec-productSection .ec-productList::before {
    order: 1;
  }
}
/*** 商品画像 ***/
.ec-productSection .ec-productImage {
  display: block;
  width: 220px;
  max-width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.soy_sauce_products .ec-productImage,
.miso_products .ec-productImage,
.other_products .ec-productImage {
  width: 315px;
}
.ec-productSection .ec-productImage .ec-productImage__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ec-productSection .ec-productImage .ec-productImage__inner .ec-productImage__wrap {
  display: block;
  padding-top: 100%;
}
.soy_sauce_products .ec-productImage .ec-productImage__inner .ec-productImage__wrap,
.miso_products .ec-productImage .ec-productImage__inner .ec-productImage__wrap,
.other_products .ec-productImage .ec-productImage__inner .ec-productImage__wrap  {
  padding-top: 69.841269841%;
}
.ec-productSection .ec-productImage .ec-productImage__inner .ec-productImage__wrap > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/** 商品グループ詳細 **/
.ak-productGroup {
  padding-top: 40px;
  padding-bottom: 60px;
}
.ak-productGroup .ec-pageHeader h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  color: #000;
  text-align: center;
}
.ak-productGroup__lead {
  max-width: 880px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .ak-productGroup {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-productImage {
    width: 380px;
    border-radius: 10px;
  }
  .ec-productSection .ec-productImage .ec-productImage__inner .ec-productImage__wrap {
    padding-top: 71.0526315789%;
  }
}
/**** 商品画像にランキングバッジ ****/
.ec-productSection.soy_sauce_products .ec-productImage,
.ec-productSection.miso_products .ec-productImage,
.ec-productSection.other_products .ec-productImage {
  position: relative;
}
.ec-productSection.soy_sauce_products .ec-productImage[data-rank="1"]::before,
.ec-productSection.soy_sauce_products .ec-productImage[data-rank="2"]::before,
.ec-productSection.soy_sauce_products .ec-productImage[data-rank="3"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="1"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="2"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="3"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="1"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="2"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="3"]::before {
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 1;
}
.ec-productSection.soy_sauce_products .ec-productImage[data-rank="1"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="1"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="1"]::before {
  background-image: url(../img/ranking_badge_01.png);
}

.ec-productSection.soy_sauce_products .ec-productImage[data-rank="2"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="2"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="2"]::before {
  background-image: url(../img/ranking_badge_02.png);
}

.ec-productSection.soy_sauce_products .ec-productImage[data-rank="3"]::before,
.ec-productSection.miso_products .ec-productImage[data-rank="3"]::before,
.ec-productSection.other_products .ec-productImage[data-rank="3"]::before {
  background-image: url(../img/ranking_badge_03.png);
}
@media only screen and (min-width: 1280px) {
  .ec-productSection.soy_sauce_products .ec-productImage[data-rank="1"]::before,
  .ec-productSection.soy_sauce_products .ec-productImage[data-rank="2"]::before,
  .ec-productSection.soy_sauce_products .ec-productImage[data-rank="3"]::before,
  .ec-productSection.miso_products .ec-productImage[data-rank="1"]::before,
  .ec-productSection.miso_products .ec-productImage[data-rank="2"]::before,
  .ec-productSection.miso_products .ec-productImage[data-rank="3"]::before,
  .ec-productSection.other_products .ec-productImage[data-rank="1"]::before,
  .ec-productSection.other_products .ec-productImage[data-rank="2"]::before,
  .ec-productSection.other_products .ec-productImage[data-rank="3"]::before {
    width: 90px;
    height: 90px;
  }
}


.recommended_products .ec-productImage {
  border: 1px solid #7c1919;
}

/*** 商品タイトルと価格 ***/
.ec-productSection .ec-product__name {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.68;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.ec-productSection .ec-product__price {
  text-align: center;
  /* margin-top: 10px; */
}
.ec-productSection .ec-product__price .ec-product__priceList {
  display: inline;
}
.ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem {
  display: inline;
}
.ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem .ec-product__priceItem__size,
.ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem .ec-product__priceItem__price,
.ec-productSection .ec-product__price .ec-product__tax {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  color: #000;
  text-align: center;
  margin-right: 0.5em;
  white-space: nowrap;
}
.ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem + .ec-product__priceItem::before {
  content: '/';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  color: #000;
  margin-right: 0.5em;
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-product__name {
    text-align: left;
    margin-top: 30px;
  }
  .ec-productSection .ec-product__price {
    text-align: left;
    /* margin-top: 10px; */
  }
  .ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem .ec-product__priceItem__size,
  .ec-productSection .ec-product__price .ec-product__priceList .ec-product__priceItem .ec-product__priceItem__price,
  .ec-productSection .ec-product__price .ec-product__tax {
    /* text-align: left; */
  }
}

/*** 商品紹介文 ***/
.ec-productSection .ec-product__description {
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 8; */
  /* overflow: hidden; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-product__description {
    -webkit-line-clamp: 7;
  }
}

/*** 商品詳細へのリンクボタン ***/
.ec-productSection .ec-product__button {
  text-align: center;
  margin-top: auto;
}
.ec-productSection .ec-product__button .btn_base {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #7c1919;
  background-color: #fff;
  border: 1px solid #7c1919;
  border-radius: 24px;
  width: 100%;
  min-width: 200px;
  padding: 9px 16px;
  position: relative;
}
.ec-productSection .ec-product__button .btn_base::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url(../img/btn_triangle_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.ec-productSection.recommended_products .ec-product__button .btn_base {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  background-color: #7c1919;
  border: 1px solid #7c1919;
  border-radius: 24px;
}
.ec-productSection.recommended_products .ec-product__button .btn_base::after {
  background-image: url(../img/btn_triangle_white.png);
}
@media only screen and (min-width: 1280px) {
  .ec-productSection .ec-product__button .btn_base {
    min-width: 230px;
  }
}

/*** 全商品一覧へのリンク ***/
.ec-productMore {
  margin-top: 24px;
  padding-right: 15px;
  text-align: right;
}
.ec-productMore a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  color: #7c1919;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #7c1919;
}
.ec-productMore a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #7c1919;
  border-right: 2px solid #7c1919;
  transform: rotate(45deg);
}

/** 蔵元見学、してみませんか？ **/
.ec-breweryTour {
  background-color: #7c1919;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 24px;
  overflow: hidden;
}
.ec-breweryTour .ec-breweryTour__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-breweryTour .ec-breweryTour__content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .ec-breweryTour {
    margin-top: 120px;
  }
  .ec-breweryTour .ec-breweryTour__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: unset;
    align-items: flex-start;
  }
}
/*** タイトルとテキストとボタン ***/
.ec-breweryTour .ec-breweryTour__text {
  /* padding-top: 38px; */
  padding-left: 15px;
  padding-right: 15px;
  width: 345px;
  margin: 0 auto;
}
.ec-breweryTour .ec-breweryTour__text .ec-breweryTour__title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.416;
  color: #fff;
  text-align: center;
}
.ec-breweryTour .ec-breweryTour__text .ec-breweryTour__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  color: #fff;
  margin-top: 27px;
}
.ec-breweryTour .ec-breweryTour__button {
  display: block;
  margin-top: 27px;
}
.ec-breweryTour .ec-breweryTour__button .btn_base {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #7c1919;
  background-color: #fff;
  border-radius: 24px;
  min-width: 315px;
  padding: 9px 16px;
  position: relative;
}
.ec-breweryTour .ec-breweryTour__button .btn_base::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url(../img/btn_triangle_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1280px) {
  .ec-breweryTour .ec-breweryTour__text {
    margin: 0;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 570px;
    flex: 0 0 auto;
  }
  .ec-breweryTour .ec-breweryTour__text .ec-breweryTour__title {
    font-size: 36px;
    text-align: left;
  }
  .ec-breweryTour .ec-breweryTour__text .ec-breweryTour__description {
    margin-top: 40px;
  }
  .ec-breweryTour .ec-breweryTour__button {
    margin-top: 50px;
  }
  .ec-breweryTour .ec-breweryTour__button .btn_base {
    min-width: 410px;
  }
}
/*** 画像 ***/
.ec-breweryTour .ec-breweryTour__images {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 345px;
}
@media only screen and (min-width: 768px) {
  .ec-breweryTour .ec-breweryTour__images {
    margin-top: 0;
  }
}
.ec-breweryTour .ec-breweryTour__image + .ec-breweryTour__image {
  margin-top: 15px;
}
.ec-breweryTour .ec-breweryTour__images .ec-breweryTour__image {
  width: 100%;
}
.ec-breweryTour .ec-breweryTour__images .ec-breweryTour__image .ec-breweryTour__imageInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ec-breweryTour .ec-breweryTour__images .ec-breweryTour__image .ec-breweryTour__imageWrap {
  padding-top: 63.492063492%;
}
.ec-breweryTour .ec-breweryTour__images .ec-breweryTour__image .ec-breweryTour__imageWrap > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1110px) {
  .ec-breweryTour .ec-breweryTour__images {
    display: flex;
    justify-content: space-between;
    width: 705px;
    margin: 0;
  }
  .ec-breweryTour .ec-breweryTour__image + .ec-breweryTour__image {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .ec-breweryTour .ec-breweryTour__images {
    width: 990px;
    flex: 0 0 auto;
  }
  .ec-breweryTour .ec-breweryTour__image {
    flex: 0 0 auto;
  }
  .ec-breweryTour .ec-breweryTour__image + .ec-breweryTour__image {
    margin-left: 30px;
  }
  .ec-breweryTour .ec-breweryTour__images .ec-breweryTour__image {
    width: 480px;
  }
}

/* 会員登録ページ */
.ec-registerRole {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* 商品カート  */
.ec-cartRole {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* お客様情報入力ページ */
.ec-customerRole {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* 注文ページ  */
.ec-orderRole {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* お問い合わせページ */
.ec-contactRole {
  margin-top: 3rem;
  margin-bottom: 3rem;
}


/* 商品一覧：画像表示領域を1:1に統一 */
.ec-shelfGrid__item-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* 商品一覧：画像を中央基準でトリミング */
.ec-shelfGrid__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}



/* 商品詳細スライダー：画像表示領域を1:1に統一 */
.ec-sliderItemRole .slideThumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* 商品詳細スライダー：画像を中央基準でトリミング */
.ec-sliderItemRole .slideThumb img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center center;
    display: block;
}



