@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #4D4D4D;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body * {
  color: #4D4D4D;
  font-size: 14px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

header a {
  text-decoration: none;
}

header .head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 5px;
}

header .head_top h1 {
  margin-left: 75px;
  margin-bottom: 10px;
}

.head_top_right .head_nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.head_top_right .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head_top_right .head_nav li {
  border-right: solid 1px #ccc;
}

.head_top_right .head_nav li:last-child {
  border-right: none;
}

.head_top_right .head_nav li a {
  display: block;
  line-height: 14px;
  padding: 0 15px;
}

.head_top_right .head_search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.head_top_right .head_search_area form {
  width: 310px;
  background: #F2F2F2;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

.head_top_right .head_search_area form .search_text {
  line-height: 40px;
  width: 270px;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head_top_right .head_search_area form .search_btn {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: url("../img/icon_search.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 18px;
}

.head_top_right .head_search_area .head_sns {
  margin-left: 10px;
}

.head_top_right .head_search_area .head_sns.tw {
  margin-left: 15px;
}

.head_top_right .send ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 765px;
  margin: 0 0 0 auto;
  border: solid 1px #B28246;
  border-radius: 5px;
}

.head_top_right .send ul .send01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 48px;
  background: #B28246;
}

.head_top_right .send ul .send01 span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-left: 5px;
}

.head_top_right .send ul .send02 {
  font-size: 13px;
  line-height: 1.53;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding-left: 17px;
}

.head_top_right .send ul .send02 span {
  font-size: 13px;
  font-weight: normal;
}

.g_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_nav > ul > li {
  position: relative;
}

.g_nav > ul > li:hover::before {
  content: "";
  width: 134px;
  height: 3px;
  background: #4C2400;
  position: absolute;
  left: 0;
  bottom: 0;
}

.g_nav > ul > li > a {
  display: block;
  text-align: center;
  width: 137px;
  height: 90px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g_nav > ul > li > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C69B6D;
  font-size: 10px;
  line-height: 1.1;
  height: 22px;
  margin-bottom: 5px;
}

.g_nav > ul > li > a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.16em;
  height: 29px;
}

.g_nav > ul > li.open_nav {
  position: relative;
}

.g_nav > ul > li.open_nav .g_nav_in {
  display: none;
  position: absolute;
  top: 90px;
  z-index: 99999;
}

.g_nav > ul > li.open_nav .g_nav_in::before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../img/g_nav_in_arrow.png") no-repeat 0 0/100%;
  position: absolute;
  top: 0;
}

.g_nav > ul > li.open_nav .g_nav_in.nav_cookies {
  width: 1045px;
  height: 320px;
  left: -640px;
}

.g_nav > ul > li.open_nav .g_nav_in.nav_cookies::before {
  left: 700px;
}

.g_nav > ul > li.open_nav .g_nav_in.nav_choco {
  right: 0;
}

.g_nav > ul > li.open_nav .g_nav_in.nav_choco::before {
  right: 61px;
}

.g_nav > ul > li.open_nav:hover > .g_nav_in,
.g_nav > ul > li.open_nav .g_nav_in:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_nav > ul > li.open_nav .g_nav_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px 25px;
  margin-top: 10px;
  background: #fff;
}

.g_nav > ul > li.open_nav .g_nav_in ul li {
  width: 310px;
  margin: 0 auto;
  border-bottom: solid 1px #ccc;
}

.g_nav > ul > li.open_nav .g_nav_in ul li:last-child,
.g_nav > ul > li.open_nav .g_nav_in.nav_cookies ul li:nth-child(7),
.g_nav > ul > li.open_nav .g_nav_in.nav_cookies ul li:nth-child(13) {
  border-bottom: none;
}

.g_nav > ul > li.open_nav .g_nav_in ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.42;
  text-align: left;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.g_nav > ul > li.open_nav .g_nav_in ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #C69B6D;
  border-right: 2px solid #C69B6D;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide_area {
  margin-bottom: 80px;
  overflow-x: hidden;
}

