@charset "UTF-8";
@font-face {
  font-family: number;
  src: local("Hiragino Mincho ProN");
  unicode-range: U+0030-0039;
}
/* カスタマイズ用CSS */
html {
  font-size: calc((100vw - 320px) / 560 + 14px);
}

.ec-role,
.ec-shelfRole {
  font-size: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #3e3a39;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 991px) {
  .hidden-pc {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .hidden-sp {
    display: none;
  }
}

.ec-blockTopBtn.pagetop {
  width: 80px;
  height: 80px;
  background: url(../img/common/btn_upper.svg) no-repeat center center/contain;
  z-index: 100;
}
@media only screen and (max-width: 990px) {
  .ec-blockTopBtn.pagetop {
    bottom: 80px;
  }
}

.ec-404Role__logo {
  width: 120px;
  margin: auto;
}

.ec-layoutRole__header {
  transition: 0.5s ease;
}

.ec-headerNaviRole {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 136px;
}
@media only screen and (max-width: 990px) {
  .ec-headerNaviRole {
    height: 100px;
    background: url(../img/common/bg_texture01.jpg);
  }
}
.ec-headerNaviRole .ec-headerNaviRole__center {
  width: 35%;
}
.ec-headerNaviRole .ec-headerNaviRole__center .ec-headerTitle .ec-headerTitle__title a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .ec-headerNaviRole .ec-headerNaviRole__center {
    width: 100%;
  }
  .ec-headerNaviRole .ec-headerNaviRole__center .ec-headerTitle .ec-headerTitle__title a img {
    max-width: 150px;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__left, .ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 990px) {
  .ec-headerNaviRole .ec-headerNaviRole__left .ec-headerNaviRole__menu,
  .ec-headerNaviRole .ec-headerNaviRole__left .ec-headerNaviRole__search, .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__menu,
  .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__search {
    display: none;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
  margin-bottom: 5px;
}
.ec-headerNaviRole .ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword {
  width: 100%;
  height: auto;
  border-radius: unset;
  border: none;
  border-bottom: 1px solid #333;
  background: none;
}
.ec-headerNaviRole .ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 17px;
  height: 17px;
}

.fixed_header .ec-layoutRole {
  margin-top: 196px;
}
@media only screen and (max-width: 990px) {
  .fixed_header .ec-layoutRole {
    margin-top: 100px;
  }
}
.fixed_header .ec-layoutRole__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
  transition: 0.5s ease;
}
.fixed_header .ec-layoutRole__header .ec-headerNaviRole {
  height: auto;
}
.fixed_header .ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__menu {
  margin-top: 10px;
}
.fixed_header .ec-layoutRole__header .ec-categoryNaviRole {
  display: none;
}

