@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
body {
  color: #222;
  font-size: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#AmazonPayButton img {
  margin-left: 0;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
h2.title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 15px;
}

.header-fixedmenu h1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.ec-shelfRole,
.ec-featuredProductsRole {
  padding: 0px;
}

.ec-searchnavRole {
  padding-left: 0px;
  padding-right: 0px;
}

.ec-headerMenu .ec-headerMenu__item > a {
  padding: 29px 10px;
}

body.scrolled .ec-headerMenu .ec-headerMenu__item > a {
  padding: 4px 10px;
}

.ec-headerMenu .ec-headerMenu__item > a:hover {
  background-color: unset;
  color: #222;
}

.ec-childCategoryRole {
  padding: 0px;
}

.productItem_description {
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px !important;
  color: #5e5e5e;
  font-weight: normal;
}

.ec-price .ec-price__price {
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 767px) {
  .ec-shelfGrid {
    justify-content: space-between;
  }

  .ec-shelfGrid > li {
    width: calc(50% - 15px) !important;
    margin-left: 0px;
    margin-top: 0px;
  }
}
.ec-productItemRole__image img {
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.6s;
  margin: 3px;
  width: calc(100% - 6px) !important;
}
.ec-productItemRole__image img:hover {
  transform: scale(1) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.ec-productItemRole .ec-productItemRole__image .productItem_stockout {
  width: calc(100% - 6px) !important;
  left: 3px;
  bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .ec-searchnavRole {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }

  .ec-productRole {
    padding-left: 0;
    padding-right: 0;
  }
}
.ec-layoutRole__contents {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
.ec-layoutRole__main {
  width: 1185px;
  max-width: 100%;
}
.ec-layoutRole__left {
  padding-left: 0px !important;
}
.ec-layoutRole__left .sidebar-left {
  width: 299px;
}
.ec-layoutRole__left .sidebar-left__block {
  line-height: 2.5em;
  margin-bottom: 90px;
}
.ec-layoutRole__left .sidebar-left__block.brand {
  font-family: "Josefin Sans", sans-serif;
}
.ec-layoutRole__left .sidebar-left__block.left-banner {
  max-width: 240px;
  overflow: hidden;
}
.ec-layoutRole__left .sidebar-left__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  max-width: 205px;
}
.ec-layoutRole__left .sidebar-left__list {
  font-size: 15px;
}
.ec-layoutRole__mainWithColumn {
  width: calc(100% - 299px);
}

@media (max-width: 768px) {
  .ec-layoutRole__contents {
    justify-content: center;
  }

  .ec-layoutRole__mainWithColumn, .ec-layoutRole__main {
    width: 92%;
  }
}
.ec-layoutRole .ec-headerRole {
  max-width: 1185px;
}
.ec-layoutRole__header {
  background-color: #fff;
}

.ec-headerRole__logo-center {
  display: none !important;
}

.ec-headerMenu__item > a {
  font-family: "Josefin Sans", sans-serif !important;
}

.ec-headerNav__item > a {
  font-family: "Josefin Sans", sans-serif !important;
}
.ec-headerNav__item.has-submenu {
  position: initial;
  height: 100px;
  display: flex;
  align-items: center;
}
.ec-headerNav__item.has-submenu .submenu {
  max-width: 100vw;
  padding-top: 0px;
  pointer-events: auto;
}
.ec-headerNav__item.has-submenu .submenu__body {
  width: 100vw;
  height: 500px;
  background: #222222;
  padding-top: 50px;
  padding-bottom: 40px;
}
.ec-headerNav__item.has-submenu .submenu__wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}
.ec-headerNav__item.has-submenu .submenu .wrap-brand {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
}
.ec-headerNav__item.has-submenu .submenu .wrap-brand .submenu__lists {
  border-right: none;
}
.ec-headerNav__item.has-submenu .submenu__lists {
  border-right: 1px solid #fff;
  flex: 1;
}
.ec-headerNav__item.has-submenu .submenu__lists:last-child {
  border-right: none;
}
.ec-headerNav__item.has-submenu .submenu__brand {
  height: 90px;
}
.ec-headerNav__item.has-submenu .submenu__brand img {
  width: fit-content;
}
.ec-headerNav__item.has-submenu .submenu__list {
  padding: 0px 0 10px 60px;
  display: flex;
  flex-direction: column;
}
.ec-headerNav__item.has-submenu .submenu .list-three {
  padding: 0px 0 10px 80px;
}
.ec-headerNav__item.has-submenu .submenu .list-three.comming-soon .item-text {
  color: #777 !important;
}
.ec-headerNav__item.has-submenu .submenu .list-three.comming-soon img {
  opacity: 0.5 !important;
}
.ec-headerNav__item.has-submenu .submenu__listItem {
  margin-bottom: 35px;
}
.ec-headerNav__item.has-submenu .submenu__listItem:last-child {
  margin-bottom: 0;
}
.ec-headerNav__item.has-submenu .submenu__listItem a {
  display: flex;
  align-items: center;
}
.ec-headerNav__item.has-submenu .submenu__listItem a > div:nth-child(1) {
  width: 26px;
}
.ec-headerNav__item.has-submenu .submenu__listItem a > div:nth-child(1) img {
  max-width: 100%;
  width: unset;
  margin-left: 0;
}
.ec-headerNav__item.has-submenu .submenu__listItem .item-text {
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
}