.slider {
  width: 1100px;
  margin: 0 auto;
}

.slider .slick-list {
  width: 1100px;
  margin: 0 auto;
  overflow: visible;
}

.slider .slick-slide {
  opacity: 0.6;
}

.slider .slick-slide.slick-active {
  opacity: 1;
}

.slider li img {
  width: 100%;
}

.slider .slick-prev,
.slider .slick-next,
.slider .slick-prev::before,
.slider .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 1;
}

.slider .slick-prev:hover::before,
.slider .slick-next:hover::before {
  opacity: 0.8;
}

.slider .slick-prev::before {
  background: url("../img/icon_slide_arrow_p.png") no-repeat center/100%;
}

.slider .slick-next::before {
  background: url("../img/icon_slide_arrow_n.png") no-repeat center/100%;
}

.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.slider .slick-dots {
  bottom: 0;
}

.slick-dots li {
  margin: 0 20px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  opacity: 1;
  background: #E6E6E6;
}

.slick-dots li.slick-active button:before {
  background: #A4938D;
  opacity: 1;
}

.main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.left_area {
  width: 200px;
}

.left_bnr_area li {
  margin-bottom: 20px;
}

.news_area {
  background: #F6F0E9;
  border-radius: 5px;
  padding-bottom: 20px;
}

.news_area .news_list {
  width: 168px;
  margin: 0 auto;
}

.news_area .news_list li {
  padding: 15px 0;
  background-image: linear-gradient(to right, #4D4D4D, #4D4D4D 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.news_area .news_list li:last-child {
  background-image: none;
}

.news_area .news_list li p {
  font-size: 13px;
  line-height: 1.53;
  width: 148px;
  margin: 0 auto;
}

.news_area .news_list li p.day {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.news_area .news_list li p.text {
  font-size: 14px;
  line-height: 1.5;
}

.search_area .search_text {
  line-height: 40px;
  width: 200px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #F2F2F2;
}

.cate_area .cate_list {
  margin-bottom: 40px;
}

.cate_area .cate_list > li {
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

.cate_area .cate_list > li.choco {
  margin-top: 28px;
}

.cate_area .cate_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate_area .cate_list > li > a span {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-left: 8px;
}

.cate_area .cate_list > li .tit a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 20px 0 20px 37px;
  position: relative;
}

.cate_area .cate_list > li .tit a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/left_cate_icon.png) no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  left: 20px;
}

.cate_area .cate_list > li ul li {
  border-top: solid 1px #ccc;
}

.cate_area .cate_list > li ul li:first-child {
  border-top: none;
}

.cate_area .cate_list > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate_area .cate_list > li ul li a span {
  font-size: 14px;
  line-height: 1.35;
}