.ec-headerNav .ec-headerNav__item {
  width: 75px;
  text-align: center;
  font-size: inherit;
}
.ec-headerNav .ec-headerNav__item .ec-headerNav .ec-headerNav__item__item a {
  display: block;
}
.ec-headerNav .ec-headerNav__itemIcon {
  margin: 0;
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_mypage {
  background: url(../img/common/ico_mypage.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_regist {
  background: url(../img/common/ico_reg.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_login {
  background: url(../img/common/ico_login.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_logout {
  background: url(../img/common/ico_logout.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_favorite {
  background: url(../img/common/ico_favorite.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_guide {
  background: url(../img/common/ico_guide.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemIcon.ico_cart {
  background: url(../img/common/ico_cart.svg) no-repeat center center;
}
.ec-headerNav .ec-headerNav__itemLink {
  display: block;
  font-size: 9px;
  margin: 0;
}

.ec-cartNavi {
  min-width: unset;
  background: none;
  border: none;
}

.ec-categoryNaviRole {
  max-width: 100%;
  background: #3e3a39;
}
@media only screen and (max-width: 990px) {
  .ec-categoryNaviRole {
    display: none;
  }
}
.ec-categoryNaviRole .ec-itemNav__nav > li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ec-categoryNaviRole .ec-itemNav__nav > li a {
  background: #3e3a39;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 2em;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ec-categoryNaviRole .ec-itemNav__nav > li:last-child a {
  border-right: 1px solid #fff;
}

#sp_footer {
  display: block;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #3e3a39;
  padding: 15px;
}
@media only screen and (min-width: 991px) {
  #sp_footer {
    display: none;
  }
}
#sp_footer .ec-headerNav {
  margin-left: 40px;
  display: flex;
  justify-content: center;
}
#sp_footer .ec-headerNav__itemIcon.ico_mypage {
  background: url(../img/common/ico_mypage_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_regist {
  background: url(../img/common/ico_reg_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_login {
  background: url(../img/common/ico_login_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_logout {
  background: url(../img/common/ico_logout_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_favorite {
  background: url(../img/common/ico_favorite_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_guide {
  background: url(../img/common/ico_guide_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemIcon.ico_cart {
  background: url(../img/common/ico_cart_sp.svg) no-repeat center center;
}
#sp_footer .ec-headerNav__itemLink {
  display: block;
  font-size: 9px;
  margin: 0;
  color: #fff;
}

#sp_bnr_furusato {
  display: none;
}
@media only screen and (max-width: 990px) {
  #sp_bnr_furusato {
    display: block;
    width: 60px;
    height: 200px;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 1000;
  }
}
#sp_bnr_furusato a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bnr_furusato_sp.svg) no-repeat center center/contain;
}

@media only screen and (max-width: 990px) {
  .ec-headerNavSP,
  .have_curtain .ec-overlayRole,
  .ec-drawerRoleClose.is_active,
  .ec-drawerRole,
  .ec-drawerRole.is_active {
    display: block;
  }
}

.have_curtain .ec-overlayRole {
  background: none;
}

.ec-drawerRole {
  width: 100%;
  transform: translate(0, -2000px);
  opacity: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(184, 247, 247, 0.3)), url(../img/common/bg_texture01.jpg);
  padding-bottom: 30px;
}
.ec-drawerRole.is_active {
  opacity: 1;
  transform: translateY(0px);
}
.ec-drawerRole .ec-menuLogoArea {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
}
.ec-drawerRole .ec-menuLogoArea img {
  width: 100%;
  max-width: 150px;
}
.ec-drawerRole .ec-menuArea {
  display: flex;
}
.ec-drawerRole .ec-menuArea .ec-itemNav {
  margin: 5px;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li {
  margin-bottom: 0.2em;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li a {
  font-size: 1em;
  font-weight: 600;
  color: #3e3a39;
  padding: 0.25em 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3e3a39;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li a:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li a:before {
  background-size: contain;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.all a:before {
  background-image: url(../img/common/ico_cat_all.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.himono a:before {
  background-image: url(../img/common/ico_cat_himono.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.kani a:before {
  background-image: url(../img/common/ico_cat_kani.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.ikaebi a:before {
  background-image: url(../img/common/ico_cat_ikaebi.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.jizakana a:before {
  background-image: url(../img/common/ico_cat_jizakana.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.kai a:before {
  background-image: url(../img/common/ico_cat_kai.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.gyomu a:before {
  background-image: url(../img/common/ico_cat_gyomu.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list li.other a:before {
  background-image: url(../img/common/ico_cat_other.png);
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list_sub {
  margin-top: 1em;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list_sub li {
  margin-bottom: 0.2em;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list_sub li a {
  font-size: 1em;
  color: #3e3a39;
  padding: 0.25em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.category_list_sub li a:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background: url(../img/common/ico_menu_sub.svg) no-repeat center center/contain;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.menu_list {
  margin-top: 1em;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.menu_list li {
  margin-bottom: 0.5em;
  text-align: left;
}
.ec-drawerRole .ec-menuArea .ec-itemNav ul.menu_list li a {
  font-size: 1em;
  color: #3e3a39;
}
.ec-drawerRole .ec-headerSearch {
  background: transparent;
}
.ec-drawerRole .ec-headerSearch__keyword {
  border-radius: 0;
}

.ec-drawerRoleClose.is_active {
  top: unset;
  left: 10px;
  bottom: 10px;
  z-index: 100001;
}

.ec-headerNavSP {
  top: unset;
  left: 10px;
  bottom: 10px;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-top: 10px;
  max-width: 100%;
}
@media only screen and (min-width: 991px) {
  .ec-layoutRole .ec-layoutRole__contents {
    position: relative;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main > * {
    margin-bottom: 60px;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-mypageRole {
    max-width: 1130px;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    z-index: 100;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
    width: 100%;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-layoutRole__mainTop,
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-layoutRole__mainBottom {
    width: 100%;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-layoutRole__mainTop > *,
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-layoutRole__mainBottom > * {
    padding-left: 230px;
    width: 100%;
    max-width: unset;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn > *:not(.ec-layoutRole__mainTop, .ec-layoutRole__mainBottom) {
    padding-left: 230px;
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 990px) {
  .ec-layoutRole .ec-layoutRole__contents {
    display: flex;
    flex-wrap: wrap;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left {
    width: 100%;
    order: 2;
    display: block;
  }
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
    width: 100%;
    order: 1;
  }
}
.ec-layoutRole .ec-layoutRole__footer {
  margin-top: 30px;
}

@media only screen and (min-width: 991px) {
  #side_category {
    padding: 0 5px;
  }
}
#side_category .banner_area a {
  display: block;
  margin-bottom: 1em;
}
#side_category .banner_area a.sp {
  display: none;
}
@media only screen and (max-width: 990px) {
  #side_category .banner_area {
    display: flex;
    flex-wrap: wrap;
  }
  #side_category .banner_area a {
    width: 50%;
  }
  #side_category .banner_area a.sp {
    display: block;
  }
  #side_category .banner_area a.pc {
    display: none;
  }
  #side_category .banner_area a.wide {
    width: 100%;
    margin-bottom: 0;
  }
}
#side_category .category_container {
  padding: 10px;
  background: url(../img/common/bg_texture03.jpg);
}
#side_category .category_container h3 {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#side_category .category_container .category_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  #side_category .category_container .category_list li {
    margin-bottom: 0.2em;
  }
  #side_category .category_container .category_list li a {
    font-size: 1rem;
    font-weight: 600;
    color: #3e3a39;
    background: #fff;
    padding: 0.25em 1em;
    display: flex;
    align-items: center;
  }
  #side_category .category_container .category_list li a:before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  #side_category .category_container .category_list li a:before {
    background-size: contain;
  }
  #side_category .category_container .category_list li.all a:before {
    background-image: url(../img/common/ico_cat_all.png);
  }
  #side_category .category_container .category_list li.himono a:before {
    background-image: url(../img/common/ico_cat_himono.png);
  }
  #side_category .category_container .category_list li.kani a:before {
    background-image: url(../img/common/ico_cat_kani.png);
  }
  #side_category .category_container .category_list li.ikaebi a:before {
    background-image: url(../img/common/ico_cat_ikaebi.png);
  }
  #side_category .category_container .category_list li.jizakana a:before {
    background-image: url(../img/common/ico_cat_jizakana.png);
  }
  #side_category .category_container .category_list li.kai a:before {
    background-image: url(../img/common/ico_cat_kai.png);
  }
  #side_category .category_container .category_list li.gyomu a:before {
    background-image: url(../img/common/ico_cat_gyomu.png);
  }
  #side_category .category_container .category_list li.other a:before {
    background-image: url(../img/common/ico_cat_other.png);
  }
}
@media only screen and (max-width: 990px) {
  #side_category .category_container .category_list {
    display: flex;
    flex-wrap: wrap;
  }
  #side_category .category_container .category_list li {
    width: calc(50% - 4px);
    margin: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #side_category .category_container .category_list li a {
    display: block;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  #side_category .category_container .category_list li:first-child {
    width: 100%;
  }
  #side_category .category_container .category_list li:first-child a {
    height: 150px;
    line-height: 150px;
  }
  #side_category .category_container .category_list li.all {
    background-image: url(../img/product/bg_cat_all.jpg?20241115);
  }
  #side_category .category_container .category_list li.himono {
    background-image: url(../img/product/bg_cat_umaboshi.jpg);
  }
  #side_category .category_container .category_list li.kani {
    background-image: url(../img/product/bg_cat_kani.jpg);
  }
  #side_category .category_container .category_list li.ikaebi {
    background-image: url(../img/product/bg_cat_ika-ebi.jpg);
  }
  #side_category .category_container .category_list li.jizakana {
    background-image: url(../img/product/bg_cat_jizakana.jpg);
  }
  #side_category .category_container .category_list li.kai {
    background-image: url(../img/product/bg_cat_kai-kaisou.jpg);
  }
  #side_category .category_container .category_list li.gyomu {
    background-image: url(../img/product/bg_cat_gyomu.jpg);
  }
  #side_category .category_container .category_list li.other {
    background-image: url(../img/product/bg_cat_other.jpg);
  }
  #side_category .category_container .category_list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /*
    					background-image: radial-gradient(#111 20%, transparent 31%), radial-gradient(#111 20%, transparent 31%);
    					background-size: 4px 4px;
    					background-position: 0 0, 2px 2px;
    */
    z-index: 1;
  }
}

.ec-footerRole {
  padding-top: 0;
  margin-top: 0;
  border: none;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/common/bg_footer_l.jpg) no-repeat center center/cover;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/common/bg_footer_u.png) no-repeat left center/auto 100%, url(../img/common/bg_texture01.jpg);
}
@media only screen and (min-width: 991px) {
  .ec-footerRole {
    background-attachment: fixed;
  }
}
.ec-footerRole_upper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 990px) {
  .ec-footerRole_upper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.ec-footerRole_upper .footerRole_upper_container {
  display: flex;
}
.ec-footerRole_upper .footerRole_upper_container > a {
  width: 300px;
}
@media only screen and (max-width: 990px) {
  .ec-footerRole_upper .footerRole_upper_container > a {
    margin: auto;
  }
}
.ec-footerRole_upper .footerRole_upper_container > .ec-footerNavi_wrapper {
  width: calc(100% - 300px);
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 990px) {
  .ec-footerRole_upper .footerRole_upper_container > .ec-footerNavi_wrapper {
    display: none;
  }
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact {
  background: rgba(255, 255, 255, 0.54);
  padding: 15px;
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3e3a39;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact_announce {
  color: #3e3a39;
  background: #fff;
  border-left: 2px solid #323f66;
  border-right: 2px solid #323f66;
  padding: 30px;
  margin-bottom: 1.5em;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact_announce h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact_announce h3:before {
  content: "";
  display: block;
  background: url(../img/common/ico_fish.svg) no-repeat center center/contain;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact_announce h3 span.en {
  display: block;
  font-size: 0.9rem;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact_announce p {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerContact .address {
  font-size: 1rem;
  font-weight: 600;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 1em;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container {
  display: flex;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi {
  width: 33.3333333333%;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi li {
  display: block;
  color: #3e3a39;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.5em;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi li.jftajima_logo img {
  width: 180px;
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi li a {
  text-decoration: none;
}
@media only screen and (min-width: 991px) {
  .ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi.category {
    width: 66.6666666667%;
    display: flex;
    flex-wrap: wrap;
  }
}
.ec-footerRole_upper .footerRole_upper_container .ec-footerNavi_container .ec-footerNavi.category li {
  width: 50%;
}
.ec-footerRole_lower {
  padding-bottom: 50px;
}
.ec-footerRole_lower .ec-footerLogo {
  text-align: center;
  width: 180px;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
}
.ec-footerRole_lower .ec-footerLogo img {
  width: 150px;
}
.ec-footerRole_lower .ec-footerRole__inner > a {
  display: block;
  width: 300px;
}
@media only screen and (max-width: 990px) {
  .ec-footerRole_lower .ec-footerRole__inner > a {
    margin: auto;
  }
}
.ec-footerRole_lower .ec-footerTitle__copyright {
  color: #3e3a39;
  font-weight: 600;
}

.contact_box {
  color: #3e3a39;
}
.contact_box .shop_name {
  font-size: 1.2em;
  font-weight: 700;
  color: #323f66;
  text-align: center;
  margin-bottom: 10px;
}
.contact_box .tel_box {
  background: #323f66;
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
}
.contact_box .tel_box .tel {
  font-size: 1.8rem;
  text-align: center;
}
.contact_box .tel_box .tel a {
  color: #fff;
}
.contact_box .tel_box .biz_hour {
  font-size: 1.1rem;
  text-align: center;
}
.contact_box .contact {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 15px;
}
.contact_box .contact .ico_mail {
  display: inline-block;
  width: 60px;
  margin-top: 10px;
}

#breadcrumb_container .breadcrumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb_container .breadcrumb_list li {
  display: inline-block;
}
#breadcrumb_container .breadcrumb_list li:before {
  content: " / ";
}
#breadcrumb_container .breadcrumb_list li:first-child:before {
  display: none;
}

#announce {
  padding-top: 30px;
  padding-bottom: 30px;
}
#announce .ec-role {
  background: #f3f2f0;
  padding: 2em;
}
#announce .announce_inner h3 {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0;
}
#announce .announce_inner p {
  margin-bottom: 1em;
}

body.fixed {
  overflow: hidden;
}

.front_page #splash {
  width: 100%;
  height: 1080px;
  background: #3aa0d1;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
.front_page #bodymovin_container {
  width: 1920px;
  height: 1080px;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3aa0d1;
}
.front_page .front_container {
  position: relative;
  overflow-x: hidden;
}
.front_page .front_main_image_area {
  background: url(../img/top/main_image_matsuba.jpg) no-repeat top center;
  background-size: cover;
  height: 900px;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .front_page .front_main_image_area {
    background-attachment: fixed;
  }
}
.front_page .front_main_image_area .top_copy {
  width: 258px;
  position: absolute;
  top: 87px;
  left: 50%;
  transform: translateX(-137px);
}
@media only screen and (max-width: 990px) {
  .front_page .front_main_image_area .top_copy {
    top: 184px;
  }
}
.front_page .front_main_copy_area {
  position: relative;
  background: linear-gradient(to bottom, transparent 70%, rgba(184, 247, 247, 0.8)), url(../img/common/bg_texture01.jpg);
}
.front_page .front_main_copy_area .bnr_furusato {
  display: block;
  width: 180px;
  height: 60px;
  position: absolute;
  top: -40px;
  right: 15%;
  background: url(../img/common/bnr_furusato.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 990px) {
  .front_page .front_main_copy_area .bnr_furusato {
    display: none;
  }
}
.front_page .front_main_copy_area_content {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: auto;
}
.front_page .front_main_copy_area_content_items {
  display: flex;
  flex-wrap: wrap;
}
.front_page .front_main_copy_area_content_items .main_item, .front_page .front_main_copy_area_content_items .sub_item {
  width: 33.3333333333%;
  padding: 3%;
}
.front_page .front_main_copy_area_content_items .main_item {
  margin: auto;
  order: 2;
}
.front_page .front_main_copy_area_content_items .main_item_content {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  max-height: 30em;
}
.front_page .front_main_copy_area_content_items .main_item_content h3 {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8em;
  margin-top: 0;
}
.front_page .front_main_copy_area_content_items .main_item_content p {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.8em;
}
.front_page .front_main_copy_area_content_items .sub_item {
  order: 1;
}
@media only screen and (max-width: 990px) {
  .front_page .front_main_copy_area_content_items .main_item {
    width: 100%;
    padding: 20px;
  }
  .front_page .front_main_copy_area_content_items .main_item_content {
    width: auto;
    margin: auto;
    order: 1;
  }
  .front_page .front_main_copy_area_content_items .main_item_content h3 {
    font-size: 1.6em;
  }
  .front_page .front_main_copy_area_content_items .main_item_content p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .front_page .front_main_copy_area_content_items .sub_item {
    order: 2;
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .front_page .front_main_copy_area_content_items .main_item {
    width: 100%;
    padding: 20px;
  }
  .front_page .front_main_copy_area_content_items .main_item_content {
    width: auto;
    margin: auto;
    order: 1;
  }
  .front_page .front_main_copy_area_content_items .main_item_content h3 {
    font-size: 1.6em;
  }
  .front_page .front_main_copy_area_content_items .main_item_content p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .front_page .front_main_copy_area_content_items .sub_item {
    order: 2;
    width: 100%;
  }
}
.front_page .front_main_copy_area_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16rem;
  margin-bottom: 30%;
  z-index: 0;
}
.front_page .front_main_copy_area_bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -30%;
  width: 130%;
  height: 240px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background: url(../img/common/bg_texture01.jpg);
}
@media only screen and (min-width: 991px) {
  .front_page .front_main_copy_area_bg:after {
    content: "";
    display: block;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60px;
    height: 40px;
    background: url(../img/common/ico_logo.svg) no-repeat center center;
  }
}
@media only screen and (min-width: 991px) {
  .front_page .front_main_wave_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/top/side_wave.svg) no-repeat center right/contain;
  }
}
.front_page .ec-layoutRole__footer {
  margin-top: 0;
}

#top_slider_wrapper_pc,
#top_slider_wrapper_sp {
  width: 100%;
  overflow-x: hidden;
}

.block-title {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 1em;
}
.block-title:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  margin-bottom: 0.5em;
  background: url(../img/common/ico_h2.svg) no-repeat center center;
}

.block-title-line {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  color: #3e3a39;
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.block-title-line:before, .block-title-line:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #3e3a39;
  margin: 20px;
}

.introduce_item_container {
  position: relative;
  background: #fff;
  padding: 5px;
}
.introduce_item_container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 20px;
  background: inherit;
  clip-path: polygon(0% 0%, 0% 40%, 50% 0%, 100% 40%, 100% 0%);
  z-index: 1;
}
.introduce_item_container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
  background: url(../img/common/bottom_wave.svg) no-repeat center center;
}
.introduce_item_container .product_comment {
  color: #3e3a39;
  height: 4.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.introduce_item_container .product_name {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #3e3a39;
  line-height: 1.2;
  height: 4.2em;
  overflow: hidden;
  padding: 10px;
}
.introduce_item_container .product_image {
  max-width: 100%;
  height: 250px;
  width: 250px;
  margin: auto;
  aspect-ratio: 1/1;
}
.introduce_item_container .product_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ec-recommendItemRole {
  padding: 60px 10px;
  background: url(../img/common/bg_texture02.jpg);
}
.ec-recommendItemRole #recommend_container {
  overflow-x: clip;
}

.ec-popularProductsRole {
  padding: 60px 10px;
}
.ec-popularProductsRole #popular_products_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ec-popularProductsRole #popular_products_container > * {
  display: block;
  width: 250px;
  margin: 30px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .ec-popularProductsRole #popular_products_container > * {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 425px) {
  .ec-popularProductsRole #popular_products_container > * {
    width: calc(50% - 10px);
  }
}
.ec-popularProductsRole #popular_products_container a {
  margin-bottom: 40px;
}
.ec-popularProductsRole #popular_products_container a .introduce_item_container {
  background: #c8a078;
}

.ec-specialRole {
  padding: 60px 10px;
  background: #f1e9db;
}
.ec-specialRole #special_article_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ec-specialRole #special_article_container a {
  display: block;
  width: 250px;
  margin: 30px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .ec-specialRole #special_article_container a {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 425px) {
  .ec-specialRole #special_article_container a {
    width: calc(50% - 10px);
  }
}
.ec-specialRole #special_article_container .article_item_container {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.ec-specialRole #special_article_container .article_item_container:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 20px;
  background: inherit;
  clip-path: polygon(0% 0%, 0% 40%, 50% 0%, 100% 40%, 100% 0%);
  z-index: 1;
}
.ec-specialRole #special_article_container .article_item_container .product_image {
  max-width: 100%;
  height: 250px;
  width: 250px;
  margin: auto;
  aspect-ratio: 1/1;
}
.ec-specialRole #special_article_container .article_item_container .product_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ec-specialRole #special_article_container .article_item_container .article_name_container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-specialRole #special_article_container .article_item_container .article_name_container .article_name {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  line-height: 0;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 2rem;
  background: url(../img/top/bg_special_item.svg) no-repeat center center/contain;
}
.ec-specialRole #special_article_container .article_item_container .article_comment_container {
  background: url(../img/top/bg_special_text.svg) no-repeat top 30% center/130px;
}
.ec-specialRole #special_article_container .article_item_container .article_comment_container .article_comment {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #3e3a39;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 5rem auto 2rem;
  height: 210px;
}
@media only screen and (max-width: 425px) {
  .ec-specialRole #special_article_container .article_item_container .article_comment_container .article_comment {
    font-size: 1em;
  }
}

