@charset "UTF-8";
/*
breakpoint: -576px-768px-992px -
*/

/* defult設定変更 */
body {
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  color: #222;
  overflow-wrap: anywhere;
}
@media (min-width: 576px) {
  body {
    font-size: 15px;
  }
}
img {
  max-width: 100%;
}
a {
  color: #222;
  transition: all .2s;
}
a:hover {
  color: #999;
}
/* メンテナンスモード表示 */
.ec-maintenanceAlert {
  top: auto;
  bottom: 0;
  width: auto;
}
.ec-maintenanceAlert + * {
  margin-top: 0;
}
/* レイアウト */
.ec-layoutRole {
  position: relative;
}
/* 最大幅変更・追加 */
.ec-role,
.ec-headerRole,
.ec-headerNaviRole,
.ec-categoryNaviRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfRole,
.ec-productRole,
.ec-cartRole,
.ec-cartCompleteRole,
.ec-orderRole,
.ec-forgotRole,
.ec-registerRole,
.ec-registerCompleteRole,
.ec-contactRole,
.ec-contactConfirmRole,
.ec-contactCompleteRole,
.ec-customerRole,
.ec-withdrawRole,
.ec-userEditCompleteRole,
.ec-footerRole .ec-footerRole__inner,
.ec-searchnavRole {
  max-width: 1240px;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1240px;
}
.piu-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1240px;
}
/* フォントリセット */
.ec-role,
.ec-mypageRole,
.ec-headerRole,
.ec-headerNaviRole,
.ec-categoryNaviRole,
.ec-headerTitle,
.ec-categoryNaviRole,
.ec-searchnavRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfRole,
.ec-productRole,
.ec-cartRole,
.ec-cartCompleteRole,
.ec-orderRole,
.ec-historyRole .ec-historyRole__contents,
.ec-forgotRole,
.ec-registerRole,
.ec-registerCompleteRole,
.ec-contactRole,
.ec-contactConfirmRole,
.ec-contactCompleteRole,
.ec-customerRole,
.ec-contactConfirmRole,
.ec-contactCompleteRole,
.ec-404Role,
.ec-withdrawRole,
.ec-userEditCompleteRole,
.ec-footerRole .ec-footerRole__inner {
  font-size: inherit;
  line-height: 1.5;
  color: #222;
}
.ec-headingTitle,
.ec-inlineBtn,
.ec-blockBtn,
.ec-displayB .ec-displayB__comment,
.ec-displayC .ec-displayC__title,
.ec-displayC .ec-displayC__price,
.ec-headerTitle,
.ec-productRole .ec-productRole__tag,
.ec-historyRole .ec-historyRole__contents {
  color: #222;
}
/* カラー変更 */
.ec-alert-warning {
  background-color: #d55;
}
.suppl-color {
  color: #a9a9a9;
}
/* フォーム */
.ec-halfInput input[type=date] {
  width: 45%;
}
/* 画像 */
.ec-role img {
  width: auto;
}
/* header */
header.ec-layoutRole__header {
  position: relative;
}
.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  flex-grow: 1;
}
#luxbar {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .075);
  transition: all 0.5s ease-out;
}
#luxbar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#luxbar.fixed-hide {
  top: -102px;
}
/* .ec-headerNaviRole.guide */
.ec-headerNaviRole.guide {
  display: none;
}
@media (min-width: 768px) {
  .ec-headerNaviRole.guide {
    display: block;
    padding-bottom: 0;
  }
  .ec-headerNaviRole.guide ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
/*    font-size: .833rem;*/
    font-size: .875rem;
  }
  .ec-headerNaviRole.guide ul li {
    display: inline;
  }
  .ec-headerNaviRole.guide ul li::after {
    content: "｜";
/*
    margin-left: .333rem;
    margin-right: .333rem;
*/
    margin-left: .3rem;
    margin-right: .3rem;
  }
  .ec-headerNaviRole.guide ul li:last-child::after {
    content: none;
  }
}
/* .ec-headerNaviRole.mainNav */
.ec-headerNaviRole.mainNav {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ec-headerNaviRole {
    display: block;
  }
  .ec-headerNaviRole.mainNav {
    padding-bottom: 0;
    padding-right: 20px;
  }
  .ec-headerNaviRole__right .firstBox {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .ec-headerNaviRole {
    display: flex;
  }
  .ec-headerNaviRole.mainNav {
    padding-top: 0;
  }
  .ec-headerNaviRole__right .firstBox {
    flex-grow: 0;
  }
}
/* headerLogo */
.headerLogo {
  margin: 0;
  padding: 0;
  font-size: initial;
  width: 180px;
}
@media (min-width: 768px) {
  .headerLogo {
    width: 240px;
  }
}
/* ec-headerNav */
.ec-headerNav .ec-headerNav__item {
  font-size: inherit;
}
.ec-headerNav .ec-headerNav__itemIcon {
  margin-right: 5px;
  margin-left: 5px;
}
@media (min-width: 576px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* ec-cartNavi */
.ec-cartNavi {
  padding: 0;
}
.ec-cartNavi__icon {
  width: 1.2em;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
}
.ec-cartNavi .ec-cartNavi__badge {
  left: auto;
  right: -10px;
  background-color: #999;
}
.ec-cartNaviIsset {
  position: fixed;
  z-index: 1002;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .075);
  width: 80%;
  max-width: 320px;
  max-height: 80vh;
  overflow: auto;
/*  margin-top: 15px;*/
  margin-top: 20px;
}
.ec-cartNaviNull__message {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .ec-cartNavi__icon {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .ec-cartNavi {
    display: inline-block;
    min-width: inherit;
    height: auto;
    background: transparent;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    position: absolute;
    top: -10px;
  }
  .ec-cartNaviIsset::before {
    border: none;
  }
}
/* スマホメニューボタン */
.ec-headerNavSP {
  background: transparent;
  border-radius: 0;
  color: #222;
  cursor: default;
  display: inline-block;
  height: auto;
  padding: 0;
  width: auto;
  position: relative;
  top: inherit;
  left: inherit;
  z-index: auto;
}
.ec-headerNaviRole .fa-bars {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-right: 12px;
  margin-left: 12px;
}
@media (min-width: 576px) {
  .ec-headerNaviRole .fa-bars {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .ec-headerRole__navSP {
    display: none;
  }
}
/* ec-drawerRole */
.ec-overlayRole {
  z-index: 1100;
}
.have_curtain .ec-overlayRole {
  backdrop-filter: blur(3px);
  display: block;
  opacity: 1;
  background: rgb(0 0 0 / .3);
  visibility: visible;
}
.ec-drawerRole {
  overflow-y: auto;
  transform: translateX(320px);
  width: 320px;
  left: auto;
  right: 0;
  background: url(../img/back_mainnav.jpg) no-repeat center center;
  padding-top: 57px;
  padding-bottom: 57px;
}
.ec-drawerRoleClose {
  background-color: #333;
  border-radius: 0;
  color: #fff;
  cursor: default;
  height: 57px;
  width: 57px;
  top: 0;
  left: auto;
  right: 0;
}
.drawerContainer {
  background-color: #fff;
}
.ec-drawerRole h2 {
  font-size: initial;
  padding: 0 15px;
}
/* piu-categoryNavSP */
.piu-categoryNavSP ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.piu-categoryNavSP ul li {
  margin: 0;
  padding: 0;
}
.piu-categoryNavSP ul li a {
  border-bottom: solid 1px #e8e8e8;
  display: block;
  padding: 15px;
  position: relative;
}
.piu-categoryNavSP ul li a:hover {
  background-color: #eee;
}
.piu-categoryNavSP > ul {
  border-top: solid 1px #e8e8e8;
}
.piu-categoryNavSP > ul li ul {
  background-color: #444;
  display: none;
  padding: 12px 0;
}
.piu-categoryNavSP > ul li ul li a {
  background-color: #444;
  color: #fff;
  padding: 12px 16px;
  border-bottom: none;
}
.piu-categoryNavSP > ul li ul li:not(:first-child) a {
  padding-left: 32px;
}
.piu-categoryNavSP > ul li ul li a:hover {
  background-color: #333;
}
.piu-categoryNavSP > ul > li > a {
  font-weight: bold;
}
.piu-categoryNavSP > ul > li > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.piu-categoryNavSP > ul > li > a:has(+ ul)::after {
  content: "\f067";
  font-size: inherit;
}
.piu-categoryNavSP > ul > li > a.is_active:has(+ ul)::after {
  content: "\f068";
  font-size: inherit;
}
.piu-categoryNavSP > ul > li > a > img {
  width: 30px;
}
.piu-categoryNavSP > ul > li > a > span {
  margin-left: 10px;
}
/* piu-loginNavSp */
.piu-loginNavSp ul {
  background-color: #fff;
  list-style: none;
  margin: 0;
/*  padding: 2rem 2%;*/
  padding: 1rem 2%;
  display: flex;
  flex-wrap: wrap;
}
.piu-loginNavSp ul li {
  margin: .5rem 2%;
  text-align: center;
  width: 46%;
}
.piu-loginNavSp ul li a {
  border: solid 1px #666;
  font-size: .875rem;
  display: block;
  padding: 1rem;
}
.ec-drawerRole .ec-headerSearch {
  background-color: #fff;
  padding: 20px 10px;
}
/* ec-headerSearch */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  position: relative;
  background-color: #ddd;
  color: #666;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  color: #666;
}
.ec-headerSearch .ec-headerSearch__keyword {
  background-color: #f1f1f1;
  color: #999;
  border: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  padding: 8px 30px 8px 8px;
  height: 36px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  line-height: 1;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  right: 0;
}
@media (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-headerNaviRole .ec-headerSearch .searchform {
    max-width: 290px;
  }
  .ec-headerSearch .searchform {
    display: flex;
  }
  .ec-headerSearch .ec-headerSearch__category {
    float: none;
    width: 124px;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 4px 0 0 4px;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    border-radius: 0 4px 4px 0;
    width: auto;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  /* ec-categoryNaviRole */
  .ec-categoryNaviRole {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ec-categoryNaviRole .title {
    display: inline-block;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: default;
  }
  .ec-categoryNaviRole .title::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .2rem;
  }
  .piu-categoryNavPC {
    display: none;
    position: absolute;
    overflow: auto;
    width: 100%;
    max-height: 800px;
    left: 0;
    z-index: 1001;
    text-align: left;
  }
  .piu-categoryNavPC > div {
    display: flex;
  }
  .closeArea {
    width: 20%;
    background: url(../img/back_mainnav.jpg) no-repeat center center;
  }
  .piu-categoryNavPC ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .piu-categoryNavPC ul li {
    margin: 0;
    padding: 0;
  }
  .piu-categoryNavPC ul li a {
    color: #fff;
  }
  .piu-categoryNavPC ul li a img {
    width: 50px;
  }
  .piu-categoryNavPC ul li a span {
    margin-left: 10px;
  }
  .piu-categoryNavPC > div > ul {
    padding: 2rem 5%;
    background-color: #444;
  }
  .piu-categoryNavPC > div > ul ul {
    margin-bottom: 16px;
    padding: 0;
  }
  .piu-categoryNavPC > div > ul ul li {
    display: inline-block;
    margin: 4px 15px;
    font-size: inherit;
  }
  .piu-categoryNavPC > div > ul > li > a {
    position: relative;
    display: block;
    border-left: solid 1px #666;
    border-bottom: solid 1px #666;
    margin: 24px 0 8px;
    padding: 8px 15px;
    font-weight: bold;
  }
  .piu-categoryNavPC > div > ul > li > a:first-child {
    cursor: default;
    margin-top: 0;
  }
}
/* footer */
.piu-footer {
  background-color: #333;
  color: #999;
  padding: 3rem 0;
}
.piu-footer a {
  color: #fff;
}
.piu-footer .footerLogoWrap .snsIcon a:hover,
.piu-footer .footerNavWrap a:hover {
  opacity: .7;
}
.footerLogoWrap {
  width: 30%;
  margin-right: 20px;
}
.piu-footer .footerLogo {
  width: 119px;
  margin: 1rem 0;
}
.snsIcon {
  margin-bottom: 2.5rem;
}
.snsIcon i {
  font-size: 1.5rem;
}
.piu-footer h3 {
  font-size: initial;
  font-weight: bold;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
ul.footerNav {
  list-style: none;
  margin-bottom: 2.5rem;
  padding: 0;
}
ul.footerNav li {
  margin: 1rem 0;
  padding: 0;
  font-size: inherit;
}
.footerNavWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footerNavWrap > div {
  width: calc(100% / 2 - 10px);
}
@media (min-width: 576px) {
  .footerNavWrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .piu-footer {
    padding: 5rem 0;
  }
  .footerNavWrap {
    flex-wrap: nowrap;
  }
  .footerNavWrap > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footerContainer {
    display: flex;
  }
  .footerNavWrap {
    flex: 1;
  }
}
/* ec-blockTopBtn */
.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  border-radius: 6px;
  background-color: #666;
  line-height: 40px;
  opacity: .5;
  transition: all .2s;
  z-index: 1;
}
.ec-blockTopBtn:hover {
  opacity: .7;
}
.ec-blockTopBtn.productTitle {
  bottom: 120px;
}
@media (min-width: 768px) {
  .ec-blockTopBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* main */
/* 共通margin-bottom */
.mb_section,
.piu-productImage,
.ec-productRole__profile,
.piu-productDescription,
.ec-productRole .ec-productRole__description,
#product_review_area,
/*.pickupItemArea,*/
#RelatedProduct-product_area,
.instagramFeedArea,
.ec-registerRole,
.ec-newsRole,
.ec-cartRole .ec-cartRole__actions,
.ec-pagerRole,
/*.ec-orderRole,*/
.ec-withdrawRole,
.ec-withdrawConfirmRole,
.ec-withdrawCompleteRole,
.ec-contactCompleteRole,
.ec-registerCompleteRole,
.ec-registerCompleteRole,
.ec-forgotRole,
.ec-forgetCompleteRole,
.ec-eyecatchRole {
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .mb_section,
  .piu-productImage,
  .ec-productRole__profile,
  .piu-productDescription,
  .ec-productRole .ec-productRole__description,
  #product_review_area,
/*  .pickupItemArea,*/
  #RelatedProduct-product_area,
  .instagramFeedArea,
  .ec-registerRole,
  .ec-newsRole,
  .ec-cartRole .ec-cartRole__actions,
  .ec-pagerRole,
  /*.ec-orderRole,*/
  .ec-withdrawRole,
  .ec-withdrawConfirmRole,
  .ec-withdrawCompleteRole,
  .ec-contactCompleteRole,
  .ec-registerCompleteRole,
  .ec-registerCompleteRole,
  .ec-forgotRole,
  .ec-forgetCompleteRole,
  .ec-eyecatchRole {
    margin-bottom: 2.5rem;
  }
}
/* ボタン */
.ec-inlineBtn,
.ec-inlineBtn--action,
.ec-inlineBtn--cancel,
.ec-blockBtn,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  border-radius: 6px;
  text-decoration: none!important;
  transition: all .2s;
  margin-bottom: .5rem;
}
.ec-inlineBtn--action {
  font-weight: normal;
  white-space: normal;
}
.ec-blockBtn,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  white-space: normal;
  height: auto;
  line-height: inherit;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ec-blockBtn:focus,
.ec-blockBtn.focus,
.ec-blockBtn:active:focus,
.ec-blockBtn:active.focus,
.ec-blockBtn.active:focus,
.ec-blockBtn.active.focus,
.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:active.focus,
.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel.active.focus {
  outline: none;
}
.ec-inlineBtn,
.ec-blockBtn {
  color: #222;
  background-color: #fff;
  border-color: #222;
}
.ec-inlineBtn:hover,
.ec-blockBtn:hover {
  background-color: #eee;
  border-color: #222;
}
.ec-inlineBtn--action,
.ec-blockBtn--action {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.ec-inlineBtn--action:hover,
.ec-blockBtn--action:hover {
  background-color: #666;
  border-color: #000;
}
.ec-inlineBtn--cancel,
.ec-blockBtn--cancel {
  color: #222;
  background-color: #f3f3f3;
  border-color: #ccc;
}
.ec-inlineBtn--cancel:hover,
.ec-blockBtn--cancel:hover {
  color: #222;
  background-color: #ddd;
  border-color: #ccc;
}
.ec-inlineBtn:disabled,
.ec-inlineBtn.disabled,
.ec-inlineBtn--action:disabled,
.ec-inlineBtn--action.disabled,
.ec-blockBtn:disabled,
.ec-blockBtn.disabled,
.ec-blockBtn--action:disabled,
.ec-blockBtn--action.disabled {
  background-color: #999;
  border-color: #999;
}
.ec-blockBtn .btnText,
.ec-blockBtn--action .btnText,
.ec-blockBtn--cancel .btnText {
  display: none;
}
.btn-check:focus + .ec-blockBtn--action,
.ec-blockBtn--action:focus {
  box-shadow: none;
}
.ec-productRole__btn button .far,
.ec-productRole__btn button .fas {
  margin-right: .5rem;
}
a.piu-btn,
a.piu-btn_rps {
  display: inline-block;
  background-color: #fff;
  color: #222;
  padding: .6em;
  font-size: .875rem;
  text-align: center;
  border: solid 1px #222;
  border-radius: 6px;
  text-decoration: none!important;
}
a.piu-btn:hover,
a.piu-btn_rps:hover {
  background-color: #eee;
}
a.piu-btn_rps {
  display: block;
  padding: .8rem;
}
@media (min-width: 576px) {
  .ec-blockBtn .btnText,
  .ec-blockBtn--action .btnText,
  .ec-blockBtn--cancel .btnText {
    display: inline;
  }
}
@media (min-width: 768px) {
  a.piu-btn {
    padding: .8rem;
  }
  a.piu-btn_rps {
    display: inline-block;
    padding: .8rem 3rem;
  }
}
/* 見出し */
.piu-headingTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.piu-headingTitle:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
/*  background-color: #eee;*/
  background-color: #ddd;
  margin-left: 1rem;
}
.piu-articleHeading {
  border-bottom: solid 7px #f1f1f1;
  padding-bottom: .2em;
  margin-bottom: 1.5em!important;
}
@media (min-width: 768px) {
  .piu-headingTitle {
    font-size: 1.5rem;
  }
}
/* タグ（商品詳細と商品一覧） */
.ec-productRole .ec-productRole__tags,
.ec-productRole__tags {
  margin: .3rem 0;
  padding: 0;
  border: none;
  list-style: none;
}
.ec-productRole .ec-productRole__tag,
.ec-productRole__tag {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 3px;
  color: #666;
  font-size: .875rem;
  list-style: none;
  margin-top: .3rem;
  padding: 1px 5px;
}
/* pageTitle */
.pageTitleWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.pageTitle,
.ec-pageHeader h1,
.ec-mypageRole .ec-pageHeader h1,
.ec-mypageRole .ec-pageHeader .h1 {
  margin: 1.25rem 0;
  font-size: 1.25rem;
  border: none;
  padding: 0;
  font-weight: normal;
}
.pageTitle::before,
.ec-pageHeader h1::before {
  content: "―";
  margin-right: .333rem;
}
@media (min-width: 768px) {
  .pageTitle,
  .ec-pageHeader h1,
  .ec-mypageRole .ec-pageHeader h1,
  .ec-mypageRole .ec-pageHeader .h1 {
    font-size: 1.75rem;
  }
}
/* 運営会社 */
.ec-borderedDefs dt {
  padding-top: 0;
}
.ec-borderedDefs dd {
  line-height: initial;
}
/* 商品詳細その他、商品一覧ページカテゴリー、コンテンツページジャンプ、ホットワード */
.productOthers,
.childCategories,
.contentsMneu,
.hotwords {
  margin-bottom: 1.25rem;
}
.productOthers ul,
.childCategories ul,
.contentsMneu ul,
.hotwords ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.productOthers,
.childCategories ul li,
.contentsMneu ul li,
.hotwords ul li {
  margin-bottom: .625rem;
}
.productOthers ul li:not(:last-child),
.childCategories ul li:not(:last-child),
.contentsMneu ul li:not(:last-child),
.hotwords ul li:not(:last-child) {
  margin-right: .625rem;
}
.productOthers ul li a {
  background-color: #134582;
  border: solid 1px #e8ecf2;
  color: #fff;
}
.childCategories ul li a,
.contentsMneu ul li a,
.hotwords ul li a {
  background-color: #f4f4f4;
  border: solid 1px #ccc;
}
.productOthers ul li a,
.childCategories ul li a,
.contentsMneu ul li a,
.hotwords ul li a {
  border-radius: 6px;
  display: inline-block;
  font-size: .875rem;
  padding: .35rem;
  text-decoration: none;
}
.childCategories ul li a::after {
  content: "\f105";
}
.contentsMneu ul li a::after {
  content: "\f107";
}
.hotwords ul li a::before {
  content: "\f002";
}
.childCategories ul li a::after,
.contentsMneu ul li a::after,
.hotwords ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.childCategories ul li a::after,
.contentsMneu ul li a::after {
  margin-left: .35rem;
}
.hotwords ul li a::before {
  margin-right: .35rem;
}
/* メインコンテンツstyle */
.ec-productRole__profile a,
.piu-article a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.piu-article {
  line-height: 1.75;
}
.piu-article h1,
.piu-article h2,
.piu-article h3,
.piu-article h4,
.piu-article h5,
.piu-article h6 {
/*  margin: 1.6rem 0 1.25rem;*/
  margin: 1.5rem 0 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.piu-article h2 {
/*  font-size: calc(1.2rem + 0.6vw);*/
  font-size: 1.5rem;
}
.piu-article h3 {
/*  font-size: calc(1.1rem + 0.3375vw);*/
  font-size: 1.25rem;
}
.piu-article h4 {
/*  font-size: calc(1.066rem + 0.075vw);*/
  font-size: 1.065rem;
}
.piu-article p,
.piu-article ul,
.piu-article ol,
.piu-article dl,
.piu-article pre,
.piu-article table,
.piu-article blockquote,
.piu-article dl {
  margin: 0 0 .8rem;
}
.piu-article li {
  margin: 0 0 .5rem;
}
.piu-article li:last-child {
  margin-bottom: 0;
}
.piu-article table {
  border-collapse: collapse;
}
.piu-article caption {
  padding: .5rem .7rem;
  text-align: center;
}
.piu-article th,
.piu-article td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  padding: .4rem .8rem;
  border-top: solid 1px #ddd;
}
.piu-article tr:last-child th,
.piu-article tr:last-child td {
  border-bottom: solid 1px #ddd;
}
.piu-article > :first-child,
.piu-article > div > :first-child {
  margin-top: 0;
}
.piu-article ul.ec-shelfGrid {
  padding: 0;
}
.piu-article ul.ec-shelfGrid a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .piu-article ul.ec-shelfGrid {
    margin-left: -16px;
    margin-right: -16px;
  }
}
/* 商品詳細｜レイアウト */
.ec-productRole {
  padding-left: 0;
  padding-right: 0;
}
.piu-productRole {
  margin: 0 auto;
  max-width: 600px;
}
.ec-productRole__profile,
.piu-productDescription,
.ec-productRole__description,
.piu-categoryBtn {
  padding-left: 20px;
  padding-right: 20px;
}
.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
#item-notes {
  margin-top: 2.132rem;
}
@media (min-width: 992px) {
  .ec-productRole {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-productRole__profile,
  .piu-productDescription,
  .ec-productRole__description {
    padding-left: 0;
    padding-right: 0;
  }
  .piu-productRole {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ec-productRole .ec-productRole__profile {
    background-color: #fff;
    position: sticky;
    top: 0;
    width: 41%;
    margin-left: 4%;
  }
  .piu-productImage,
  .piu-productDescription {
    width: 55%;
  }
  .ec-productRole__description {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 商品詳細｜商品名～カートボタン */
.ec-productRole__profile .productProfile__block-item {
  margin: .5rem 0;
}
.productProfile__block-item .productTitle {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.productProfile__block-item .productCode,
.productProfile__block-item .productPrice,
.productProfile__block-item .productEstimate,
.productProfile__block-item .productLimit,
.productProfile__block-item .productStock {
  color: #8a8a8a;
}
.productProfile__block-item .productPrice span.ec-price__tax,
.productProfile__block-item .productEstimate span.ec-price__tax,
.ec-price .ec-price__tax,
#option_price_box .ec-price__tax {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
.productProfile__block-item > form {
  margin: 1rem 0;
}
.ec-productRole .ec-productRole__actions {
  margin-bottom: 2rem;
  padding: 0;
}
.ec-productRole__actions .form-label,
.ec-productRole__actions .option_Label {
  width: 8rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.ec-productRole__actions .form-select,
.ec-productRole__actions .form-control {
  padding-top: .8rem;
  padding-bottom: .8rem;
}
.ec-productRole__actions div.mb-3,
.ec-productRole__actions #quantityNumber {
  display: flex;
  align-items: center;
}
.ec-productRole__actions div.mb-3 > :last-child {
  flex: 1;
}
.productProfile__block-item .productPrice {
  margin-top: 1rem;
}
.ec-productRole .ec-productRole__price {
  border: none;
  color: #222;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
}
.ec-productRole .ec-productRole__price small {
  font-size: 1rem;
  font-weight: normal;
}
.ec-price .ec-price__price {
  display: inline;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
}
#option_price_box {
  margin-bottom: 1rem;
}
.productProfile__block-item .cartLayout,
.ec-productRole .ec-productRole__btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.productProfile__block-item .cartLayout .ec-productRole__btn {
  margin-top: 0;
  width: 100%;
}
.productProfile__block-item .cartLayout {
  display: flex;
  height: 62.69px;
 }
.productProfile__block-item .cartLayout #quantityNumber {
  display: flex;
}
.productProfile__block-item .cartLayout #quantityNumber .form-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}
.productProfile__block-item .cartLayout #quantity.form-control {
  width: 70px;
  margin: 0 20px;
}
.ec-productRole .ec-productRole__btn {
  min-width: auto;
  width: auto;
}
.ec-productRole__btn button {
  font-size: 1.0625rem;
  font-weight: normal;
  transition: all .2s;
}
.productProfile__block-item .otherBtns {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.productProfile__block-item .otherBtns > div {
  flex: 0 0 auto;
  width: 50%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.productProfile__block-item .otherBtns > div a,
.productProfile__block-item .otherBtns > div button,
.productProfile__block-item .otherBtns > div button.for-business-mitsumori {
  display: block;
  color: #222;
  border-radius: 6px;
  font-size: .875rem;
  margin-bottom: 16px;
  padding: .8rem .4rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.productProfile__block-item .otherBtns > div a,
.productProfile__block-item .otherBtns > div button {
  background-color: #fff;
  border: solid 1px #222;
}
.productProfile__block-item .otherBtns > div button.for-business-mitsumori {
  background-color: #e8ecf2;
  border: solid 1px #005aa0;
}
.productProfile__block-item .otherBtns > div a:hover,
.productProfile__block-item .otherBtns > div button:hover {
  background-color: #eee;
}
.productProfile__block-item .otherBtns > div button.for-business-mitsumori:hover {
  background-color: #fff;
}
.productProfile__block-item .productInfo__note {
  background: #fff;
  box-shadow: 0 0 10px #ced4da;
  color: #8a8a8a;
  font-size: .875rem;
  padding: .625rem;
}
.productProfile__block-item .productInfo__noteList {
  display: grid;
  grid-template-columns: 8rem 1fr;
  margin-bottom: 0;
}
.productProfile__block-item .productInfo__noteList dt:not(:first-of-type),
.productProfile__block-item .productInfo__noteList dd:not(:first-of-type) { 
  border-top: solid 1px #f7ecdc;
}
.productProfile__block-item .productInfo__noteList dt,
.productProfile__block-item .productInfo__noteList dd {
  display: flex;
  align-items: center;
  padding: 1rem .625rem;
}
.productProfile__block-item .productInfo__noteList dt {
  background-color: #fff9f1;
  font-weight: normal;
/*  gap: .375rem;*/
}
.productProfile__block-item .productInfo__noteList dd {
  margin: 0;
}
.productProfile__block-item ul.itemLinks {
  list-style: none;
  margin: .5rem 0;
  padding: 0;
}
.productProfile__block-item ul.itemLinks li {
  display: inline-block;
  margin: .5rem 1em .5rem 0;
  padding: 0;
  font-size: .875rem;
}
.productProfile__block-item ul.itemLinks li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .2rem;
}
.productProfile__block-item ul.itemLinks li.itemNotes::before {
  content: "\f071";
}
.productProfile__block-item ul.itemLinks li.itemReview::before {
  content: "\f005";
  font-weight: 400;
}
/* 商品詳細｜カートに入れる押下後 */
.ec-modal .ec-modal-wrap {
  border-color: #e8e8e8;
}
/* 商品詳細｜商品説明 */
.ec-productRole .ec-productRole__description img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.piu-productDescription h2 {
  font-size: 1.0625rem;
  font-weight: normal;
  background-color: #eee;
  padding: .5rem .8rem;
}
.piu-productDescription table {
  width: 100%;
}
.piu-productDescription table th {
  min-width: 6em;
}
ul.item-notesList {
  list-style: none;
  padding: 0 0 0 .4em;
}
ul.item-notesList li {
  padding: 0 0 0 .8em;
  position: relative;
}
ul.item-notesList li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
/* よく一緒に購入される商品 | swiperとほぼ同じ */
.group_products {
  display: flex;
  flex-wrap: nowrap;
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  height: auto;
}
.group_products .group_item {
  width: 200px;
}
.group_products .group_item a {
  text-decoration: none;
}
.group_products .group_item a:hover {
  opacity: .7;
}
.group_products .group_item .item_image {
  margin-bottom: .5rem;
}
.group_products .group_item .item_name {
  margin: .3rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.group_products .group_item .item_price {
  color: #666;
}
.group_products .group_item .item_price span {
  font-size: initial;
  font-weight: bold;
  margin-right: .2rem;
}
.group_products .group_item .item_price small {
  display: block;
}
.group_products .plus {
  align-items: center;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}
/* 商品詳細｜カテゴリーボタン */
.piu-categoryBtn ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.piu-categoryBtn ul li {
  display: inline-block;
  margin-bottom: .625rem;
  padding: 0;
}
.piu-categoryBtn ul li:not(:last-child) {
  margin-right: .625rem;
}
.piu-categoryBtn ul li a {
  display: block;
  background-color: #fff;
  color: #222;
  padding: .6em;
  font-size: .875rem;
  text-align: center;
  border: solid 1px #222;
  border-radius: 6px;
  text-decoration: none;
}
.piu-categoryBtn ul li a:hover {
  background-color: #eee;
}
@media (min-width: 768px) {
  .piu-categoryBtn ul li a {
    padding: .8rem;
  }
}
/* 商品詳細｜レビュー */
#product_review_area {
  border: none;
}
.product_reviewWrap {
  background-color: #f4f4f4;
  padding: 5%;
}
.reviewContentWrap {
  flex: 1;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0;
}
.reviewContentWrap .ec-rectHeading {
  padding: 1.5rem 8% 1.5rem 5%;
  font-size: 1.0625rem;
  position: relative;
}
.reviewContentWrap .ec-rectHeading .recommend_average {
  font-size: 1.25rem;
}
#product_review_area .ec-rectHeading i {
  display: inline-block;
  font-size: initial;
  line-height: 1;
  height: 1em;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#reviewContent {
  border-top: solid 1px #ddd;
  padding: 1.5rem 5%;
}
ul.review_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.review_list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #ddd;
}
ul.review_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.review_list li .review_date {
  color: #666;
  font-size: .875rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .product_reviewWrap {
    display: flex;
  }
  .reviewContentWrap {
    margin-bottom: 0;
    margin-right: 5%;
  }
}
/* 商品一覧｜商品 */
.ec-shelfGrid__item a {
  color: #222;
}
.ec-shelfGrid__item a:hover {
  opacity: .7;
}
.ec-shelfGrid__item .item_name {
  margin: .3rem 0;
}
.ec-shelfGrid__item .item_price {
  color: #666;
}
.ec-shelfGrid__item .item_price span {
  font-size: 1.6rem;
}
#RelatedProduct-product_area .ec-shelfGrid__item .item_price span {
  font-size: initial;
}
.ec-shelfGrid__item .item_price span,
#RelatedProduct-product_area .ec-shelfGrid__item .item_price span {
  font-weight: bold;
  /* margin-right: .2rem; */
}
.ec-shelfGrid__item .item_price small {
  display: block;
}
.piu-article .ec-shelfGrid__item .item_info {
  line-height: .5;
}
.ec-shelfGrid__item .item_info {
  /* font-size: .875rem; */
  font-size: 0.765625rem;
  line-height: 1.5;
  margin: .3rem 0;
}
.ec-shelfGrid__item .item_info .item_delivery,
.ec-shelfGrid__item .item_info .item_duration,
.ec-shelfGrid__item .item_info .item_stock {
/*  margin: .3rem 0;*/
}
.ec-shelfGrid .ec-shelfGrid__item-image {
/*  margin-bottom: 0;*/
  margin-bottom: .5rem;
}
.ec-searchnavRole .ec-searchnavRole__infos {
/*  border-color: #ddd;*/
}
/* カテゴリー一覧〔アイコン用〕 */
.category-menu {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 0;
}
.category-menu li {
  margin-bottom: 1rem;
  text-align: center;
  width: calc(100% / 4 - 10px);
}
.category-menu li:not(:nth-child(4n)) {
  margin-right: calc(40px / 3);
}
.category-menu li > a {
  background-color: #f4f4f4;
}
.category-menu li > a:hover {
  opacity: .7;
}
.category-menu li span {
  display: block;
  margin-top: 5px;
}
.category-menu img {
  border: solid 1px #333;
  width: 100px;
}
@media (min-width: 768px) {
  .category-menu li > a {
    display: block;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .category-menu img {
    display: block;
    margin: 0 auto;
  }
}
/* instagramFeed */
.instagramFeed ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagramFeed ul li {
  width: calc(100% / 2 - 10px);
  position: relative;
  height: 0;
  margin: 0 0 20px;
  padding: 48% 0 0;
  overflow: hidden;
}
.instagramFeed ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .instagramFeed ul li {
    width: calc(100% / 4 - 15px);
    margin: 0 0 20px;
    padding: 24% 0 0;
  }
}
/* 大切なお知らせ */
.piu-topicArea {
  color: #fff;
  background-color: #d55;
  font-size: .875rem;
  padding: .5rem 20px;
}
.piu-topicArea .swiper-topic {
  height: 2rem;
  line-height: 2.5;
  text-align: center;
}
.piu-topicArea a {
  color: #fff;
}
/* ピックアップ商品 */
.pickup-block {
  margin-bottom: 2.5em;
  position: relative;
}
.pickup-img {
  text-align: center;
}
.pickup-txt {
  background-color: #fff;
  padding: 1rem 0 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.pickup-txt h2 {
  font-size: 1.25rem;
}
@media screen and (min-width:768px) {
  .pickup-img {
    text-align: right;
  }
  .pickup-txt {
    background-color: rgb(244 244 244 / .8);
    padding: 1rem;
    position: absolute;
    left: 2%;
    top: 7%;
    width: 55%;
    z-index: 1;
  }
}
/* カテゴリー別ランキング */
.rankingItemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.rankingItemHead h3 {
  font-size: 1.125rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width:768px) {
    .rankingItemHead h3 {
      font-size: 1.25rem;
    }
}
/* swiper インデックストップ・商品詳細・カテゴリー別ランキング・新着商品・最近チェックした商品 */
/* swiper インデックストップ */
.swiper-index .swiper-slide {
  overflow: hidden;
}
.swiper-index .swiper-item {
  width: auto;
/*  height: 425px;*/
  height: auto;
  background-color: rgb(128 128 128 / .1); /* 画像読み込み前の背景色 */
  background-position: center;
}
.swiper-index .swiper-desc {
  width: 70%;
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 3%;
}
.swiper-index .swiper-desc p {
  width: fit-content;
  font-size: inherit;
  background-color: rgb(0 0 0 / .5);
  padding: 0.3em 0.5em;
}
.swiper-index .swiper-desc p.title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.swiper-index .swiper-desc p.small {
  font-size: .875rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.swiper-index .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-index .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 10px;
}
.swiper-index .swiper-pagination {
  position: relative;
}
.swiper-index .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
}
.swiper-index .swiper-button-prev,
.swiper-index .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .swiper-index .swiper-slide,
  .swiper-index .swiper-button {
    width: 768px; /* slidesPerView用 */
  }
  .swiper-index .swiper-desc {
    left: 8%;
  }
  .swiper-index .swiper-desc p {
    font-size: 1.25rem;
  }
  .swiper-index .swiper-desc p.title {
    font-size: 2rem;
  }
  .swiper-index .swiper-desc p.small {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .swiper-index .swiper-button {
    margin: 0 auto;
    position: relative;
  }
  .swiper-index .swiper-button-prev,
  .swiper-index .swiper-button-next {
    display: block;
    top: -250px;
  }
  .swiper-index .swiper-button-prev {
    left: 0;
  }
  .swiper-index .swiper-button-prev::after {
    content: '←';
  }
  .swiper-index .swiper-button-next {
    right: 21px;
  }
  .swiper-index .swiper-button-next::after {
    content: '→';
  }
  .swiper-index .swiper-button-prev::after,
  .swiper-index .swiper-button-next::after {
    color: #fff;
    font-size: 2.5rem;
    padding: 0.1em;
    background-color: rgb(0 0 0 / .5);
  }
}
.swiper-container {
  margin-bottom: 2.5rem;
}
.swiper-product-image {
  max-width: 600px;
}
.swiper-product-image .swiper-slide img,
.swiper-thumbnail .swiper-slide img,
.swiper-product-image .product-image-clickable,
.modalProduct__block-image .modal-main-swiper img,
.modalProduct__block-image .modal-thumb-swiper .swiper-slide,
.modalProduct__block-image .modal-product-close {
  cursor: pointer;
}
.swiper-product-image .swiper-pagination,
.modalProduct__block-image .swiper-pagination {
  background-color: rgb(0 0 0 / .5);
  color: #fff;
  height: fit-content;
  width: fit-content;
  margin: auto;
  padding: .2rem .4rem;
  /* top: 0; */
  right: 0;
  bottom: 1rem;
  left: 0;
}
.swiper-product-image .product-image-clickable {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.swiper-thumbnail {
  max-width: 580px;
  width: calc(100% - 20px);
}
.swiper-thumbnail.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}
.swiper-thumbnail .swiper-slide {
  margin-top: 10px;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active > img,
.modalProduct__block-image .modal-thumb-swiper .swiper-slide-thumb-active {
  border: solid 3px #00ffff;
}
.modalProduct__block-image .modal {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / .7);
  overflow: hidden; /* モーダル自体はスクロールさせない */
  position: fixed;
  z-index: 1000; /* 他の要素より手前に表示するため、z-indexを高くする */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modalProduct__block-image .modal-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #f1f1f1;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  animation-name: modalZoom;
  animation-duration: 0.5s;
}
.modalProduct__block-image .modal-main-swiper {
  max-width: 100%;
  /* width: 100%; */
  width: 600px;
  height: calc(100% - 100px); /* サムネイルの高さ分を引く */
  /* height: auto; */
}
.modalProduct__block-image .modal-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalProduct__block-image .modal-main-swiper img {
  display: block;
  object-fit: contain; /* 画像全体を表示 */
  max-width: 100%;
  max-height: 100%;
}
.modalProduct__block-image .modal-thumb-swiper {
  max-width: 580px;
  width: calc(100% - 20px);
  /* height: 80px; */
  height: fit-content;
}
.modalProduct__block-image .modal-thumb-swiper .swiper-wrapper {
  flex-wrap: nowrap;
}
.modalProduct__block-image .modal-thumb-swiper .swiper-slide {
  margin-top: 10px;
  width: 100%;
  /* height: 100%; */
  height: fit-content;
}
.modalProduct__block-image .modal-thumb-swiper img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;*/
}
/* 閉じるボタン */
.modalProduct__block-image .modal-product-close {
  color: #222;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 15px; /* モーダルコンテンツの右上に配置 */
  transition: 0.3s;
  z-index: 1001; /* Swiperのナビゲーションより手前に */
}
.modalProduct__block-image .modal-product-close:hover,
.modalProduct__block-image .modal-product-close:focus {
  color: #bbb;
  text-decoration: none;
}
.modalProduct__block-image .modal-swiper-prev,
.modalProduct__block-image .modal-swiper-next {
  display: none;
}
.modalProduct__block-image .swiper-button-prev:after,
.modalProduct__block-image .swiper-button-next:after {
  font-size: 1rem;
}
@media (min-width: 871px) {
  .modalProduct__block-image .modal-content-wrapper {
    flex-direction: row;
    gap: 30px;
    border-radius: 6px;
    padding: 20px;
    max-width: 1200px;
    width: calc(100% - 100px);
    max-height: 80vh;
    height: 85%;
  }
  .modalProduct__block-image .modal-main-swiper img {
    width: fit-content;
  }
  .modalProduct__block-image .modal-thumb-swiper {
    width: calc(100% - 600px);
  }
  .modalProduct__block-image .modal-thumb-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .modalProduct__block-image .modal-thumb-swiper .swiper-slide {
    width: 50px !important;
  }
  .modalProduct__block-image .modal-product-close {
    color: #f1f1f1;
  }
  .modalProduct__block-image .modal-swiper-prev,
  .modalProduct__block-image .modal-swiper-next {
    display: flex;
    color: #fff;
    background-color: rgb(0 0 0 /.7);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1030px) {
  .modalProduct__block-image .modal-thumb-swiper .swiper-slide {
    width: 80px !important;
  }
}
/* モーダル自体のズームインアニメーション */
@keyframes modalZoom {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/* モーダル中の背景固定 */
body.no-scroll {
  overflow: hidden;
  padding-right: 17px;
}
.swiper-ranking .swiper-slide,
.swiper-new-item .swiper-slide,
.swiper-check-item .swiper-slide {
  font-size: inherit;
  height: auto;
}
.swiper-ranking .swiper-slide a,
.swiper-new-item .swiper-slide a,
.swiper-check-item .swiper-slide a {
  text-decoration: none;
}
.swiper-ranking .swiper-slide a:hover,
.swiper-new-item .swiper-slide a:hover,
.swiper-check-item .swiper-slide a:hover {
  opacity: .7;
}
.swiper-ranking .item_image,
.swiper-new-item .item_image,
.swiper-check-item .item_image {
  margin-bottom: .5rem;
}
.swiper-check-item .item_name {
  margin: .3rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.swiper-ranking .item_price,
.swiper-new-item .item_price,
.swiper-check-item .item_price {
  color: #666;
}
.swiper-ranking .item_price span,
.swiper-new-item .item_price span,
.swiper-check-item .item_price span {
  font-size: initial;
  font-weight: bold;
}
.swiper-ranking .item_price small,
.swiper-new-item .item_price small,
.swiper-check-item .item_price small {
  display: block;
}
.swiper-check-item .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-check-item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px;
}
.swiper-check-item .swiper-pagination {
  position: relative;
  top: 0;
}
.swiper-check-item .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
}
.swiper-ranking .ribbon {
  position: absolute;
  top: 0;
}
.swiper-ranking .ribbon .ribbon_txt {
  background-color: #333;
  color: #fff;
  font-size: larger;
/*  padding: 3px 10px;*/
  padding: 5px 13px;
}
.swiper-ranking .swiper-wrapper .swiper-slide:first-of-type .ribbon .ribbon_txt {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
}
.swiper-ranking .swiper-wrapper .swiper-slide:nth-of-type(2) .ribbon .ribbon_txt {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.swiper-ranking .swiper-wrapper .swiper-slide:nth-of-type(3) .ribbon .ribbon_txt {
  background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
}
/* お知らせ */
.ec-newsRole {
  padding-top: 0;
}
.ec-newsRole .ec-newsRole__news {
  background-color: #f4f4f4;
  padding: 10px;
  border: none;
}
.ec-newsRole .ec-newsRole__newsItem {
  padding: .5rem 5%;
  background-color: #fff;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: transparent;
  color: #222;
  right: 0;
}
.ec-newsRole .ec-newsRole__newsCloseBtn i {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 1.5rem 5%;
  }
}
/* お知らせ内table */
table.news {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 100%;
}
table.news tr > th {
  background-color: #f4f4f4;
}
table.news tr > th,
table.news tr > td {
  border: solid 1px #ddd;
  padding: 0.75em 0.5em;
}
table.news tr > th, 
table.news tr > td {
  text-align: center;
}
table.news tr > td.holiday {
  background-color: #D55;
}
/* カート */
.ec-cartRole {
  margin-bottom: 3rem;
}
.ec-progress {
  margin-top: 2rem 0;
}
.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 2rem;
}
.ec-progress .ec-progress__item:after {
  top: .8rem;
}
.ec-rectHeading h1, .ec-rectHeading .h1,
.ec-rectHeading h2, .ec-rectHeading .h2,
.ec-rectHeading h3, .ec-rectHeading .h3,
.ec-rectHeading h4, .ec-rectHeading .h4,
.ec-rectHeading h5, .ec-rectHeading .h5,
.ec-rectHeading h6, .ec-rectHeading .h6 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.ec-orderAccount .ec-rectHeading h2:first-child {
  margin-top: 0;
}
.footerNavCartWrap {
  margin-top: 3rem;
  padding: 1rem 1rem 3rem;
  border-top: solid 1px #ddd;
}
.footerNavCart {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footerNavCart li {
  display: inline-block;
  margin: .5rem;
  font-size: .875rem;
}
.ec-totalBox .ec-totalBox__btn a {
  color: #222;
}
@media (min-width: 768px) {
  .ec-progress .ec-progress__item:after {
    top: 1.25rem;
  }
}
.ec-guest {
  background: transparent;
  border: solid 1px #ddd;
}
.ec-guest .ec-guest__actions a {
  color: #222;
}
@media (max-width: 767px) {
  #form_cart.ec-cartRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 55px;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    display: block;
    border-bottom: none;
  }
  .ec-cartRow__unitPrice {
    text-align: right;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  }
  .ec-cartRow__img {
    margin-bottom: 10px;
  }
  .ec-cartRow .ec-cartRow__img,
  .ec-cartRow .ec-cartRow__summary {
    display: block;
    width: 97%;
    padding-right: 0;
  }
  .ec-cartRow .ec-cartRow__img img {
    max-width: 120px;
  }
  .ec-cartRow__sutbtotalSP {
    text-align: right;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 10px;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
/* MYページ */
.ec-login {
  margin: 0 auto;
  padding: 2rem 5%;
  background: transparent;
  max-width: 600px;
}
#page_mypage_login #lineLogin,
#page_shopping_login #lineLogin {
  margin: 0 auto;
  padding: 2rem calc(5% - 10px);
  max-width: 600px;
}
#page_entry #lineLogin {
  margin-bottom: 1rem;
  text-align: right;
}
