@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Serif+JP:wght@400;600&display=swap");

/* hover設定
   ========================================================================== */
a:hover img.img_opacity {
  opacity: 0.8;
}

body {
  font-family: "Noto Serif JP",
    "游明朝",
    YuMincho,
    "Times New Roman",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "メイリオ",
    Meiryo,
    serif;
}

br {
  display: block;
}

.pc-br {
  display: block;
}

/* top
   ========================================================================== */
/* 新着商品 */
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  color: #111;
  font-size: 20px;
  font-family: "Cardo", serif;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 30px;
  background-image: url("../img//top/tit04.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.ec-eyecatchRole__intro {
  text-align: center;
}

.headline_long {
  font-family: "Cardo", serif;

}

/* おすすめ商品 */
.ec-secHeading .ec-secHeading__en {
  font-family: "Cardo", serif;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .05em;
}

.ec-secHeading .ec-secHeading__line {
  color: #555;
}

.ec-secHeading .ec-secHeading__ja {
  color: #555;
  font-size: 14px;
}

.item_name {
  margin-top: 15px;
}

.item_name {
  font-weight: bold;
  margin-bottom: 10px;
}

.item_price {
  color: #DE5D50;
  font-weight: bold;
}


/* カテゴリ */
.ec-categoryRole {
  background: url("../img/top/top_img.png") no-repeat center;
  background-size: cover;
}

.ec-categoryRole__listItem .category_name {
  color: #111;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}



/* 新着情報 */
.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #111;
}


/* 本サイトバナー */
.mainsite_bnr {
  margin-top: 60px;
  text-align: center;
}



/* footer
   ========================================================================== */
.ec-footerRole {
  background: url("../img/top/top_img.png") no-repeat center;
  background-size: cover;
}

.ec-footerTitle {
  color: #000;
}

.ec-footerNavi .ec-footerNavi__link a {
  color: #000;
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
  color: #000;
}

.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 20px;
}

.ec-footerTitle .ec-footerTitle__logo img {
  width: 303px;
}

.ec-footerTitle__txt {
  margin-bottom: 20px;
  line-height: 1.7;
}

.ec-blockTopBtn {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: .05em;
  opacity: 1;
  background-color: #ccc;
}



/* page
   ========================================================================== */
/* 商品一覧 */
.ec-topicpath {
  padding: 0 0 13px;
  border-bottom: 2px solid #ddd;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  letter-spacing: .05em;
  color: #000;
}

.ec-searchnavRole__topicpath {
  position: relative;
}

.ec-searchnavRole__topicpath::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 20%;
  height: 2px;
  background: #111;
  content: '';
}

.ec-headingTitle {
  font-weight: bold;
}

.price02-default {
  color: #DE5D50;
  font-weight: bold;
  margin: 10px 0;
}

.ec-shelfGrid .ec-shelfGrid__item a:hover img {
  opacity: 0.8;
}

.ec-shelfGrid__item img {
  margin-bottom: 10px;
}

/* ログイン・購入画面 */
.ec-login,
.ec-guest,
.ec-cartHeader .ec-cartHeader__label,
.ec-totalBox,
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
  background: #F6F6F6;
}

/* 見出し */
.ec-pageHeader h1 {
  position: relative;
  padding: 0 0 13px;
  border-bottom: 2px solid #ddd;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  letter-spacing: .05em;
}

.ec-pageHeader h1::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 20%;
  height: 2px;
  background: #111;
  content: '';
}

/* テーブル設定 */
.ec-borderedDefs {
  border-top: none;
}

.ec-borderedDefs dt {
  color: #111;
}




@media (min-width: 768px) {

  /* header
   ========================================================================== */
  .ec-headerNaviRole {
    padding-bottom: 20px;
  }

  .ec-layoutRole__header {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .ec-headerNaviRole__nav {
    margin-bottom: 10px;
  }

  /* カテゴリナビ */
  .ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #333;
    background: #000028;
    font-size: 14px;
  }

  .ec-itemNav__nav li a {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: 600;
    letter-spacing: .05em;
  }

  .ec-cartNavi {
    border: 1px solid #ccc;
  }

  .ec-sliderRole {
    margin-bottom: 40px;
  }




  /* top
   ========================================================================== */
  /* 新着商品 */
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    font-size: 26px;
  }

  /* おすすめ商品 */
  .ec-eyecatchRole {
    justify-content: space-between;
  }

  .ec-secHeading {
    margin-bottom: 20px;
  }

  .ec-secHeading .ec-secHeading__en {
    font-size: 28px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__image {
    width: 43%;
    margin-bottom: 0;
  }

  /* カテゴリ */
  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc(100% / 3);
  }

  .ec-categoryRole__listItem .category_name {
    font-size: 1.8rem;
  }

  /* 新着情報 */
  .ec-newsRole .ec-newsRole__news {
    border: 16px solid #F6F6F6;
  }



  /* page
   ========================================================================== */
  /* 商品一覧 */
  .ec-topicpath {
    font-size: 24px;
  }

  .ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
  }

  /* 見出し */
  .ec-pageHeader h1 {
    font-size: 24px;
  }

  /* テーブル設定 */
  .ec-borderedDefs dl {
    padding: 20px 0 15px;
  }

  .ec-borderedDefs dt {
    padding-top: 0;
  }

  .ec-borderedDefs dd {
    line-height: 1.8;
  }

  .ec-footerTitle {
    padding-bottom: 30px;
  }

  .ec-footerTitle__logo {
    max-width: 303px;
  }

}