.ec-shoppingGuideRole {
  padding: 60px 10px;
  background: url(../img/common/bg_texture01.jpg);
}
.ec-shoppingGuideRole_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ec-shoppingGuideRole_container .guide_item {
  width: 300px;
  max-width: 100%;
  margin: 30px 15px;
}
.ec-shoppingGuideRole_container .guide_item h4 {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  color: #3a94c6;
  text-align: center;
  margin-bottom: 1.2em;
}
.ec-shoppingGuideRole_container .guide_item p {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.1rem;
  min-height: 180px;
}
.ec-shoppingGuideRole_container .guide_item .buttons {
  text-align: center;
}
.ec-shoppingGuideRole_container .guide_item .buttons a {
  display: inline-block;
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 1.2rem;
  background: #3a94c6;
  padding: 0.5em 1em;
  border-radius: 10px;
}

.ec-topicRole {
  padding: 60px 10px;
  background: #fff;
}
.ec-topicRole_lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ec-topicRole_lineup a {
  display: block;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .ec-topicRole_lineup a {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 425px) {
  .ec-topicRole_lineup a {
    width: 100%;
  }
}

.ec-newsRole {
  display: flex;
  padding-bottom: 60px;
}
.ec-newsRole .ec-secHeading {
  width: 30%;
  margin-top: 20px;
}
.ec-newsRole .ec-secHeading h3 {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #3e3a39;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0;
  line-height: 0;
}
.ec-newsRole .ec-secHeading h3 .small {
  font-size: 0.7em;
  margin-bottom: 1em;
}
.ec-newsRole .ec-secHeading h3:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_fish.svg) no-repeat center center/contain;
}
.ec-newsRole .ec-newsRole__news_container {
  width: 70%;
}
@media only screen and (max-width: 990px) {
  .ec-newsRole .ec-secHeading {
    width: 10%;
  }
  .ec-newsRole .ec-newsRole__news_container {
    width: 90%;
  }
}
.ec-newsRole .ec-newsRole__news {
  max-height: 500px;
  overflow-y: auto;
  border: none;
}
@media only screen and (max-width: 990px) {
  .ec-newsRole .ec-newsRole__news {
    max-height: none;
  }
}
.ec-newsRole .ec-newsRole__newsItem {
  border: none;
  border-top: 1px solid #3e3a39;
  padding: 0;
}
.ec-newsRole .ec-newsRole__newsItem:last-child {
  border-bottom: 1px solid #3e3a39;
}
.ec-newsRole .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate,
.ec-newsRole .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn {
  padding: 1em;
  font-size: 1rem;
}
.ec-newsRole .ec-newsRole__newsItem .ec-newsRole__newsDescription {
  font-size: 1rem;
  margin-top: 0;
  padding: 1em;
  margin-bottom: 1em;
  background: #f1e9db;
}
.ec-newsRole .news_more_container {
  text-align: center;
  margin-top: 1em;
}
.ec-newsRole .news_more_container #news_readmore {
  display: inline-block;
  color: #3e3a39;
  background: #fff;
  padding: 0.25em 2.5em;
  border-radius: 15px;
}

