/* カスタマイズ用CSS */
.ec-sliderRole {
  max-width: 100%;
  padding: 0;
}

.ec-eyecatchRole__introTitle {
  margin-bottom: .8em;
  font-size: 24px;
  font-weight: bold;
}

.ec-eyecatchRole__introEnTitle {
  margin-bottom: .8em;
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .ec-role.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .ec-role.flex.col-2 > * {
    width: 50%;
  }
  .ec-role.flex.col-2 > *:first-child {
    padding-right: 20px;
  }
  .ec-role.flex.col-2 > *:last-child {
    padding-left: 20px;
  }
  .ec-role.flex .ec-eyecatchRole__introEnTitle {
    width: 100%;
    margin-top: 45px;
    margin-bottom: .8em;
    font-size: 16px;
    font-weight: normal;
  }
  .ec-role.flex .ec-eyecatchRole__introTitle {
    width: 100%;
    margin-bottom: 1em;
    font-size: 26px;
    font-weight: bold;
  }

  .ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 0;
    padding-left: 5%;
    order: 2;
  }
  .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 1;
  }
}
.footer {
  margin-top: 80px;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
}
.footer * {
  font-size: 14px;
}
.footer ul, .footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top {
  padding: 40px 0;
  color: #FFFFFF;
  background-color: #1F1F1F;
}
.footer-top .footer-top__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}
.footer-top .footer-top__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .footer-top__list > * {
  width: 33.333%;
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #FFFFFF;
}
.footer-top .footer-top__list > *:first-child {
  padding-left: 0;
}
.footer-top .footer-top__list > *:last-child {
  padding-right: 0;
  border: none;
}
.footer-top .footer-top__list-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .footer-top__list-right {
  padding-left: 20px;
}
.footer-top .footer-top__list-icon i {
  font-size: 31px;
}
.footer-top .footer-top__list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 40px 0 20px;
  color: #FFFFFF;
}
.footer-bottom .footer-bottom__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}
.footer-bottom .footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list > * {
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #1F1F1F;
}
.footer-bottom .footer-bottom__list > *:first-child {
  padding-left: 0;
}
.footer-bottom .footer-bottom__list > *:last-child {
  padding-right: 0;
  border: none;
}
.footer-bottom .footer-bottom__list > * a {
  color: #fff;
}
.footer-bottom .footer-bottom__link > * {
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__link > *:last-child {
  margin-bottom: 0;
}
.footer-bottom .footer-bottom__address > * {
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__address > *:last-child {
  margin-bottom: 0;
}
.footer-bottom .footer-bottom__address-title {
  font-weight: bold;
}
.footer-bottom .footer-bottom__list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list-title a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.footer-bottom .footer-bottom__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-bottom .footer-bottom__sns-list > * {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.footer-bottom .footer-bottom__sns-list > *:last-child {
  margin-right: 0px;
}
.footer-bottom .footer-bottom__sns-icon {
  display: block;
}
.footer-bottom .footer-bottom__site-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.footer-bottom .footer-bottom__site-name * {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.footer-bottom .footer-bottom__copy {
  font-size: 12px;
  text-align: center;
}


/*************** 追加 ***************/

body a {
    color: #333;
}
body a:hover {
    text-decoration: none;
}
li {
    list-style: none;
}
.wrapper {
    max-width: 1090px;
    margin: auto;
}
@media only screen and (max-width: 1089px) {
    .wrapper {
        max-width: 1090px;
        margin: auto;
        padding: 0 20px;
    }
}
.ec-secHeading__en {
    font-family: 'Playfair Display', serif;
}

.btn-01 {
    display: block;
    font-size: 16px;
    font-weight: 0;
    color: white;
    background-color: #333;
    text-align: center;
    padding: 20px 0;
    vertical-align: middle;
    line-height: 1;
}

/***** mv *****/
.mv-area {
    margin-bottom: 80px;
}
.mv-area__img img {
  width: 100%;
}

/***** about *****/
.about {
    margin: 0 30px;
}
.about__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .about__inner {
        display: block;
        flex-wrap: nowrap;
    }
}
.about__img {
    width: 45%;
}
.about__img img {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .about__img {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
}
.about__cont {
    width: 55%;
    color: #333;
    padding-left: 5%;
}
@media only screen and (max-width: 768px) {
    .about__cont {
        width: 100%;
        color: #333;
        padding-left: 0;
    }
}
.about__title--en {
    margin-bottom: 0.8em;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}
.about__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1em;
}
.about__desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.about__btn {
    max-width: 200px;
    margin-left: auto;
    font-family: 'Playfair Display', serif;
}
.about__btn a {
    text-decoration: none;
}

/***** new_item02 *****/
.content-02 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px 30px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .content-02 {
    grid-template-columns: auto auto;
    gap: 20px 10px;
    padding: 0 20px;
  }
}
.content-02__container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-top: 15px;
}
.content-02__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .content-02__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content-02__price {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .content-02__price {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products-area {
    padding: 70px 0 50px;
}
@media only screen and (max-width: 767px) {
    .products-area {
        padding: 70px 20px 50px;
    }
}
.content-02 .ec-shelfRole__tags {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 10px;
}
.ec-shelfRole__tags > * {
    border: solid 1px #d7dadd;
    border-radius: 5px;
    background-color: #f5f7f8;
    line-height: 1;
    padding: 4px;
    margin-right: 10px;
}

/***** header *****/
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background-color: #f49600;
}
.ec-headerTitle .ec-headerTitle__title h1 a {
    font-family: 'Playfair Display', serif;
    color: #f49600;
}
.fa-user::before {
    color: #f49600;
}
.fa-heart::before {
    color: #f49600;
}
.fa-lock::before {
    color: #f49600;
}
.fa-shopping-cart::before {
    color: #f49600;
}
.ec-itemNav__contact {
    display: inline-block;
    padding: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: black;
}
.ec-itemNav__contact-sp {
    display: block;
    padding: 16px;
    line-height: 1.2;
    background-color: #f8f8f8;
    text-align: left;
    font-size: 16px;
}

/***** footer *****/
.footer-bottom {
    background-color: #f49600;
}
.footer-bottom__list li ul {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}
.footer-bottom__list li ul li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
}
.footer-bottom__list li ul li a {
    color: #fff;
}
.footer-bottom__list-link .site-link {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}
.footer-bottom__list-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 4px;
}
.footer-bottom .footer-bottom__list-title--logo {
    margin-bottom: 10px;
}
.footer-bottom .footer-bottom__list-title--logo a {
    font-family :'Yu Mincho',serif;
    font-size: 24px;
}
.footer-bottom__site-name {
    font-family: 'Playfair Display', serif;
}
.footer-bottom__address-title .fa-user::before {
    color: #fff;
}
.site-link {
    font-size: 16px;
}
.site-link::after {
    content: '\f2d2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}
.site-link__title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    margin-left: 2px;
    letter-spacing: 4px;
}
.site-link__title::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.footer-bottom__address-title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
    .footer-bottom .footer-bottom__list {
        display: block;
    }
    .footer-bottom .footer-bottom__list > * {
        width: 100%;
        padding: 20px 20px 20px;
        border-right: none;
        border-bottom: 1px solid #b28850;
    }
}