@media print,
screen and (max-width: 960px) and (min-width: 768px) {
  /* パッドでのロゴ被り防止
  .ec-headerNav .ec-headerNav__item{
    display: block;
  }
  .ec-headerNaviRole {
    padding-bottom: 0;
  }
  .ec-headerRole__title{
    top: -260px;
  } */
}

/*追加*/



.ec-footerRole {
  border-top: none !important;
}



.ec-footerTitle__txt {
  width: 500px;
  height: 100px;
  margin-top: 50px;
  text-align: left;
}

.ec-footer_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 1.8rem;
    color: #262626;
    text-align: center;
    display: block;
    padding-bottom: 30px;
  }
}

.ec-blockBtn--top {
  color: #000;
  background-color: #FFF;
  border: 1px #000 solid;
  font-size: 14px;
  margin-inline: auto;
}

.ec-blockBtn--top:hover {
  color: #000;
  background-color: #ddd;
  opacity: 0.6;
}

.ec-eyecatchRole__image {
  max-width: 350px;
}

.ec-blockTopBtn {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}

.info_btn {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}

.info_btn img {
  max-width: 402px;
}

.info_btn a {
  display: inline-block;
  text-decoration: none;
}

.info_btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 402px;
  height: 102px;
  color: #000;
  background: #FFF;
  border: #8F908F 2px solid;
  padding-block: 25px;
}

.info_btn p:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ec-inlineBtn,
.ec-inlineBtn--cancel,
.ec-inlineBtn--action {
  font-size: 1.4rem;
}

.ec-input textarea,
.ec-birth textarea,
.ec-select textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea {
  font-size: 1.4rem;
}

@media (max-width: 767px) {

  /* header
   ========================================================================== */
  .ec-layoutRole__header {
    margin-bottom: 20px;
  }

  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
  }

  .ec-headerRole {
    justify-content: center;
  }

  .ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 10px;
  }

  .ec-headerNavSP {
    top: 15px;
  }

  .ec-headerTitle__title {
    width: 150px;
    height: auto;
  }

  .ec-headerRole {
    justify-content: center;
    width: 150px;
    padding-inline: 0;
  }


  /* top
   ========================================================================== */
  /* 新商品入荷情報 */
  .ec-eyecatchRole {
    flex-direction: column-reverse;
  }

  .ec-eyecatchRole__image {
    margin: 20px 0 0 !important;
  }

  .ec-eyecatchRole__introDescription {
    text-align: left;
  }

  /* カテゴリ */
  .ec-categoryRole .ec-categoryRole__list {
    gap: 4%;
  }

  .ec-categoryRole .ec-categoryRole__listItem {
    width: 48%;
  }

  .top_cate_tit span {
    padding: 0 15px;
    font-size: 18px;
  }

  /* 本サイトバナー */
  .mainsite_bnr {
    padding: 0 20px;
  }

  .mainsite_bnr img {
    width: 100%;
  }


  /* page
   ========================================================================== */

  /* 見出し */
  .ec-pageHeader h1 {
    margin-bottom: 15px;
    border-top: none;
  }

  /* 商品一覧 */
  .ec-topicpath {
    margin: 0 15px 15px;
    padding-left: 15px;
    border-top: none;
  }

  /* テーブル設定 */
  .ec-borderedDefs dl {
    border-bottom: none;
  }

  .ec-borderedDefs dt {
    margin-bottom: 10px;
    padding: 12px 10px 4px;
    background: #F6F6F6;
  }

  .ec-borderedDefs dd {
    margin-left: 10px;
    line-height: 1.8;
  }


  /*footer*/

  .ec-footerTitle .ec-footerTitle__logo img {
    width: 150px;
  }

  .ec-footerTitle__logo {
    width: 150px;
    height: auto;
    margin-inline: auto;
  }

  .ec-footer_flex {
    text-align: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .ec-footerTitle__txt {
    width: auto;
    height: auto;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .ec-blockTopBtn {
    width: 60px;
  }

  .pc-br {
    display: none;
  }

  .ec-blockBtn--action {
    padding-left: 10px;
    line-height: initial;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 1.8em;
    right: 1.4em;
  }

  .info_btn {
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
  }


  .info_btn img {
    width: 250px;
    height: auto;
  }

  .info_btn p {
    font-size: 18px;
    width: 250px;
    height: 64px;
    margin: 0 auto;
    border: #8F908F 1px solid;
  }

}

.ec-input select,
.ec-birth select,
.ec-select select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select {

  font-size: 1.3rem;
}

.ec-blockBtn--action {
  font-size: 1.4rem;
}

.ec-blockBtn--cancel {
  font-size: 1.4rem;
}

.ec-input input,
.ec-birth input,
.ec-select input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input {
  font-size: 1.4rem;
}