.ec-productRole__price {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #d33516;
}
.ec-productRole__price .ec-price__price {
  font-size: 1.8rem;
}
.ec-productRole__price .ec-price__price .yen_mark {
  font-size: 0.7em;
  margin-right: 0.25em;
}
.ec-productRole__price .ec-price__tax {
  display: inline-block;
  font-size: 1rem;
}

.ec-categoryHeaderRole {
  position: relative;
  height: 400px;
  background: url(../img/product/bg_cat_default.jpg) no-repeat center center/cover;
}
.ec-categoryHeaderRole:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 20%, transparent 31%), radial-gradient(#111 20%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
.ec-categoryHeaderRole.cat_0 {
  background-image: url(../img/product/bg_cat_all.jpg);
}
.ec-categoryHeaderRole.cat_1 {
  background-image: url(../img/product/bg_cat_original.jpg);
}
.ec-categoryHeaderRole.cat_2, .ec-categoryHeaderRole.cat_1006 {
  background-image: url(../img/product/bg_cat_umaboshi.jpg);
}
.ec-categoryHeaderRole.cat_3 {
  background-image: url(../img/product/bg_cat_kani.jpg);
}
.ec-categoryHeaderRole.cat_1000 {
  background-image: url(../img/product/bg_cat_matsuba.jpg);
}
.ec-categoryHeaderRole.cat_1001 {
  background-image: url(../img/product/bg_cat_kasumigani.jpg);
}
.ec-categoryHeaderRole.cat_1002 {
  background-image: url(../img/product/bg_cat_kanisuki.jpg);
}
.ec-categoryHeaderRole.cat_4 {
  background-image: url(../img/product/bg_cat_ika-ebi.jpg);
}
.ec-categoryHeaderRole.cat_5 {
  background-image: url(../img/product/bg_cat_jizakana.jpg);
}
.ec-categoryHeaderRole.cat_6 {
  background-image: url(../img/product/bg_cat_kai-kaisou.jpg);
}
.ec-categoryHeaderRole.cat_7 {
  background-image: url(../img/product/bg_cat_other.jpg);
  background-position: center bottom;
}
.ec-categoryHeaderRole.cat_9 {
  background-image: url(../img/product/bg_cat_wadatsumi.jpg);
}
.ec-categoryHeaderRole.cat_10 {
  background-image: url(../img/product/bg_cat_gyomu.jpg);
}
.ec-categoryHeaderRole.cat_11 {
  background-image: url(../img/product/bg_cat_wakeari.jpg);
}
.ec-categoryHeaderRole.cat_1003 {
  background-image: url(../img/product/bg_cat_koujinogyosyo.jpg);
}
.ec-categoryHeaderRole.cat_1004 {
  background-image: url(../img/product/bg_cat_mukashinori.jpg);
}
.ec-categoryHeaderRole.cat_1005 {
  background-image: url(../img/product/bg_cat_tsukudani.jpg);
}
.ec-categoryHeaderRole.cat_1007 {
  background-image: url(../img/product/bg_cat_kandume.jpg);
}
.ec-categoryHeaderRole .ec-categoryHeaderRole__image {
  position: relative;
  height: 400px;
}
.ec-categoryHeaderRole .ec-categoryHeaderRole__category_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/product/bg_cat_title.svg) no-repeat center center/contain;
  z-index: 2;
}
.ec-categoryHeaderRole .ec-categoryHeaderRole__category_name .category_name {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}

