@charset "UTF-8";

/* base */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: background-color 0.5s;
}



.h-nav-list a::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  /* border or (height & background) etc. */
  border-bottom: 1px solid #ffffff;
  /* margin: 0 auto; */ /* left to right -> middle out */
}

.h-nav-list a:hover::after {
  width: 100%;
}


/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

a:focus, a:hover {
  color: #ffffff;
  text-decoration: none;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top:100px;
}

.sec-ttl-sub {
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

.ec-blockBtn--cancel:hover {
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-blockBtn--cancel:active:hover {
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #9F8983;
  border-color: #9F8983;
}

@media (max-width: 1023px) {
  html {
    font-size: 57%;
  }
}

.body-container {
  color: #432020;
  font-size: 1.6em;
  /* font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
  overflow: hidden;
  background-color: #fdf5e8;
}

li {
  list-style: none;
}

a {
  color: #432020;
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  vertical-align: bottom;
}


h2 {
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

a:hover {
  color: #432020;

}

.h-nav h1 a:hover {
  color: #9F8983;
}


.front_page .mv-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 620px;
  background-image: url(/img/top-img1.png);
}


.ec-link:hover {
  color: #ffffff;
  text-decoration: underline;
}


.ec-pageHeader h1 {
  font-size: 26px;
  border-top: 1px solid #9F8983;
  border-bottom: 1px solid #9F8983;
  text-align: center;
  color: #432020;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

@media (max-width: 414px) {
  .header h1 {
   /* text-align: end;
   width: 70%; */
  }
  .header .h-ttl a {
    text-align: end;
    width: 70%;
  }
  .ec-pageHeader h1 {
    font-size: 20px;
    font-weight: bold;
  }
  h2 {
    font-size: 18px;
  }
}



/* common */

.page_container .ec-layoutRole__header {
  margin-top: 180px;
}

@media (max-width: 414px) {
  .page_container .ec-layoutRole__header {
    margin-top: 120px;
  }
}


.page_container .ec-layoutRole .ec-layoutRole__contents {
  margin-bottom: 100px;
}

.br-lg {
  display: none;
}

@media (max-width: 1023px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}

@media (max-width: 767px) {
  .br-md {
    display: block;
  }
  .br-none {
    display: none;
  }
}

.br-sm {
  display: none;
}

@media (max-width: 413px) {
  .br-sm {
    display: block;
  }
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 30px;
}

.btn {
  width: 200px;
  position: relative;
  text-align: left;
  padding: 10px;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

@media (max-width: 767px) {
  .btn {
    width: 180px;
    height: 50px;
    text-align: left;
    line-height: 30px;
  }
}

.btn:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  top: 20px;
  right: 30px;
}

@media (max-width: 767px) {
  .btn:before {
    top: 23px;
  }
}

.btn:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 17px;
  right: 29px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .btn:after {
    top: 20px;
  }
}

.sec-ttl {
  font-size: 3.2rem;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
  font-weight: normal;
}

.sec-ttl  {
  /* font-family: 'Noto Serif JP', sans-serif; */
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
}

.sec-ttl2 {
  font-size: 2.4rem;
  text-align: center;
  font-family: 'ToppanBunkyuMinchoPr6N-Regular';
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .sec-ttl2 {
    font-size: 3rem;
  }
}

.sec-ttl2:after {
  content: "";
  background-color: #432020;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 16px;
  right: 0;
}

@media (max-width: 767px) {
  .sec-ttl2:after {
    width: 28.311%;
  }
}

.sec-ttl2:before {
  content: "";
  background-color: #432020;
  width: 250px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 0;
}

@media (max-width: 767px) {
  .sec-ttl2:before {
    width: 28.311%;
  }
}


.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

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


/* ボタン装飾リセット */
.ec-blockBtn--action {
  color: #ffffff;
  background-color: #432020;
  border-color: #432020;
  transition: background-color 0.3s;
}


.ec-blockBtn--action:hover {
  color: #ffffff;
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #9F8983;
  border-color: #9F8983;
}

/* セレクトボックス */
.ec-select select {
  display: inline-block;
  width: auto;
  background-color: #FDF5E8;
  -webkit-appearance: menulist;
  border-color: #9F8983;
  color: #432020;
}

.ec-input input::placeholder {
  color: #ffffff;
}

.ec-shelfGrid__item .ec-select select {
  width: 100%;
}

.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
  color: #432020;
  background-color: #FDF5E8;
  background-image: none;
  border: 1px solid #432020;
}

/* モーダル */

.ec-modal .ec-inlineBtn--cancel{
  color: #fff;
  background-color: #9F8983;
  border-color: #9F8983;
}

.ec-modal .ec-inlineBtn--action{
  color: #fff;
  background-color: #432020;
  border-color: #432020;
}

.ec-modal .text-center {
  color: #432020;
}

.ec-modal .ec-modal-wrap {
  border: 1px solid #432020;
}


/* 商品詳細画像 */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: #9F8983;
  border-radius: 50%;

}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #432020;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}


/* フリーエリアの不要改行削除 */
ec-productRole__description br {
  display: none;
}