body.scrolled .ec-headerNav__item.has-submenu .submenu {
  padding-top: 0;
}

.ec-headerNav__item {
  margin-right: 20px;
}
.ec-headerNav__search {
  display: flex;
  align-items: center;
  margin-right: 30px;
  border-bottom: 1px solid #000;
}
.ec-headerNav__searchInput {
  background: none;
  border: none;
  outline: none;
  color: #a7a7a7;
}
.ec-headerNav__searchInput::placeholder {
  color: #a7a7a7;
}
.ec-headerNav__searchBtn {
  background: none;
  border: none;
  outline: none;
}
.ec-headerNav__searchBtn .fa-search {
  color: #a7a7a7;
}

.about-us__cover {
  margin-bottom: 85px;
}
.about-us__introduce {
  margin-bottom: 100px;
}
.about-us .introduce-card,
.about-us .brand-card {
  display: flex;
  align-items: center;
}
.about-us .introduce-card .card-image,
.about-us .brand-card .card-image {
  max-width: 600px;
  overflow: hidden;
  flex: 1;
}
.about-us .introduce-card .card-content,
.about-us .brand-card .card-content {
  width: 49%;
}
.about-us .introduce-card .card-content__title,
.about-us .brand-card .card-content__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.about-us .introduce-card .card-content__desc,
.about-us .brand-card .card-content__desc {
  padding: 0 30px 0 40px;
  font-size: 14.7px;
  line-height: 1.7;
  font-weight: 500;
}
.about-us .introduce-02 {
  flex-direction: row-reverse;
}
.about-us .introduce-02 .card-image {
  max-width: 585px;
}
.about-us .introduce-02 .card-content {
  width: 50%;
}
.about-us__brand {
  margin-bottom: 130px;
}
.about-us__brand .brand-card .card-content__title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.about-us__brand .brand-card .card-content__desc {
  padding: 0 30px;
  font-size: 14.5px;
}
.about-us__brand .brand-card .card-content__link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 35px;
}
.about-us__brand .brand-card .card-content__link .btn-link {
  font-size: 15px;
  padding: 8px 50px;
  background-color: #adadad;
  color: #fff;
}
.about-us__brand .brand-card .card-content__link .link-right {
  margin-left: 10px;
  font-size: 14px;
  background-color: #222222;
}
.about-us .brand-02 {
  flex-direction: row-reverse;
}
.about-us .brand-02 .card-image {
  max-width: 585px;
}
.about-us .title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
}
.about-us__guaranteed {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.about-us__guaranteed .guaranteed-image {
  margin-right: 50px;
  width: 45%;
}
@media (max-width: 768px) {
  .about-us__guaranteed .guaranteed-image {
    width: 100%;
  }
}
.about-us__guaranteed .guaranteed-content {
  flex: 1;
}
.about-us__guaranteed .guaranteed-content__title {
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.about-us__guaranteed .guaranteed-content__desc {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.brand-info__top {
  display: flex;
  align-items: flex-start;
}
.brand-info__top .top-image {
  width: 590px;
}
.brand-info__top .top-content {
  width: 50%;
}
.brand-info__top .top-content__inner {
  padding-left: 50px;
}
.brand-info__top .top-content__title {
  width: fit-content;
  margin: 15px auto 45px;
}
.brand-info__top .top-content__desc {
  margin-bottom: 50px;
  font-size: 15px;
}
.brand-info__top .top-content__link {
  font-size: 15px;
}

.ec-footerRole .ec-footerRole__inner {
  max-width: 1185px;
  margin: 0 auto;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi {
  display: flex;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo {
  display: flex;
  flex-direction: column;
  margin-right: 130px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo .footer-text {
  margin-top: 45px;
  font-size: 20px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo .footer-social {
  margin-top: 45px;
  display: flex;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo .footer-social__item {
  margin-right: 15px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo .footer-social__item:last-child {
  margin-right: 0;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items {
  display: flex;
  line-height: 1.7;
  color: #fff;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-main {
  font-size: 18px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-extra {
  font-size: 14px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one {
  margin-right: 55px;
  font-family: "Josefin Sans", sans-serif;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two {
  margin-right: 45px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .products {
  font-family: "Josefin Sans", sans-serif;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-three {
  margin-right: 70px;
  font-family: "Josefin Sans", sans-serif;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .brand,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .products {
  margin-bottom: 35px;
}
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-media {
  display: none;
}

@media screen and (max-width: 767px) {
  .ec-headerRole__logo-left {
    display: none !important;
  }
  .ec-headerRole__logo-center {
    display: block !important;
  }

  .ec-layoutRole {
    padding-top: 73px;
  }

  .ec-drawerRole {
    background: #222222;
    color: #fff;
  }

  .ec-drawerMenu .ec-drawerMenu__item {
    border-bottom: none;
  }
  .ec-drawerMenu .ec-drawerMenu__item a {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #595959;
    border-top: none;
  }
  .ec-drawerMenu .ec-drawerMenu__item a::before {
    display: none;
  }
  .ec-drawerMenu .ec-drawerMenu__item a::after {
    font-family: "jeiafont";
    content: "";
    float: right;
    margin-right: 15px;
    font-size: 0.9rem;
  }
  .ec-drawerMenu .ec-drawerMenu__category .categoyOpenBtn::after {
    font-family: "jeiafont";
    content: "";
    font-size: 0.9rem;
    top: 1.3rem;
    margin-right: 10px;
  }
  .ec-drawerMenu .ec-drawerMenu__category .categoyOpenBtn.is-open::after {
    font-family: "jeiafont";
    content: "";
    transform: rotate(0);
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent {
    background-color: #333333;
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent .cate-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    font-size: 1rem;
    padding-left: 20px;
    border-bottom: 1px solid #595959;
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent .cate-item .cate-image {
    width: 26px;
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent .cate-item .cate-image img {
    max-width: 100%;
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent .cate-item::after {
    display: block;
    font-family: "jeiafont";
    content: "";
    flex: 1;
    text-align: right;
  }
  .ec-drawerMenu .ec-drawerMenu__category .parent .cate-item .cate-text {
    margin-left: 4.557vw;
  }
  .ec-drawerMenu .brand a::after,
.ec-drawerMenu .products a::after {
    display: none;
  }

  .ec-cartNavi a {
    border: none !important;
  }

  .smt-header-menu {
    position: initial;
    height: auto;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
  }
  .smt-header-menu__search {
    padding: 2vw 4vw;
    position: relative;
  }
  .smt-header-menu__searchInput {
    width: 100%;
    height: 40px;
    padding: 0 4vw 0 2.6vw;
    background: #fff;
    color: #a7a7a7;
    border: none;
    outline: none;
  }
  .smt-header-menu__searchInput::placeholder {
    color: #a7a7a7;
  }
  .smt-header-menu__searchBtn {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
    background: none;
    border: none;
    outline: none;
  }
  .smt-header-menu__searchBtn .fa-search {
    color: #a7a7a7;
  }
  .smt-header-menu__tag {
    padding: 1.6vw 0 1.6vw;
    background: #fff;
  }
  .smt-header-menu__tag ul {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .smt-header-menu__tag ul li {
    display: inline-block;
    margin: 3px;
    background: #f5f5f5;
    border-radius: 3px;
  }
  .smt-header-menu__tag ul li:last-child {
    margin-right: 5px;
  }
  .smt-header-menu__tag ul li:first-child {
    margin-left: 5px;
  }

  .about-us__cover {
    max-width: 620px;
    margin-bottom: 14vw;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us__introduce {
    margin-bottom: 19.5vw;
  }
  .about-us .introduce-card,
.about-us .brand-card {
    max-width: 620px;
    margin: auto;
    margin-bottom: 8.8vw;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .about-us .introduce-card .card-image,
.about-us .brand-card .card-image {
    max-width: 620px;
    height: auto;
  }
  .about-us .introduce-card .card-content,
.about-us .brand-card .card-content {
    width: 100%;
  }
  .about-us .introduce-card .card-content__title,
.about-us .brand-card .card-content__title {
    font-size: 4.12vw;
    margin-top: 6.6vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .about-us .introduce-card .card-content__desc,
.about-us .brand-card .card-content__desc {
    font-size: 3.4vw;
    padding: 0;
    margin-bottom: 7.3vw;
  }
  .about-us .introduce-02 .card-image {
    width: 100%;
  }
  .about-us .introduce-02 .card-content__desc {
    margin-bottom: 0;
  }
  .about-us__brand {
    margin-bottom: 22vw;
  }
  .about-us__brand .brand-card {
    width: 100%;
    height: auto;
  }
  .about-us__brand .brand-card .card-content__title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us__brand .brand-card .card-content__desc {
    font-size: 3.3vw;
    padding: 0;
  }
  .about-us__brand .brand-card .card-content__link {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 0;
  }
  .about-us__brand .brand-card .card-content__link .btn-link {
    font-size: 3.4vw;
    padding: 8px 0;
    text-align: center;
  }
  .about-us__brand .brand-card .card-content__link .link-left {
    flex: 1;
  }
  .about-us__brand .brand-card .card-content__link .link-right {
    flex: 1;
    font-size: 3.4vw;
  }
  .about-us .brand-02 .card-image {
    min-width: 100%;
  }
  .about-us .title {
    margin-bottom: 7.3vw;
    font-size: 5.3vw;
  }
  .about-us__guaranteed {
    flex-direction: column;
    width: 100%;
  }
  .about-us__guaranteed .guaranteed-image {
    margin-right: 0;
    margin-bottom: 11.7vw;
  }
  .about-us__guaranteed .guaranteed-content {
    flex: 1;
  }
  .about-us__guaranteed .guaranteed-content__title {
    padding-bottom: 1.5vw;
    font-size: 3.67vw;
    margin-bottom: 4.4vw;
    border-bottom: 1px solid #707070;
  }
  .about-us__guaranteed .guaranteed-content__desc {
    font-size: 3.25vw;
    text-align: justify;
  }

  .brand-info__top {
    flex-direction: column;
  }
  .brand-info__top .top-image {
    width: 100%;
  }
  .brand-info__top .top-content {
    width: 100%;
  }
  .brand-info__top .top-content__inner {
    padding-left: 0;
  }
  .brand-info__top .top-content__title {
    margin: 7.35vw auto 8.8vw;
  }
  .brand-info__top .top-content__desc {
    margin-bottom: 5.9vw;
    font-size: 3.5vw;
  }
  .brand-info__top .top-content__link {
    font-size: 3vw;
    text-align: right;
  }

  .footerbanner-area2 {
    padding: 6.5vw 0 !important;
  }
  .footerbanner-area2 .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footerbanner-area2 .inner img {
    margin-bottom: 0;
  }
  .footerbanner-area2__item {
    margin-bottom: 4vw;
    text-align: start !important;
  }
  .footerbanner-area2__item a {
    display: flex;
    align-items: center;
  }
  .footerbanner-area2__item a span {
    flex: 1;
    margin-left: 5.2vw;
    font-weight: 500;
  }

  .ec-footerRole {
    padding: 11.068vw 0 0;
  }
  .ec-footerRole .ec-footerRole__inner {
    max-width: 100%;
  }
  .ec-footerRole .ec-footerNavi {
    border-top: none;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi {
    flex-direction: column-reverse;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo {
    margin: auto;
    padding-top: 15.625vw;
    align-items: center;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi__logo .footer-logo {
    width: 29.3vw;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items {
    flex-direction: column;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-main,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-extra {
    font-size: 3.5vw;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .brand,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .products,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .about-us,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .pick-up,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .topics {
    font-size: 4.557vw;
    margin-bottom: 0;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .products {
    padding-top: 10.5vw !important;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-media {
    display: block;
    font-size: 4.557vw;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two {
    margin-right: 0;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one .item-main,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one .item-extra,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .item-main,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .item-extra {
    display: flex;
    padding-top: 4.557vw;
    padding-bottom: 4.557vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one .item-main::after,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one .item-extra::after,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .item-main::after,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .item-extra::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-right: 3.25vw;
    flex: 1;
    text-align: end;
    font-weight: 900;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-one .item-4::after,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-two .item-4::after {
    content: "" !important;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-three {
    margin-right: 0;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-three .item-main {
    padding-top: 7.5vw;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-four {
    margin-right: 0;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .item-four .item-extra {
    padding-top: 5.9vw;
  }
  .ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .brand::after,
.ec-footerRole .ec-footerNavi__contain .ec-footer-navi .ec-footer-list__items .products::after {
    content: "" !important;
  }
  .ec-footerRole .mr-30 {
    margin-left: 4vw;
  }
  .ec-footerRole .pr-30 {
    padding-left: 4vw;
  }

  .ec-footerGuide {
    max-width: 100%;
  }
  .ec-footerGuide .ec-footerGuide__item {
    padding-bottom: 4.557vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ec-footerGuide .ec-footerGuide__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .ec-footerGuide .ec-footerGuide__itemIcon {
    margin-right: 5.2vw;
  }

  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 2.344vw;
  }
}
@media only screen and (max-width: 1279px) {
  .ec-headerRole {
    position: initial;
  }

  .ec-headerNav__item.has-submenu .submenu__list {
    padding: 50px 0 10px 5.8vw;
  }
  .ec-headerNav__item.has-submenu .submenu .list-three {
    padding: 50px 0 10px 7.8vw;
  }
}
@media only screen and (min-width: 1280px) {
  body#page_homepage .ec-layoutRole .ec-layoutRole__header {
    background-color: #fff;
  }

  .ec-headerRole {
    padding: 0;
  }
  .ec-headerRole .ec-headerRole__center {
    flex: 1 1 17%;
    place-content: flex-start;
  }
  .ec-headerRole .ec-headerRole__left {
    flex: 1 1 70%;
    margin-left: 35px;
  }
  .ec-headerRole__logo-left {
    height: inherit;
  }

  .ec-footerRole {
    padding-top: 50px;
  }
}
.mainvisual {
  position: relative;
}
.mainvisual__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual .ec-slickContainer {
  margin-top: 0;
  margin-bottom: 0;
}
.mainvisual .ec-slickContainer .item {
  transition: all 300ms ease;
}
.mainvisual .ec-slickContainer .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.brand-logo {
  text-align: center;
  padding: 60px 0;
  max-width: 92%;
  margin: 0 auto;
}
.brand-logo__title {
  margin-bottom: 30px;
}
.brand-logo__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-logo__img li {
  margin: 0 25px;
}
.brand-logo__img li a {
  display: block;
}

@media (max-width: 768px) {
  .brand-logo {
    text-align: left;
  }

  .brand-logo__img li {
    margin: 0 5px;
  }
}
.brand_page .brand-info {
  width: 92%;
  max-width: 1185px;
  margin: 0 auto;
}
.brand_page .brand-info#brand_search_form {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .brand_page .brand-info#brand_search_form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.block {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.block a:hover {
  color: inherit;
  text-decoration: none;
}
.block img.product-img {
  transition: 0.6s;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.6s;
  margin: 3px;
  width: calc(100% - 6px) !important;
}
.block img.product-img:hover {
  transform: scale(1) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.block__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.block__title a {
  font-weight: normal;
  font-size: 15px;
  color: #7ea2a5;
}
.block__title a:hover {
  text-decoration: none;
}
.block__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.block__list li {
  width: calc((100% - 45px) / 4);
  margin-left: 0px;
  margin-right: 15px;
}
.block__list li:nth-child(4n) {
  margin-right: 0;
}
.block__list li:last-of-type {
  margin-right: 0;
}
.block__list li .ec-productItemRole__content {
  font-family: "Josefin Sans", sans-serif;
}
.block__list li .ec-productItemRole__content > p {
  font-size: 13px;
}
.block__list li .ec-productItemRole__content .productItem_name {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
}
.block__list .productItem_price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
}
.block__list .productItem_price .ec-price_in {
  font-family: "Josefin Sans", sans-serif;
}
.block__list .productItem_price .ec-price_in:before {
  display: none;
}
.block__list .item_name {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}
.block__list .item_name .description_list {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: normal;
  margin-bottom: 10px;
}
.block.pickup .block__list li, .block.product .block__list li {
  width: calc((100% - 30px) / 3);
}
.block.pickup .block__list li:nth-child(3n), .block.product .block__list li:nth-child(3n) {
  margin-right: 0;
}
.block.product .block__list li {
  margin-bottom: 15px;
}
.block.topics .block__list {
  flex-direction: column;
}
.block.topics .block__list li {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.block.media-block {
  border-bottom: none;
}
.block.ec-role {
  padding-left: 0;
  padding-right: 0;
}
.block .ec-newsRole {
  max-width: 100%;
}
.block .ec-newsRole__newsItem {
  padding: 1.5rem 0 0rem;
  border-bottom: 1px solid #bbb;
}

.block.product .block__list li:nth-child(4n) {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .block {
    padding-bottom: 10px;
  }

  .block__list {
    justify-content: space-between;
  }

  .block .block__list li {
    margin-right: 0 !important;
    width: calc(50% - 15px) !important;
    margin-bottom: 15px;
  }

  .block.media-block .block__list li, .block.pickup .block__list li {
    display: none;
  }
  .block.media-block .block__list li:nth-child(1), .block.media-block .block__list li:nth-child(2), .block.pickup .block__list li:nth-child(1), .block.pickup .block__list li:nth-child(2) {
    display: block;
  }

  .block.topics {
    border-bottom: none;
  }
}
.footerbanner-area2 {
  background-color: #efefef;
  padding: 80px 0;
}
.footerbanner-area2__item {
  text-align: center;
}
.footerbanner-area2__item a img {
  width: 80px;
}
.footerbanner-area2__item a span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  .footerbanner-area2 .inner img {
    max-width: 60px;
  }
}
.ec-productRole__freearea {
  width: 100% !important;
}

.ec-productRole__tab {
  margin-top: 70px;
}
.ec-productRole__tab__nav {
  margin-bottom: 60px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #adadad;
}
.ec-productRole__tab__nav__item {
  color: #adadad;
  cursor: pointer;
  padding: 0px 30px;
}
.ec-productRole__tab__nav__item.active {
  color: #222;
}
.ec-productRole__tab__content {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}

@media (max-width: 480px) {
  .ec-productRole__tab__nav {
    margin-bottom: 30px;
    justify-content: space-around;
  }

  .ec-productRole__tab__nav__item {
    padding: 0px;
  }
}
.ec-productRole .ec-productRole__price .ec-price__price {
  font-family: "Josefin Sans", sans-serif;
}

.ec-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99999;
}
.ec-popup__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.ec-popup__panel {
  position: absolute;
  padding: 10px;
  width: 850px;
  max-width: 92%;
  max-height: 95vh;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.ec-popup__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
.ec-popup__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.ec-popup__banner {
  width: 25%;
  margin-right: 50px;
}
.ec-popup__body {
  width: calc(75% - 50px);
}
.ec-popup__button {
  text-align: right;
}
.ec-popup__button a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .ec-popup__content {
    flex-direction: column;
  }

  .ec-popup__banner {
    width: 100%;
    margin-right: 0px;
  }
  .ec-popup__banner img {
    max-width: 30%;
  }

  .ec-popup__body {
    width: 100%;
    margin-top: 30px;
  }

  .ec-popup__ttl {
    font-size: 1.2rem;
  }

  .ec-popup__content {
    padding: 20px 5px;
  }
}
@media (max-width: 350px) {
  .ec-popup__body {
    margin-top: 20px;
  }

  .ec-popup__banner img {
    max-width: 40%;
  }

  .ec-popup__content {
    padding: 0px 5px;
  }

  .ec-popup__ctt {
    font-size: 1rem;
  }
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/*# sourceMappingURL=style-new.css.map */