.cate_area .cate_list > li ul li a span.min {
  font-size: 12px;
  line-height: 1.16;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.cate_area .cate_list > li .cate_in_list li a span {
  margin-left: 13px;
}

.cate_area .cate_list > li .cate_in_list_min {
  width: 180px;
  margin: 0 auto;
}

.cate_area .cate_list > li .cate_in_list_min li a span {
  margin-left: 8px;
}

.left_area .bnr {
  margin-bottom: 20px;
}

.member_area {
  position: relative;
}

.member_area .more {
  width: 162px;
  margin: 0 auto;
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
}

.more a {
  display: block;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background: #4C2400;
  border-radius: 17px;
  position: relative;
}

.more a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop_area h3 {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 10px;
  background-image: linear-gradient(to right, #E6E6E6, #E6E6E6 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.shop_area .add {
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
}

.cale_area {
  text-align: center;
  margin-bottom: 35px;
}

.cale_area .cale_color li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: left;
}

.cale_area .cale_color li strong {
  font-weight: normal;
  line-height: 1.42;
}

.cale_area .cale_color li strong .green {
  color: #009900;
  line-height: 1.42;
}

.cale_area .cale_color li strong .red {
  color: #FF0000;
  line-height: 1.42;
}

.cale_area .text {
  font-size: 13px;
  line-height: 1.53;
  text-align: left;
  margin-top: 15px;
}

.main_area {
  width: 880px;
}

.main_bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.main_bnr_area li {
  width: 280px;
}

.main_bnr_area li img {
  width: 100%;
}

.new_area {
  margin-bottom: 45px;
}

.new_list,
.reco_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new_list li,
.reco_list li {
  width: 196px;
  margin-right: 32px;
  margin-bottom: 30px;
}

.new_list li .img img,
.reco_list li .img img {
  width: 100%;
}

.new_list li:nth-child(4n),
.reco_list li:nth-child(4n) {
  margin-right: 0;
}

.new_list li .name,
.reco_list li .name {
  line-height: 1.4;
  margin: 10px 0 5px;
}

.new_list li .price,
.reco_list li .price {
  font-size: 15px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.rank_area {
  margin-bottom: 100px;
}

.rank_list_area {
  border-radius: 8px;
  background: #F6F0E9;
  padding: 35px 0 50px;
}

.rank_area .rank_list {
  width: 786px;
  margin: 0 auto;
}

.rank_area .rank_list li {
  width: 180px !important;
  margin: 0 10px;
}

.rank_area .rank_list li .img img {
  width: 100%;
}

.rank_area .rank_list li .name {
  line-height: 1.4;
  margin: 10px 0 5px;
}

.rank_area .rank_list li .price {
  font-size: 15px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.rank_area li img {
  width: 100%;
}

.rank_area .slick-prev,
.rank_area .slick-next,
.rank_area .slick-prev::before,
.rank_area .slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 32px;
  z-index: 999;
  opacity: 1;
}

.rank_area .slick-prev:hover::before,
.rank_area .slick-next:hover::before {
  opacity: 0.8;
}

.rank_area .slick-prev::before {
  background: url("../img/icon_rank_arrow_p.png") no-repeat center/100%;
}

.rank_area .slick-next::before {
  background: url("../img/icon_rank_arrow_n.png") no-repeat center/100%;
}

.reco_bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.reco_area {
  margin-bottom: 70px;
}

.main_news_area .news_list {
  padding: 45px 0;
  border-radius: 8px;
  background: #F3ECE3;
}

.main_news_area .news_list ul {
  margin-left: 55px;
}

.main_news_area .news_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.main_news_area .news_list ul li:first-child {
  margin-top: 0;
}

.main_news_area .news_list ul li .day {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  width: 90px;
}

.main_news_area .news_list ul li .text {
  font-size: 14px;
  line-height: 1.5;
  width: 680px;
}

.infomation {
  background: #F6F0E9;
}

.infomation .inner {
  padding-bottom: 40px;
}

.infomation .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infomation .info_area .box {
  width: 328px;
}

.infomation .info_area .box .pay,
.infomation .info_area .box .retu {
  margin-bottom: 60px;
}

.infomation .info_area .box h3 {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.infomation .info_area .box .text {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.infomation .info_area .box .text a {
  text-decoration: underline;
}

.infomation .info_area .box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.infomation .info_area .box h4 span {
  display: block;
  color: #4C2400;
  font-size: 21px;
  line-height: 1.28;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}

.infomation .info_area .box .box_in {
  border-bottom: solid 1px #534741;
  margin-bottom: 15px;
}

.infomation .info_area .box .info_btn {
  margin-bottom: 25px;
}

.infomation .info_area .box .info_btn.brand {
  margin-bottom: 10px;
}

.infomation .info_area .box .info_btn a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.04em;
  width: 254px;
  background: #B28246;
  border-radius: 6px;
  position: relative;
}

.infomation .info_area .box .info_btn a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.infomation .info_area .box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infomation .info_area .box .sns .btn {
  margin-right: 10px;
}

footer .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 0;
}

footer .foot_nav li {
  padding: 0 20px;
  border-right: solid 1px #4D4D4D;
}

footer .foot_nav li:last-child {
  border-right: none;
}

footer .foot_nav li a {
  font-size: 13px;
}

footer .copy {
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
}
/*# sourceMappingURL=style.css.map */