@import url("https://use.fontawesome.com/releases/v5.11.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* カスタマイズ用CSS */
.ec-role {
  color: #000;
}

.ec-sliderRole {
  max-width: 100%;
  padding: 0;
}

.ec-eyecatchRole__introTitle {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-weight: bold;
}

.ec-eyecatchRole__introEnTitle {
  margin-bottom: 0.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: 0.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%;
  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 #fff;
}
.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: #000;
}
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;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 750px;
    margin: auto;
    padding: unset;
  }
}
.ec-secHeading__en {
  font-family: "Roboto", sans-serif;
}

.btn-01 {
  display: block;
  font-size: 16px;
  font-weight: 0;
  color: white;
  background-color: #b59379;
  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: #000;
  padding-left: 5%;
}
@media only screen and (max-width: 768px) {
  .about__cont {
    width: 100%;
    color: #000;
    padding-left: 0;
  }
}
.about__title--en {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.about__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
}
.about__desc {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.about__btn {
  max-width: 260px;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}
.about__btn a {
  text-decoration: none;
}

/***** about02 *****/
.about02 {
  background-color: #f5f7f8;
  margin-bottom: 70px;
}
.about02__inner {
  padding: 50px 30px;
}
.about02__desc {
  line-height: 2;
  margin-bottom: 30px;
}
.about02__btn {
  max-width: 260px;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}
.about02__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;
  }
}
@media only screen and (max-width: 768px) {
  .content-02 {
    grid-template-columns: auto auto;
    gap: 20px 10px;
    padding: unset;
  }
}
.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;
  }
}
.content-02__img img {
  width: 100%;
}
.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: #b59379;
}
.ec-headerTitle .ec-headerTitle__title h1 a {
  font-family: "Roboto", sans-serif;
  color: #b59379;
}
.fa-user::before {
  color: #b59379;
}
.fa-heart::before {
  color: #b59379;
}
.fa-lock::before {
  color: #b59379;
}
.fa-shopping-cart::before {
  color: #b59379;
}
.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;
}

/***** aboutページ *****/
.mv--lower {
  margin: 40px 0 70px;
}
.mv--lower__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv--lower__inner {
    display: block;
    position: inherit;
  }
}
.mv--lower__img img {
  width: 100%;
}
.mv--lower__right {
  padding: 80px 40px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-17%, -50%);
  width: 60%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mv--lower__right {
    position: inherit;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding: 40px 20px 30px;
  }
}

.ec-off1Grid .ec-off1Grid__cell {
  margin: auto;
  width: 100%;
}
.ec-off1Grid__cell .ec-borderedDefs {
  border-top: 1px solid #b59379;
  color: #000;
}
.ec-off1Grid__cell .ec-borderedDefs dl {
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #b59379;
}
.ec-off1Grid__cell .ec-borderedDefs dl dt {
  padding-top: unset;
  padding-left: 30px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ec-off1Grid__cell .ec-borderedDefs dl dt {
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.ec-off1Grid__cell .ec-borderedDefs dd {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ec-borderedDefs dd {
    line-height: 1.5;
  }
}
.ec-borderedDefs dl dt label {
  margin-bottom: 0;
}
.ec-off1Grid__cell .ec-borderedDefs dl dd a span:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/***** privacypolicyページ *****/
#page_help_privacy .ec-heading-bold {
  margin: 16px 0 5px;
}

/***** footer *****/
.footer-bottom {
  background-color: #b59379;
}
.footer-bottom__list li ul {
  font-family: "Roboto", sans-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: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-bottom__list-title {
  font-family: "Roboto", sans-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: "Roboto", sans-serif;
  font-size: 24px;
}
.footer-bottom__site-name {
  font-family: "Roboto", sans-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: "Roboto", sans-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: "Roboto", sans-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 #fff;
  }
}
