@charset "UTF-8";
html {
  overflow-x: hidden;
}

html, body {
  height: 900px;
  background-color: #f0e5cf;
  position: relative;
}
html.open, body.open {
  height: 100vh;
  overflow-y: hidden;
}

.Wrapper__mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
}

article {
  background-color: #fff;
}
article.guide {
  background-color: #f4f0e6;
}
article.cart {
  background-color: #f4f0e6;
}
article.member {
  background-color: #f4f0e6;
}

.main {
  padding-top: 164px;
}
@media (max-width: 1024px) {
  .main {
    padding-top: 109px;
  }
}
@media (max-width: 854px) {
  .main {
    padding-top: 80px;
  }
}
@media (max-width: 400px) {
  .main {
    padding-top: 64px;
  }
}
@media (max-width: 330px) {
  .main {
    padding-top: 59px;
  }
}
.main.scroll {
  padding-top: 113px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main {
    top: 164px;
    position: relative;
  }
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.mainbody .container {
  max-width: 1420px;
}
.mainbody--about {
  padding-bottom: 100px;
  background-image: url("../images/ab01.png"), url("../images/ab02.png"), url("../images/ab03.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 10% top -90px, right top 40%, left bottom -50px;
  margin-top: 0;
}
.mainbody--about .container {
  flex-wrap: wrap;
  max-width: 1360px;
}
@media (max-width: 1600px) {
  .mainbody--about {
    background-position: left 15px top -90px, right top 30%, left bottom -50px;
  }
}
.mainbody--product .container {
  background-image: url("../images/pro_bg.png");
  background-repeat: no-repeat;
  background-position: right top 10px;
}
@media (max-width: 1024px) {
  .mainbody--product .container {
    background: none;
  }
}
.mainbody--member .container {
  background-image: url("../images/member_bg.png");
  background-repeat: no-repeat;
  background-position: right top 10px;
}
@media (max-width: 1024px) {
  .mainbody--member .container {
    background: none;
  }
}
.mainbody--login {
  background-image: url("../images/member_bg_right.png");
  background-repeat: no-repeat;
  background-position: right -80px top;
}
.mainbody--login .container {
  background-image: url("../images/member_bg_left.png");
  background-repeat: no-repeat;
  background-position: left -10px top 25px;
}
@media (max-width: 1024px) {
  .mainbody--login .container {
    background: none;
  }
}
.mainbody--guide .container {
  flex-wrap: wrap;
  margin: 0 auto;
  background-image: url("../images/guide_bg.png");
  background-repeat: no-repeat;
  background-position: right 55px top 200px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .mainbody--guide .container {
    background-position: right 55px top 300px;
    background-size: 50% auto;
  }
}
.mainbody--cart .container {
  flex-direction: column;
  max-width: 1360px;
}
.mainbody--cart .container.cart4 {
  background-image: url("../images/cart_left.png"), url("../images/cart_right.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 30px bottom, right 30px bottom 100px;
}
@media (max-width: 1024px) {
  .mainbody--cart .container.cart4 {
    padding-bottom: 100px;
    background-image: url("../images/cart_left.png");
    background-position: left 30px bottom;
  }
}
.mainbody--news .container {
  max-width: 1360px;
  flex-wrap: wrap;
}
.mainbody__content {
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .mainbody__content {
    margin-top: 0;
    width: 100%;
  }
}

.dropSelect {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 0;
  background-position: center bottom 5px;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}
@media (max-width: 1024px) {
  .dropSelect {
    display: block;
  }
}
.dropSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  width: 100%;
  border: 1px solid #704310;
  background-image: url("../images/drop.png");
  background-repeat: no-repeat;
  padding: 0 30px;
  height: 40px;
  background-color: unset;
  background-position: center right 15px;
  font-size: 1em;
  font-weight: 700;
  color: #704310;
}

.dropSelect--news {
  display: block;
  text-align: right;
  padding-top: 20px;
}
.dropSelect--news select {
  max-width: 220px;
  border: 1px solid #d0d0d0;
  font-size: 1em;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.06em;
}

.mainbody__aside {
  width: 290px;
  padding-right: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}
.mainbody__aside .asideTitle {
  padding: 20px 30px;
  background-image: url("../images/title01.png"), url("../images/title02.png");
  background-position: left center, right 20px bottom 5px;
  background-repeat: no-repeat;
  background-size: auto 100%, auto;
  margin-bottom: 20px;
}
.mainbody__aside .asideTitle p {
  font-size: 1.25em;
  font-weight: 700;
  color: #232323;
}
.mainbody__aside .asideContent {
  font-size: 1.05em;
  font-weight: 700;
  color: #704310;
  padding: 5px 30px 5px 30px;
  margin-left: 30px;
}
.mainbody__aside--gift {
  padding-right: 0;
}
.mainbody__aside--gift .asideTitle {
  margin-right: 50px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 40px;
  background-position: left top, right 20px bottom 25px;
  background-size: auto 69px, auto;
  margin-left: 30px;
}
@media (max-width: 1280px) {
  .mainbody__aside {
    width: 230px;
    padding-right: 40px;
  }
  .mainbody__aside--gift {
    padding-right: 0;
  }
  .mainbody__aside--gift .asideTitle {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .mainbody__aside {
    display: none;
  }
}

.asideList {
  margin-bottom: 50px;
  border-bottom: 1px solid #afafaf;
}
.asideList__item {
  border-top: 1px solid #afafaf;
}
.asideList__item a {
  padding: 10px 15px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #434343;
  overflow-x: hidden;
}
.asideList__item a:before {
  content: "▸";
  font-size: 1.5em;
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.asideList__item:hover a, .asideList__item.current a {
  color: #704310;
  font-weight: 700;
}
.asideList__item:hover a:before, .asideList__item.current a:before {
  opacity: 1;
}
.asideList--nobd {
  height: 500px;
  border: 0;
  background-image: url("../images/gift_aside.png");
  background-position: right -40px top 150px;
  background-repeat: no-repeat;
  background-size: 110%;
  margin-left: -30px;
}

.header {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url("../images/header_bg.png");
  background-size: cover;
  border-top: 5px solid #414141;
}
.header .container {
  align-items: center;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }
  .header__left {
    width: 100%;
  }
}
@media (max-width: 854px) {
  .header {
    padding: 10px 0;
  }
}

.header__logo {
  padding-right: 65px;
}
.header__logo img {
  height: 85px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .header__logo {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    text-align: center;
    width: 100%;
    padding-left: 30px;
  }
  .header__logo img {
    max-height: 60px;
  }
}
@media (max-width: 854px) {
  .header__logo {
    padding-left: 80px;
  }
  .header__logo img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    padding-left: 40px;
  }
  .header__logo img {
    max-height: 35px;
  }
}
@media (max-width: 330px) {
  .header__logo {
    padding-right: 20px;
  }
  .header__logo img {
    max-height: 30px;
  }
}

.header__nav .nav {
  display: flex;
}
.header__nav .nav__item {
  padding: 0 12px;
}
.header__nav .nav__item__box {
  position: relative;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 75px;
  /*for ie10 、 ie11*/
}
.header__nav .nav__item__box span {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 0.6em;
  font-weight: 500;
  color: #4c4c4c;
  margin-top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .nav__item__box p {
  font-size: 1.1em;
  font-weight: 500;
  color: #4c4c4c;
  writing-mode: vertical-lr;
  padding-right: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__nav .nav__item__box span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 15px;
    position: relative;
    top: 3px;
    left: 5px;
    width: 22px;
    white-space: nowrap;
  }
  .header__nav .nav__item__box p {
    width: 30px;
    line-height: 1;
    text-align: right;
  }
}
.header__nav .nav__item__box:before {
  content: "";
  height: 0px;
  width: 0.05em;
  background-color: #4c4c4c;
  position: absolute;
  bottom: -20px;
  left: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__nav .nav__item__box:before {
    left: 10px;
  }
}
.header__nav .nav__item__box:after {
  content: "";
  height: 0px;
  width: 0.05em;
  background-color: #4c4c4c;
  position: relative;
  top: -45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__nav .nav__item__box.current p, .header__nav .nav__item__box:hover p {
  color: #da6f16;
}
.header__nav .nav__item__box.current:before, .header__nav .nav__item__box:hover:before {
  height: 40px;
}
.header__nav .nav__item__box.current:after, .header__nav .nav__item__box:hover:after {
  height: 50px;
}
@media (max-width: 1200px) {
  .header__nav .nav__item {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .header__nav .nav {
    display: none;
  }
}

.header__right {
  display: flex;
  align-items: center;
}
.header__right button {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.header__right button:not(:last-child):after {
  content: "";
  height: 20px;
  width: 0.05em;
  margin: 0 0 0 15px;
  background-color: #000;
  position: relative;
}
.header__right button.logout {
  width: 45px;
  letter-spacing: -1px;
}
@media (max-width: 330px) {
  .header__right button {
    margin-left: 10px;
  }
  .header__right button:not(:last-child):after {
    margin: 0 0 0 10px;
  }
}
.header__right button .count {
  position: absolute;
  background-color: #b50000;
  font-size: 12px;
  color: #fff;
  right: 4px;
  top: -8px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  text-align: center;
}

.header.scroll {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .header.scroll {
    padding: 10px 0;
  }
}
.header.scroll .header__logo img {
  height: 40px;
}
.header.scroll .header__nav .nav__item__box {
  height: 68px;
}
.header.scroll .header__nav .nav__item__box p {
  font-size: 1em;
  font-weight: 500;
  color: none;
}
.header.scroll .header__nav .nav__item__box.current:after {
  display: none;
}
.header.scroll .header__nav .nav__item__box.current:before {
  display: none;
}
.header.scroll .header__nav .nav__item__box:hover:after {
  height: 30px;
  top: -30px;
}
.header.scroll .header__nav .nav__item__box:hover:before {
  height: 20px;
  bottom: -7px;
}

.asideMenu {
  width: 100%;
  position: fixed;
  height: 100vh;
  background-color: #fffefe;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.asideMenu .asideMenuBox {
  height: calc(100vh - 100px);
  margin: 50px 0;
  overflow-y: scroll;
  background-color: #fffefe;
}
.asideMenu__close {
  font-size: 2em;
  color: #505050;
  font-weight: 100;
  left: 25px;
  top: 30px;
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
@media (max-width: 854px) {
  .asideMenu__close {
    left: 7px;
    top: 15px;
  }
}
.asideMenu__list {
  padding: 0 50px 50px 50px;
}
.asideMenu__list__item {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 490px;
  margin: 0 auto;
  border-bottom: 1px solid #939393;
  padding: 20px 10px;
}
.asideMenu__list__item a {
  width: 100%;
  text-align: center;
}
.asideMenu__list__item a .title {
  letter-spacing: 0.08em;
  font-size: 1.25em;
  font-weight: 400;
  color: #4c4c4c;
}
.asideMenu__list__item a .subtitle {
  font-size: 0.8em;
  font-weight: 400;
  color: #4c4c4c;
}
.asideMenu__list__item a.current .title, .asideMenu__list__item a:hover .title {
  color: #da6f16;
}
.asideMenu__list__item:last-child {
  border: 0;
}
.asideMenu.open {
  visibility: visible;
  opacity: 1;
}
.asideMenu.open .asideMenu__close {
  visibility: visible;
  opacity: 1;
}

.mobile_btn {
  padding: 8px;
  margin-right: 15px;
  display: none;
}
@media (max-width: 1024px) {
  .mobile_btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 854px) {
  .mobile_btn {
    margin-right: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 74px;
    background-color: #000000;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .mobile_btn {
    width: 64px;
  }
}
@media (max-width: 480px) {
  .mobile_btn {
    width: 48px;
  }
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* line 791, ../scss/base.scss */
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #666;
  opacity: 1;
  left: 0;
  border: 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* line 810, ../scss/base.scss */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  width: 70%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 818, ../scss/base.scss */
#nav-icon4 span:nth-child(2) {
  top: 4px;
  width: 80%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 826, ../scss/base.scss */
#nav-icon4 span:nth-child(3) {
  top: 8px;
  width: 60%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(4) {
  top: 12px;
  width: 70%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(5) {
  top: 16px;
  width: 30%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.searchbox {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100vw;
  height: 90px;
  display: flex;
  top: 165px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hiddden;
  z-index: -999;
}
.searchbox.scroll {
  top: 113px;
}
@media (max-width: 1024px) {
  .searchbox.scroll {
    top: 70px;
  }
}
@media (max-width: 400px) {
  .searchbox.scroll {
    top: 64px;
  }
}
.searchbox .search__close {
  font-size: 3em;
  color: #fff;
  font-weight: 100;
  position: absolute;
  right: 30px;
  top: 30px;
}
.searchbox__section {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #939393;
  margin-bottom: 15px;
}
.searchbox__section i {
  font-size: 18px;
  color: #4c4c4c;
  margin-right: 15px;
}
.searchbox__section input[type=search] {
  font-weight: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  height: 40px;
  background: none;
  font-size: 1.1em;
  font-weight: 400;
  color: #4c4c4c;
  width: 100%;
  letter-spacing: 0.08em;
  margin: 10px 0;
}
.searchbox__section input[type=search]::placeholder {
  color: #979797;
}
@media (max-width: 640px) {
  .searchbox__section {
    max-width: 250px;
  }
  .searchbox__section input[type=text] {
    height: 50px;
    margin: 20px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .searchbox__section {
    max-width: 100%;
  }
}
.searchbox.open {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
@media (max-width: 1024px) {
  .searchbox {
    top: 110px;
  }
}
@media (max-width: 854px) {
  .searchbox {
    top: 80px;
  }
}
@media (max-width: 400px) {
  .searchbox {
    top: 64px;
  }
}
@media (max-width: 480px) {
  .searchbox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.proList {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.proList__item {
  padding: 0 8px;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.proList__item--index {
  width: 50%;
}
.proList__item__img {
  position: relative;
  width: 100%;
  padding-bottom: 66.6%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/no_photo.jpg");
}
.proList__item__img img {
  display: none;
}
.proList__item__img .pro_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proList__item__img .pro_mask p {
  display: flex;
  justify-content: space-between;
  font-size: 1.25em;
  font-weight: 400;
  color: #fff;
  max-width: 236px;
  width: 80%;
  border: 1px solid #fff;
  padding: 18px 23px;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .proList__item__img .pro_mask p {
    padding: 13px 23px;
  }
}
@media (max-width: 640px) {
  .proList__item__img .pro_mask p {
    font-size: 1.05em;
    font-weight: 400;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .proList__item__img .pro_mask p {
    padding: 18px 10px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
  }
}
.proList__item__img:hover .pro_mask {
  opacity: 1;
}
.proList__item__content {
  text-align: center;
  padding: 25px 0 20px 0;
}
.proList__item__content .cat {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05em;
  font-weight: 400;
  color: #a56c54;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 0.1em solid #b28858;
  border-right: 0.1em solid #b28858;
  line-height: 1.1;
  padding: 0 10px;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  max-width: 100%;
}
.proList__item__content .name {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #2f1409;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proList__item__content .price {
  font-size: 1.05em;
  font-weight: 700;
  color: #704310;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .proList__item .cat {
    font-size: 1.05em;
    font-weight: 400;
    color: #a56c54;
  }
  .proList__item .name {
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    color: #2f1409;
  }
}
@media (max-width: 854px) {
  .proList__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .proList__item {
    margin-bottom: 20px;
  }
  .proList__item__content {
    padding: 10px 0;
  }
  .proList__item .cat {
    font-size: 1em;
    font-weight: 400;
    color: #a56c54;
    border-left: 0.07em solid #b28858;
    border-right: 0.07em solid #b28858;
  }
  .proList__item .name {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    color: #2f1409;
  }
  .proList__item .price {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 700;
    color: #704310;
  }
}

.giftList {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.giftList__item {
  padding: 0 8px;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.giftList__item__img {
  position: relative;
  width: 100%;
  padding-bottom: 66.6%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/no_photo.jpg");
}
.giftList__item__img img {
  display: none;
}
.giftList__item__img .pro_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.giftList__item__img .pro_mask p {
  display: flex;
  justify-content: center;
  font-size: 1.05em;
  font-weight: 400;
  color: #fff;
  max-width: 170px;
  width: 80%;
  padding: 18px 20px 18px 35px;
  letter-spacing: 0.1em;
  background-image: url("../images/mask_left.png"), url("../images/mask_right.png");
  background-position: left center, right center;
  background-size: auto 90%, auto;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .giftList__item__img .pro_mask p {
    padding: 13px 23px;
  }
}
@media (max-width: 640px) {
  .giftList__item__img .pro_mask p {
    padding: 18px 5px 18px 20px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .giftList__item__img .pro_mask p {
    padding: 18px 5px;
    width: 90%;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
  }
}
.giftList__item__img:hover .pro_mask {
  opacity: 1;
}
.giftList__item__content {
  text-align: center;
  padding: 20px 0 20px 0;
}
.giftList__item__content .name {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #2f1409;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 854px) {
  .giftList__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .giftList__item {
    margin-bottom: 20px;
  }
  .giftList__item__content {
    padding: 10px 0;
  }
  .giftList__item .name {
    font-size: 1em;
    font-weight: 500;
    color: #2f1409;
  }
}

.footer {
  background-image: url("../images/footer_bg.png");
  background-size: cover;
}
.footer .container {
  flex-wrap: wrap;
}

.footer__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 25px 0;
  flex-direction: column;
}
.footer__top .title {
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 20px 0 10px 0;
  font-size: 1.6em;
}
.footer__top .text {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 4px 0;
}
.footer__top .text a {
  color: #fff;
}
@media (max-width: 854px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__top__left {
    text-align: center;
  }
  .footer__top__left .fb {
    padding-top: 0px;
  }
  .footer__top__right {
    text-align: center;
  }
  .footer__top__right .copyright {
    padding-top: 20px;
  }
}
.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.footer__bottom .footerNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__bottom .footerNav li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer__bottom .footerNav li a {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
}
.footer__bottom .footerNav li:not(:last-child):after {
  content: "";
  height: 15px;
  width: 0.05em;
  background-color: #fff;
  margin: 0 7px;
}
@media (max-width: 640px) {
  .footer__bottom .footerNav {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer__bottom .footerNav li:nth-child(3):after {
    display: none;
  }
}
.footer__bottom .copyright {
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 0 10px 0;
}
.footer__bottom .copyright a {
  color: #fff;
}

.socialIcon {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.socialIcon a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #5e584f;
  margin: 0 8px;
}

.layoutBanner {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.layoutBanner .container {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 854px) {
  .layoutBanner {
    height: 200px;
  }
}

.layoutBanner__title {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-end;
  width: 63px;
  justify-content: center;
  position: relative;
}
.layoutBanner__title p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1em;
  font-weight: 400;
  color: rgba(198, 165, 127, 0.6);
  margin-top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: -10px;
  bottom: 23px;
}
.layoutBanner__title h2 {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-lr;
  padding-right: 7px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 17px;
}
@media (max-width: 854px) {
  .layoutBanner__title p {
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(198, 165, 127, 0.8);
    bottom: 16px;
    right: -8px;
  }
  .layoutBanner__title h2 {
    font-size: 1.6em;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
  }
}

.bread {
  width: 100%;
}
.breabcrumb {
  display: flex;
  color: #704310;
  padding: 20px 0 10px 12px;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.breabcrumb li {
  margin-right: 8px;
}
.breabcrumb li:not(:first-child) {
  margin-left: 8px;
}
.breabcrumb li span {
  font-size: 1em;
  font-weight: 400;
  color: #704310;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breabcrumb li:hover span {
  top: -2px;
}
@media (max-width: 640px) {
  .breabcrumb li {
    font-size: 0.8em;
    font-weight: 400;
    color: #704310;
  }
}

.textcontent__tit {
  width: 100%;
  padding-bottom: 60px;
}
.textcontent__tit .date {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  color: #333333;
}
.textcontent__tit .title {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  color: #333333;
  padding: 0 30px;
}

.textcontent {
  margin: 0 auto;
  font-size: 1.05em;
  font-weight: 300;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.06em;
  width: 100%;
}
.textcontent > * {
  font-size: inherit;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.textcontent img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}
@media (max-width: 854px) {
  .textcontent img {
    width: 100%;
  }
  .textcontent img:after {
    content: "";
    clear: both;
  }
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
}
.btn:hover {
  top: -3px;
  box-shadow: 2px 2px 3px #999;
}

.buttonList {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  min-width: 100%;
}
.buttonList button {
  margin: 0 5px;
}
.buttonList.center {
  justify-content: center;
}

button.style01 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 12px 15px;
  position: relative;
  top: 0;
  left: 0;
  width: 170px;
}
button.style01--gray {
  background-color: #444341;
  color: #fff;
}
button.style01--lightgray {
  background-color: #474747;
  color: #fff;
}
button.style01--brown {
  background-color: #864117;
  color: #fff;
}
button.style01--return {
  background-image: url("../images/arrow.png");
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-color: #7f7068;
  color: #fff;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
button.style01.large {
  flex-grow: 1;
}
button.style01.cart {
  width: 418px;
}
button.style01.center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  button.style01 {
    width: auto;
  }
}

button.style02 {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0.1em;
  min-width: 150px;
  padding: 12px 22px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
button.style02--black {
  color: #555555;
  border: 1px solid #555555;
}
button.style02.center {
  margin: 0 auto;
}
button.style02:hover {
  top: -3px;
  box-shadow: 2px 2px 3px #898989;
}

select.style01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  width: 100%;
  border: 1px solid #afafaf;
  background-image: url("../images/drop_gray.png");
  background-repeat: no-repeat;
  /* padding: 0 30px; */
  padding: 0 5px;
  height: 40px;
  background-color: unset;
  background-position: center right 15px;
  font-size: 1em;
  font-weight: 400;
  color: #555555;
  text-align: center;
  text-align-last: center;
  /* shawn21in */
}

select.style02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  width: 100%;
  border: 1px solid #95928d;
  background-image: url("../images/drop_gray.png");
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0 15px;
  height: 35px;
  background-position: center right 15px;
}

input[type=text].style01, input[type=text], input[type=password].style01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  background-color: #fff;
  border: 1px solid #95928d;
  height: 35px;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=text].style01:focus, input[type=text].style01:active, input[type=text]:focus, input[type=text]:active, input[type=password].style01:focus, input[type=password].style01:active {
  border: 1px solid #000;
}

textarea.style01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0;
  background-color: #fff;
  border: 1px solid #95928d;
  height: 100px;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
textarea.style01:focus, textarea.style01:active {
  border: 1px solid #000;
}

input[type=text]::placeholder {
  color: #cdcdcd;
}

input[type=password]::placeholder {
  color: #cdcdcd;
}

.proinTop {
  margin-bottom: 60px;
  display: flex;
  width: 100%;
}
.proinTop__left {
  width: 50%;
}
.proinTop__right {
  width: 50%;
  padding-left: 60px;
}
.proinTop__right__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #afafaf;
}
.proinTop__right__title .cat {
  font-size: 1.05em;
  font-weight: 400;
  color: #704310;
}
.proinTop__right__title .title {
  font-size: 1.6em;
  font-weight: 700;
  color: #555555;
  padding: 5px 0;
}
.proinTop__right__title .price {
  font-size: 1.1em;
  font-weight: 700;
  color: #c77212;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.proinTop__right__title .price span {
  font-weight: bold;
}
.proinTop__right__title .link {
  height: 0;
  opacity: 0;
}
.proinTop__right__content .contentbox {
  padding: 15px 0 0 0;
}
.proinTop__right__content .contentbox:not(:last-child) {
  border-bottom: 1px solid #afafaf;
}
.proinTop__right__content .contentbox .tit {
  font-size: 1.05em;
  font-weight: 500;
  color: #555;
  padding-bottom: 12px;
}
.proinTop__right__content .contentbox .tit.brown {
  color: #612907;
  font-weight: 700;
}
.proinTop__right__content .contentbox .con {
  padding-bottom: 15px;
}
.proinTop__right__content .contentbox .con select:not(:last-child) {
  margin-bottom: 12px;
}
.proinTop__right__content .contentbox .con > p {
  font-size: 1.05em;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.proinTop__right__content .contentbox .con > select:only-of-type {
  margin-bottom: 0;
}
.proinTop__right__content .contentbox .con .price {
  font-size: 1.4em;
  font-weight: 700;
  color: #c77212;
  letter-spacing: 0.06em;
}
@media (max-width: 1280px) {
  .proinTop__right {
    padding-left: 30px;
  }
}
@media (max-width: 854px) {
  .proinTop {
    flex-wrap: wrap;
  }
  .proinTop__left {
    width: 100%;
  }
  .proinTop__right {
    padding-top: 30px;
    width: 100%;
    padding-left: 0px;
    background-image: url("../images/pro_bg.png");
    background-repeat: no-repeat;
    background-position: right top -5px;
  }
}

.numbox {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c4c4c4;
  align-items: center;
  max-width: 100%;
}
.numbox input[type=text] {
  border: 0;
  text-align: center;
  text-align-last: center;
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  color: #555;
  width: 50px;
  /* width: 150px; */
  /* shawn21in */
}
.numbox span {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: #555;
}

.giftBag {
  background-image: url("../images/gift.png");
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 60px;
  font-size: 1em;
  font-weight: 700;
  color: #c77212;
}

.productImg__Main {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
}
.productImg__Main img {
  display: none;
}
.productImg__List {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
  margin-left: -6px;
  margin-right: -6px;
}
.productImg__List__Item {
  padding: 0 6px;
  position: relative;
  display: flex;
}
.productImg__List__Item .imgBox {
  width: 100%;
  background-size: cover;
  padding-bottom: 75%;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productImg__List__Item .imgBox img {
  display: none;
}
.productImg__List__Item .imgBox.current {
  border-bottom: 2px solid #864117;
}
.productImg__List.col4 .productImg__List__Item {
  width: 25%;
}
.productImg__List.col3 .productImg__List__Item {
  width: 33.3%;
}

.proinBottom__tit {
  font-size: 1.25em;
  font-weight: 700;
  color: #232323;
  text-align: center;
  border-top: 0.07em solid #ece0d4;
  border-bottom: 0.07em solid #ece0d4;
  padding: 20px 10px;
}
.proinBottom__con {
  padding: 40px 0 80px 0;
}
.proinBottom__con .textcontent {
  margin-bottom: 60px;
}

.stepBox {
  display: flex;
  margin-bottom: 40px;
}
.stepBox div {
  padding: 17px 10px 17px 20px;
  border-left: 1px solid #ddc290;
  border-top: 1px solid #ddc290;
  border-bottom: 1px solid #ddc290;
  width: 33.3%;
  background-image: url("../images/step.png");
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: 500;
  color: #83533f;
  display: flex;
  align-items: center;
}
.stepBox div:last-child {
  border-right: 1px solid #ddc290;
}
.stepBox div.current {
  background-color: #7c6042;
  color: #fff;
}
@media (max-width: 1200px) {
  .stepBox div {
    padding: 10px 10px 10px 10px;
    font-size: 1em;
    font-weight: 500;
    color: #83533f;
  }
}
@media (max-width: 640px) {
  .stepBox {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .stepBox div {
    border: 1px solid #ddc290;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
  }
}

/*-----------------------contact---------------------------*/
.contact {
  width: 100%;
}

.contact__top {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.contact__top__info {
  background-color: #f1f5f0;
  width: 40%;
  padding: 60px 45px;
}
.contact__top__map {
  display: flex;
  width: 60%;
}
.contact__top__map iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 854px) {
  .contact__top {
    flex-wrap: wrap-reverse;
  }
  .contact__top__info {
    width: 100%;
    padding: 30px 35px;
  }
  .contact__top__map {
    width: 100%;
    height: 200px;
  }
}

.infoBox {
  margin-bottom: 30px;
}
.infoBox .tit {
  font-size: 1.25em;
  font-weight: 700;
  color: #525252;
}
.infoBox .con {
  font-size: 1.25em;
  font-weight: 500;
  color: #525252;
}
.infoBox .con span:not(:last-child):after {
  content: "、";
  display: inline-block;
}

.contact__bottom {
  margin-top: 2px;
  background-color: #dfeadd;
  padding: 30px 55px;
}
.contact__bottom > p {
  font-size: 1.4em;
  font-weight: 700;
  color: #525252;
  margin-bottom: 40px;
}
@media (max-width: 854px) {
  .contact__bottom {
    padding: 30px 35px;
  }
}

.form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.form .formbox {
  margin-bottom: 25px;
}
.form .formbox--half {
  width: calc(50% - 20px);
}
@media (max-width: 854px) {
  .form .formbox--half {
    width: 100%;
  }
}
.form .formbox--full {
  width: 100%;
}
.form .formbox .tit {
  font-size: 1.1em;
  font-weight: 700;
  color: #525252;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
.form .formbox .content {
  width: 100%;
  display: flex;
}
.form .formbox .content input[type=text] {
  width: 100%;
  height: 50px;
  flex-shrink: 1;
  background-color: #fff;
  border: 0;
  padding: 0 10px;
  font-size: 1.05em;
  font-weight: 700;
  color: #525252;
}
@media (max-width: 480px) {
  .form .formbox .content input[type=text] {
    height: 40px;
  }
}
.form .formbox .content textarea {
  width: 100%;
  height: 160px;
  flex-shrink: 1;
  background-color: #fff;
  border: 0;
  padding: 10px;
  font-size: 1.05em;
  font-weight: 700;
  color: #525252;
}
.form .formbox .content .option {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .form .formbox .content .option {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .form .formbox {
    margin-bottom: 20px;
  }
}

input[type=radio]:not(old) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=radio]:not(old) + label {
  display: inline-block;
  padding-left: 33px;
  line-height: 1.5;
  background: url("../images/check0.png") no-repeat;
  background-size: 25px 25px;
  background-position: top left;
}

input[type=radio]:not(old):checked + label {
  background: url("../images/check1.png") no-repeat;
  background-size: 25px 25px;
  background-position: top left;
}/*# sourceMappingURL=base.css.map */