@media only screen and (max-width: 990px) {
  .ec-searchnavRole {
    padding: 0 10px;
  }
}
.ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath {
  border-top: none;
  border-bottom: none;
  padding: 10px 0 0 0;
}
.ec-searchnavRole .ec-searchnavRole__topicpath .ec-topicpath:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.ec-shelfGrid .ec-shelfGrid__item {
  width: 250px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd), .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding: 8px;
}
@media only screen and (max-width: 990px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 425px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
  }
}
.ec-shelfGrid .ec-shelfGrid__item .deliv_badge .badge {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
}
.ec-shelfGrid .ec-shelfGrid__item .deliv_badge .badge-cool {
  background: #9dbfd1;
}
.ec-shelfGrid .ec-shelfGrid__item .deliv_badge .badge-ice {
  background: #0d6d94;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-name {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2em;
  font-weight: 600;
  min-height: 2.5em;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1;
  max-width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  max-width: unset;
}

.ec-imageGrid {
  display: flex;
  align-items: start;
}
.ec-imageGrid .ec-imageGrid__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1;
  max-width: 100%;
}
.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-imageGrid .ec-imageGrid__content {
  margin-top: 5px;
}
.ec-imageGrid .ec-imageGrid__content .deliv_badge .badge {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
}
.ec-imageGrid .ec-imageGrid__content .deliv_badge .badge-cool {
  background: #9dbfd1;
}
.ec-imageGrid .ec-imageGrid__content .deliv_badge .badge-ice {
  background: #0d6d94;
}

.ec-productRole {
  margin-top: 65px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 990px) {
  .ec-productRole {
    margin-top: 0;
  }
}
.ec-productRole__container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.ec-productRole__container .col_productImage {
  width: 65%;
  order: 1;
}
.ec-productRole__container .col_productImage .ec-sliderItemRole {
  padding-left: 0;
  padding-right: 0;
}
.ec-productRole__container .col_productInfo {
  width: 65%;
  order: 3;
  display: flex;
  justify-content: space-between;
}
.ec-productRole__container .col_productInfo .side_menu_container {
  width: 210px;
}
.ec-productRole__container .col_productInfo .product_info {
  width: calc(100% - 210px - 20px);
}
.ec-productRole__container .col_productCart {
  width: 35%;
  order: 2;
}
@media only screen and (max-width: 990px) {
  .ec-productRole__container .col_productImage,
  .ec-productRole__container .col_productInfo,
  .ec-productRole__container .col_productCart {
    width: 100%;
  }
  .ec-productRole__container .col_productInfo .product_info {
    width: 100%;
  }
  .ec-productRole__container .col_productInfo .side_menu_container {
    display: none;
  }
}
.ec-productRole #order_fixed_wrap {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.ec-productRole #order_button_container {
  background: #fff;
}
.ec-productRole #order_button_container .ec-productRole__btn {
  margin-bottom: 0;
}
.ec-productRole .slick-slider {
  border-bottom: 1px solid #eee;
}
.ec-productRole .slick-slider .slick-list .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1;
  max-width: 100%;
}
.ec-productRole .slick-slider .slick-list .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-productRole .item_nav .slideThumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 6px);
  aspect-ratio: 1;
  max-width: 100%;
  margin: 3px;
}
.ec-productRole .item_nav .slideThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ec-productRole .ec-productRole__profile .deliv_badge .badge {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
}
.ec-productRole .ec-productRole__profile .deliv_badge .badge-cool {
  background: #9dbfd1;
}
.ec-productRole .ec-productRole__profile .deliv_badge .badge-ice {
  background: #0d6d94;
}
.ec-productRole .ec-productRole__profile .deliv_badge {
  margin-bottom: 5px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
}
.ec-productRole .ec-productRole__price {
  border: none;
  padding: 0;
}
.ec-productRole .ec-productRole__price .ec-price__price {
  font-size: 2rem;
  color: #d33516;
}
.ec-productRole .ec-productRole__code {
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  padding: 0.5em;
}
.ec-productRole .ec-productRole__actions .ec-select label {
  width: 100%;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  width: 100%;
  min-width: unset;
}
.ec-productRole .ec-productRole__actions_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-productRole .ec-productRole__actions_sub .ec-numberInput input[type=number] {
  margin-bottom: 0;
}
.ec-productRole .ec-productRole__actions_sub .ec-numberInput .btn_plus, .ec-productRole .ec-productRole__actions_sub .ec-numberInput .btn_minus {
  border: 1px solid #ccc;
}
.ec-productRole .ec-productRole__actions_sub .ec-favoriteBtn a {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
.ec-productRole .ec-productRole__actions_sub .ec-favoriteBtn .favorite:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  line-height: 1;
  background: url(../img/common/ico_heart.svg) no-repeat center center/contain;
}
.ec-productRole .ec-productRole__actions_sub .ec-favoriteBtn .favorite.added:after {
  background-image: url(../img/common/ico_heart_on.svg);
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  min-width: unset;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action.add-cart {
  background-color: #d33516;
  border-color: #d33516;
}
.ec-productRole .ec-productRole__freearea {
  margin-bottom: 30px;
}
.ec-productRole .ec-productRole__spec table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ec-productRole .ec-productRole__spec table th, .ec-productRole .ec-productRole__spec table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
}
.ec-productRole .ec-productRole__spec table th {
  width: 30%;
  background: #eee;
  text-align: center;
}
.ec-productRole .ec-productRole__spec table td {
  width: 70%;
}
.ec-productRole .ec-productRole__category {
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.ec-productRole .ec-productRole__category > div:first-child {
  font-weight: bold;
}
.ec-productRole .ec-productRole__delivery {
  border: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.ec-productRole .ec-productRole__delivery > div:first-child {
  font-weight: bold;
}
.ec-productRole #product_desc_container {
  margin-top: 1em;
  overflow-y: auto;
  white-space: normal;
  word-break: break-word;
}
@media only screen and (max-width: 990px) {
  .ec-productRole #product_desc_container {
    max-height: unset;
    overflow-y: unset;
  }
}
.ec-productRole .ec-productRole__freearea {
  margin-top: 1em;
}

.ec-favoriteRole__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1;
  max-width: 100%;
}
.ec-favoriteRole__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__name .deliv_badge .badge {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
}
.ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__name .deliv_badge .badge-cool {
  background: #9dbfd1;
}
.ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__name .deliv_badge .badge-ice {
  background: #0d6d94;
}
.ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  aspect-ratio: 1;
  max-width: 100%;
}
.ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 990px) {
  .ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    aspect-ratio: 1;
    max-width: 100%;
  }
  .ec-cartRole .ec-cartRow__contentColumn .ec-cartRow__img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.ec-cartRole__total .yen_mark {
  font-size: 1rem;
}
.ec-cartRole .ec-cartRole__cart {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.ec-cartRole .ec-cartRole__cart:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.ec-cartCompleteRole .ec-reportHeading:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 180px;
  height: 300px;
  background: url(../img/common/logo_main.svg) no-repeat center center/contain;
}

.ec-guideRole p {
  line-height: 1.8em;
  margin: 0 1em;
}
.ec-guideRole .message {
  margin: 2em auto;
  text-align: center;
}
.ec-guideRole img {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  padding: 20px;
}
.ec-guideRole__menuItem {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ec-guideRole__menuItem li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ec-guideRole__menuItem li {
    width: auto;
  }
}
.ec-guideRole section[id] {
  padding-top: 80px;
  margin-top: -80px;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole section[id] {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.ec-guideRole .guide_section > section {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 990px) {
  .ec-guideRole .guide_section > section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 991px) {
  .ec-guideRole .guide_section .sub_section {
    padding: 0 2em;
    margin-bottom: 2em;
  }
}
.ec-guideRole .guide_section h2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #3e3a39;
  font-family: number, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole .guide_section h2 {
    font-size: 1.8rem;
  }
}
.ec-guideRole .guide_section h2:before, .ec-guideRole .guide_section h2:after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  border-bottom: 1px solid #3e3a39;
}
@media only screen and (max-width: 990px) {
  .ec-guideRole .guide_section h2:before, .ec-guideRole .guide_section h2:after {
    width: 10%;
  }
}
.ec-guideRole .guide_section:first-child {
  margin-top: 300px;
}
.ec-guideRole .guide_section h3 {
  text-align: left;
  color: #3e3a39;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px solid #3e3a39;
  padding-bottom: 0.25em;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole .guide_section h3 {
    font-size: 1.4rem;
  }
}
.ec-guideRole .guide_section h4 {
  color: #3e3a39;
  font-weight: bold;
  border-top: 2px solid #3e3a39;
  border-bottom: 2px solid #3e3a39;
  padding: 0.5em 0.75em;
  margin-top: 1.75em;
}
.ec-guideRole .guide_section h5 {
  color: #fff;
  font-weight: bold;
  background: #3e3a39;
  padding: 0.5em 0.75em;
  margin-top: 1.75em;
}
.ec-guideRole .guide_section .btn-entry {
  margin-top: 20px;
  display: inline-block;
}
.ec-guideRole .guide_section table {
  font-size: 0.8rem;
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  margin-top: 1em;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole .guide_section table {
    font-size: 1em;
    width: 700px;
  }
}
.ec-guideRole .guide_section table th, .ec-guideRole .guide_section table td {
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  text-align: center;
  padding: 0.25em 0.75em;
}
.ec-guideRole .guide_section table th {
  background: #3e3a39;
  color: #fff;
}
.ec-guideRole .guide_section table.bankinfo th {
  width: 30%;
}
.ec-guideRole .guide_section .badge {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
}
.ec-guideRole .guide_section .badge-normal {
  background: #517c1f;
}
.ec-guideRole .guide_section .badge-cool {
  background: #9dbfd1;
}
.ec-guideRole .guide_section .badge-ice {
  background: #0d6d94;
}
.ec-guideRoleProgress {
  counter-reset: step1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-guideRoleProgress__item {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .ec-guideRoleProgress__item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 991px) {
  .ec-guideRoleProgress__item {
    width: 16.6666666667%;
  }
}
.ec-guideRoleProgress__item:not(:last-child):after {
  display: block;
  content: "";
  width: 0;
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  width: 0;
  height: 0;
  margin-top: 10px;
}
.ec-guideRoleProgress__item a {
  display: block;
  width: 90%;
  color: inherit;
}
.ec-guideRoleProgress__item a:hover {
  text-decoration: none;
}
.ec-guideRoleProgress__item .step_container {
  border-radius: 10px;
  border: 2px solid #ccc;
  text-align: center;
  overflow: hidden;
}
.ec-guideRoleProgress__item .step_container:before {
  counter-increment: step1;
  content: "Step" counter(step1);
  display: block;
  background: #3e3a39;
  color: #fff;
  padding: 0.25em;
}
.ec-guideRoleProgress__item .step_container .step_name {
  padding: 0.25em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-guideRole #order_flow {
  counter-reset: step2;
}
.ec-guideRole #order_flow .step_section .step_title {
  border-radius: 50px;
  border: 2px solid #3e3a39;
  display: flex;
  overflow: hidden;
  color: #3e3a39;
  padding: 0;
}
.ec-guideRole #order_flow .step_section .step_title:before, .ec-guideRole #order_flow .step_section .step_title .step_name {
  font-size: 1.1rem;
  padding: 0.25em 1em;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole #order_flow .step_section .step_title:before, .ec-guideRole #order_flow .step_section .step_title .step_name {
    font-size: 1.2rem;
    padding: 0.25em 1.75em;
  }
}
.ec-guideRole #order_flow .step_section .step_title:before {
  counter-increment: step2;
  content: "Step" counter(step2);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3e3a39;
  color: #fff;
}
.ec-guideRole #order_flow .step_section .step_title .step_name {
  display: block;
  color: #3e3a39;
  font-weight: bold;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole #order_flow .step_section .sub_description {
    padding: 0 30px;
  }
}
.ec-guideRole #order_flow .step_section .sub_description h5 {
  width: 400px;
  max-width: 90%;
  text-align: center;
  border-radius: 20px;
  margin-right: auto;
}
.ec-guideRole #order_flow .step_section .sub_description ul {
  list-style: none;
}
.ec-guideRole #order_flow .step_section .step_description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec-guideRole #order_flow .step_section .step_description p, .ec-guideRole #order_flow .step_section .step_description .img {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole #order_flow .step_section .step_description p, .ec-guideRole #order_flow .step_section .step_description .img {
    width: 48%;
  }
}
.ec-guideRole #order_flow .step_section .step_description p.full, .ec-guideRole #order_flow .step_section .step_description .img.full {
  width: 100%;
}
.ec-guideRole #order_flow .step_section .step_description p .attention, .ec-guideRole #order_flow .step_section .step_description .img .attention {
  color: #d85b3d;
  font-weight: bold;
}
.ec-guideRole #order_flow .step_section .step_description .img img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole #order_flow .delivery_method_list li {
    text-align: left;
  }
}
.ec-guideRole #payment .bankinfo_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .ec-guideRole #payment .bankinfo_list .bankinfo {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.ec-guideRole #payment .bankinfo_list .bankinfo td {
  text-align: left;
}
.ec-guideRole #contact .contact_box_wrapper {
  width: 600px;
  max-width: 90%;
  border-radius: 30px;
  border: 2px solid #3e3a39;
  overflow: hidden;
  margin: 20px auto;
}
.ec-guideRole #contact .contact_box_wrapper .contact_box {
  display: block;
  text-align: center;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 1.3rem;
  color: inherit;
  transition: 0.5s ease;
}
@media only screen and (max-width: 990px) {
  .ec-guideRole #contact .contact_box_wrapper .contact_box {
    font-size: 1rem;
  }
}
.ec-guideRole #contact .contact_box_wrapper .contact_box:before {
  display: block;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 2.6rem;
  color: #3e3a39;
}
.ec-guideRole #contact .contact_box_wrapper .contact_box:hover, .ec-guideRole #contact .contact_box_wrapper .contact_box:focus, .ec-guideRole #contact .contact_box_wrapper .contact_box:active {
  outline: none;
  text-decoration: none;
  background: #ffffd6;
}

.ec-role.tradelaw .ec-borderedDefs {
  border-top: none;
}
.ec-role.tradelaw .ec-borderedDefs dl[id] {
  margin-top: -120px;
  padding-top: 120px;
}
.ec-role.tradelaw .ec-borderedDefs dt {
  padding-top: 0.5em;
}
.ec-role.tradelaw .ec-borderedDefs dd {
  line-height: 2;
}

.ec-orderRole .ec-orderPayment .ec-radio p > img {
  width: auto;
}
.ec-orderRole .ec-totalBox {
  margin-bottom: 0;
}
.ec-orderRole .ec-totalBox__total .yen_mark, .ec-orderRole .ec-totalBox__paymentTotal .yen_mark {
  font-size: 1rem;
}
.ec-orderRole .ec-totalBox .attention {
  font-size: 0.9rem;
  color: #DE5D50;
  background: #fff;
  padding: 0.5em;
  margin-bottom: 10px;
}/*# sourceMappingURL=customize.css.map */