/*===============================================================

  追加分(TOP)

================================================================*/
.more01 {
  display: inline-block;
  margin-top: 70px;
  padding-right: 54px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right center;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/arrow01.png);
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .more01 {
    margin-top: 35px;
    padding-right: 40px;
    background-size: 30px auto;
    font-size: 1.6rem;
  }
}

.more01-white {
  color: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/arrow02.png);
}

.more01-white:hover {
  color: #b4b4b4;
}

/*----------------------------------
    MV
------------------------------------*/
#mv {
  margin: 0 auto 47px;
}

#mv .slick-list {
  overflow: visible;
}

#mv .slick-slide {
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  #mv {
    max-width: 1210px;
    max-height: 650px;
  }
  #mv .slick-slide {
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  #mv {
    width: 100%;
    margin-bottom: 35px;
  }
  #mv .slick-list {
    overflow: hidden;
  }
  #mv .slick-slide {
    margin: 0;
  }
}

.mv_item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mv_wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.slick-dots {
  margin-top: 20px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.slick-dots button {
  border: none;
  padding: 0;
  text-indent: -9999px;
  background-color: #e6e6e6;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #911333;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots button {
    width: 6px;
    height: 6px;
  }
}

.slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  width: 28px;
  height: 38px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 14px;
    height: 19px;
    margin-top: -24px;
  }
}

.slick-prev {
  left: -46px;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/slider_arrow_prev.png);
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: -46px;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/slider_arrow_next.png);
}

@media screen and (max-width: 767px) {
  .slick-next {
    right: 0;
  }
}

/*----------------------------------
    section
------------------------------------*/
@media screen and (min-width: 768px) {
  .section_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*----------------------------------
    info
------------------------------------*/
@media screen and (min-width: 768px) {
  .infoSection {
    position: relative;
    padding: 100px 0 50px;
  }
  .infoSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .infoSection {
    margin-bottom: 50px;
  }
}

.infoList dl {
  border-bottom: 1px solid #dcdcdc;
}

.infoList dl:first-child {
  border-top: 1px solid #dcdcdc;
}

@media screen and (min-width: 768px) {
  .infoList {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .infoList dl {
    padding: 25px 0;
  }
  .infoList .infoList_date {
    width: 120px;
    float: left;
    font-size: 2.0rem;
    line-height: 30px;
  }
  .infoList dd p {
    line-height: 30px;
  }
 /* .infoList .infoList_text {
    margin-left: 120px;
    font-size: 2.0rem;
  }*/
}

@media screen and (max-width: 767px) {
  .infoList {
    margin-top: 20px;
  }
  .infoList dl {
    padding: 10px;
  }
  .infoList .infoList_date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  
    .infoList dd p {
    line-height: 25px;
  }
  
  .infoList .infoList_text {
    font-size: 1.4rem;

  }
  .infoSection {
    position: relative;
  }
  .infoSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

/*----------------------------------
    searcharea
------------------------------------*/
.searchareaSection {
  padding: 200px 0;
}
.searchareaSection .search_wrap {
  width: 100%;
}
.searchareaSection .search_wrap form {
  width: 100%;
  background: #f8f8f8;
}
.searchareaSection .search_wrap form .search_txt {
  width: 94%;
    color: #b2b2b2;
    padding: 0 20px;
    border: none;
    background: none;
    min-height: 50px;
}
.searchareaSection .search_wrap form .search_img {
  width: 3%;
}
.searchareaSection .search_wrap .keyword h3 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  margin: 0 20px 0 0;
}
.searchareaSection .search_wrap .keyword p {
  float: left;
  font-size: 18px;
  width: 83%;
}
@media screen and (max-width: 767px) {
  .searchareaSection {
    padding: 80px 0;
  }
  .searchareaSection .search_wrap {
    padding: 35px 25px 70px;
  }
  .searchareaSection .search_wrap .keyword h3 {
    float: none;
    text-align: center;
    font-size: 16px;
  }
  .searchareaSection .search_wrap .keyword p {
    float: left;
    font-size: 14px;
  }
  .searchareaSection .search_wrap form .search_txt {
    width: 88%;
  }
  .searchareaSection .search_wrap form .search_img {
    width: 6%;
  }
}

/*----------------------------------
    set(SOMMELIER SET)
------------------------------------*/
@media screen and (min-width: 768px) {
  .setSection {
    position: relative;
    /*padding: 100px 0;*/
  }
  .setSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fcf8f3;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  
  .itemList01_2 {
    padding-top: 120px;
  }
}

.setSection_inner {
  position: relative;
}

.setSection_inner:before, .setSection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .setSection_inner {
    margin-top: -40px;
  }
  .setSection_inner:before, .setSection_inner:after {
    width: 474px;
    height: 173px;
  }
  .setSection_inner:before {
    top: -122px;
    right: -180px;
  }
  .setSection_inner:after {
    bottom: 0;
    left: -250px;
  }
}

@media screen and (max-width: 767px) {
  .setSection_inner:before, .setSection_inner:after {
    width: 237px;
    height: 87px;
  }
  .setSection_inner:before {
    top: 30px;
    right: -117px;
  }
  .setSection_inner:after {
    top: 463px;
    left: -100px;
  }
  .setSection_inner .item_wrap {
    position: relative;
    margin-top: 30px;
    padding: 0 15px 50px;
  }
  .setSection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #fcf8f3;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

/*----------------------------------
    itemBlock01
    (SHIPPING FREE / NEW ITEM で使用)
------------------------------------*/
@media screen and (min-width: 768px) {
  .itemBlock01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-betweeen;
    -ms-flex-pack: space-betweeen;
    justify-content: space-betweeen;
  }
}

@media screen and (min-width: 768px) {
  .itemBlock01_image {
    width: 41%;
    max-width: 410px;
  }
}

@media screen and (min-width: 768px) {
  .itemBlock01_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-left: 60px;
  }
}

.itemBlock01_detail__title {
  margin: 0 0 30px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .itemBlock01_detail__title {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

.itemBlock01_detail__title-yellow {
  color: #eed9bb;
}

.itemBlock01_detail__text {
  margin: 0 0 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .itemBlock01_detail__text {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
}

.itemBlock01_detail__text-white {
  color: #fff;
}

.itemBlock01_detail__price {
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.itemBlock01_detail__price .small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .itemBlock01_detail__price {
    font-size: 1.5rem;
  }
  .itemBlock01_detail__price .small {
    font-size: 1.0rem;
  }
}

.itemBlock01_detail__price-white {
  color: #fff;
}

/*----------------------------------
    shipping(SHIPPING FREE)
------------------------------------*/
.shippingSection {
  margin: 240px 0;
}

@media screen and (min-width: 768px) {
  .shippingSection {
    position: relative;
  }
  .shippingSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .shippingSection .ttl01_wrap {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .shippingSection {
    margin: 75px 0 0;
  }
  .shippingSection .ttl01_wrap {
    margin-bottom: 20px;
  }
}

.shippingSection_inner {
  position: relative;
}

.shippingSection_inner:before, .shippingSection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .shippingSection_inner:before, .shippingSection_inner:after {
    width: 474px;
    height: 173px;
  }
  .shippingSection_inner:before {
    top: -143px;
    right: -180px;
  }
  .shippingSection_inner:after {
    bottom: -90px;
    left: -40px;
  }
  .shippingSection_inner .item_wrap {
    padding: 90px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

@media screen and (max-width: 767px) {
  .shippingSection_inner:before, .shippingSection_inner:after {
    width: 237px;
    height: 87px;
  }
  .shippingSection_inner:before {
    top: 38px;
    right: -110px;
    z-index: 0;
  }
  .shippingSection_inner:after {
    top: 320px;
    left: -110px;
  }
  .shippingSection_inner .item_wrap {
    padding: 80px 0;
  }
  .shippingSection_inner .item_wrap {
    position: relative;
    padding: 35px 45px 70px;
  }
  .shippingSection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

/*----------------------------------
    new(NEW ITEM)
------------------------------------*/

.new{
width: 1000px;
    height: 380px;
    margin: 0 auto;
    padding: 0 10px 0 0;
    box-sizing: border-box
}

.scroll {
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100%;
    height: 380px;
	box-sizing: border-box;
}

.newcon:first-child {
    margin-top: 0px;
}

.newimg {
    float: left;
    width: 200px;
}
.newright {
    float: left;
    margin: 0 0 80px 30px;
    width: 690px;
}

.newtitle {
    font-size: 18px;
    line-height: 1.5em;
}

h3.newtitle {
    margin:0;
}
.newprice {
    margin: 10px 0 6px;
    color: #333333;
    font-size: 14px;
    /*line-height: 22px;*/
}
.newtext {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

p.newtext{
   　/*テキスト両端揃え*/
 　 text-align: justify;
  text-justify: inter-ideograph;
}


.newSection {
  margin: 210px 0 0;
  position: relative;
}

.newSection:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .newSection .ttl01_wrap {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .newSection {
    margin: 0;
    /*padding: 80px 0;*/
  }
}

.newSection_inner {
  position: relative;
  height: auto;
}

.newSection_inner:before, .newSection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .newSection_inner:before, .newSection_inner:after {
    width: 474px;
    height: 173px;
  }
  .newSection_inner:before {
    top: 152px;
    left: -343px;
  }
  .newSection_inner:after {
    top: 310px;
    right: -238px;
  }
  .newSection_inner .item_wrap {
    padding: 80px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

@media screen and (max-width: 767px) {
  .newSection_inner:before, .newSection_inner:after {
    width: 237px;
    height: 87px;
  }
  .newSection_inner:before {
    top: 280px;
    right: -137px;
  }
  .newSection_inner:after {
    top: 200px;
    left: -70px;
  }
  .newSection_inner .item_wrap {
    padding: 80px 0;
  }
  .newSection_inner .item_wrap {
    padding: 35px 45px 0;
  }
  .newSection:before{
    top: 60px;
    height: 430px;
  }
  
  .new {
    width: 100%;
  }
.newimg {
    float: none;
    width: 100%;
    text-align: center;
}
.newright {
    float: none;
    margin: 0 auto;
    width: 100%;
}
  
}

/*----------------------------------
    ranking
------------------------------------*/
.rankingSection {
  margin: 0 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .rankingSection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .rankingSection .ttl01_wrap {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .rankingSection {
    padding: 60px 0 0;
  }
}

.rankingSection_inner {
  position: relative;
}

.rankingSection_inner:before, .rankingSection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .rankingSection_inner:before, .rankingSection_inner:after {
    z-index: -1;
    width: 474px;
    height: 173px;
  }
  .rankingSection_inner:before {
    top: 111px;
    right: -120px;
  }
  .rankingSection_inner:after {
    bottom: 60px;
    left: -174px;
  }
  .rankingSection_inner .item_wrap {
    margin-top: -40px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .rankingSection_inner:before, .rankingSection_inner:after {
    width: 237px;
    height: 87px;
  }
  .rankingSection_inner:before {
    top: 310px;
    left: -112px;
  }
  .rankingSection_inner:after {
    content: none;
  }
  .rankingSection_inner .ttl01_wrap {
    margin-bottom: 20px;
  }
  .rankingSection_inner .item_wrap {
    padding: 0 45px 60px;
    position: relative;
  }
  .rankingSection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec01.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}

/*----------------------------------
    searchSection
------------------------------------*/
.searchSection {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .searchSection .ttl01_wrap {
    padding-right: 46px;
    margin-top: -70px;
  }
  .searchSection .more01 {
    margin-top: 40px;
  }
}

.searchSection-area {
  background-color: #ffffff;
}

.searchSection-red {
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec02.png);
}

.searchSection-white {
  background-color: #ffffff;
}

.searchSection_inner {
  padding: 150px 0 70px;
  position: relative;
}

.searchSection_inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .searchSection_inner:before {
    width: 474px;
    height: 173px;
  }
}

@media screen and (max-width: 767px) {
  .searchSection_inner {
    padding: 60px 0;
  }
  .searchSection_inner:before {
    width: 237px;
    height: 87px;
  }
}

.searchSection_inner-area:before {
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
}

@media screen and (min-width: 768px) {
  .searchSection_inner-area:before {
    bottom: -5px;
    left: -190px;
  }
}

@media screen and (max-width: 767px) {
  .searchSection_inner-area:before {
    top: 0;
    left: -160px;
  }
}

.searchSection_inner-red:before {
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg03.png);
}

@media screen and (min-width: 768px) {
  .searchSection_inner-red:before {
    bottom: 75px;
    left: 130px;
  }
}

@media screen and (max-width: 767px) {
  .searchSection_inner-red:before {
    top: 0;
    left: -130px;
  }
}

.searchSection_inner-white:before {
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg01.png);
}

@media screen and (min-width: 768px) {
  .searchSection_inner-white:before {
    top: 45px;
    right: -126px;
  }
}

@media screen and (max-width: 767px) {
  .searchSection_inner-white:before {
    top: 0;
    left: -160px;
  }
}

@media screen and (min-width: 768px) {
  .search_nav {
    width: 240px;
    margin-right: 84px;
  }
  .search_nav li {
    border-top: 1px solid #dcdcdc;
    padding: 3px 0;
    cursor: pointer;
  }
  .search_nav li:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  .search_nav li span {
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #969696;
  }
  .search_nav li span:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  .search_nav li:hover span,
  .search_nav li.current span {
    background-color: #f2f2f2;
    color: #000;
  }
  .search_nav li:hover span:after,
  .search_nav li.current span:after {
    border-color: #a74b62;
  }
}

@media screen and (max-width: 767px) {
  .search_nav {
    width: 100%;
    height: 70px;
    margin: 35px 0 50px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search_nav li {
    height: 70px;
    padding: 0 2px;
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .search_nav li:not(:last-child) {
    border-right: 1px solid #dadada;
  }
  .search_nav li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 15px;
    color: #969696;
    text-align: center;
    padding-bottom: 20px;
  }
  .search_nav li span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/arrow03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
  }
  .search_nav li.current span {
    background-color: #f2f2f2;
    color: #000;
  }
  .search_nav li.current span:after {
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/arrow04.png);
  }
}

@media screen and (min-width: 768px) {
  .search_nav-gray {
    width: 240px;
    margin-right: 84px;
  }
  .variery_box {
    width: 240px;
    margin: 0 auto;
  }
  .variery_box h3 {
    border-bottom: 1px solid #646464;
    color: #eed9bb;
    position: relative;
    margin: 0;
    padding: 10px;
    font-size: 18px;
  }
  .search_nav-gray .variery_box li {
    border-bottom: 1px solid #646464;
    color: #eed9bb;
    position: relative;
    font-size: 18px;
  }
  .search_nav-gray .variery_box li a {
    display: block;
    padding: 10px;
    color: #fff;
  }
  .search_nav-gray.red li a:hover {
    background: #870323;
  }
  .search_nav-gray.white li a:hover {
    background: #ffffff;
    color: #000;
  }
  .search_nav-gray.price li a:hover {
    background: #d2d2d2;
    color: #000;
  }
  .search_nav-gray .variery_box li a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  .search_nav-gray.white li a:hover:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  .search_nav-gray.price li a:hover:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  .variery_r {
    margin: 30px auto;
    padding-bottom: 50px;
  }
  .variery_box {
    width: 71%;
    margin: 0 auto;
  }
  .search_nav-gray {
    width: 100%;
    margin: 0 auto;
  }
  .variery_box h3 {
    color: #eed9bb;
    border-bottom: 1px solid #646464;
    position: relative;
    margin: 0;
    padding: 10px;
  }
  .search_nav-gray:first-child .variery_box h3 {
    border-top: 1px solid #646464;
  }
  .variery_box h3:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    transition: 0.3s;
  }
  .variery_box h3.check:after {
    transform: rotate( 130deg );
  }
  .search_nav-gray:last-child {
    
  }
  .search_nav-gray .variery_box li {
    border-bottom: 1px solid #646464;
    position: relative;
  }
  .search_nav-gray .variery_box li a {
    display: block;
    padding: 10px;
    color: #fff;
  }
  .search_nav-gray .variery_box li a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  
}

.search_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 0;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .search_item {
    width: auto;
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .search_item {
    padding: 0 25px 50px;
  }
}

@media screen and (min-width: 768px) {
  .searchList01 {
    max-width: 720px;
  }
}

.searchList01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .searchList01_unit {
    width: calc((100% - 100px) / 3);
    max-width: calc((100% - 100px) / 3);
  }
  .searchList01_unit:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  _:-ms-lang(x), .searchList01_unit:not(:nth-child(3n)) {
    margin-right: 49px;
  }
  .searchList01_unit:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .searchList01_unit {
    width: calc((100% - 25px) / 2);
  }
  .searchList01_unit:nth-child(even) {
    margin-left: 25px;
  }
  .searchList01_unit:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.searchList01_unit__image {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .searchList01_unit__image {
    margin-bottom: 10px;
  }
}

.searchList01_unit__text .title {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.searchList01_unit__text .price {
  font-size: 1.8rem;
}

.searchList01_unit__text .small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .searchList01_unit__text .title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .searchList01_unit__text .price {
    font-size: 1.5rem;
  }
  .searchList01_unit__text .small {
    font-size: 1.0rem;
  }
}

.searchList01_unit__text-white .title,
.searchList01_unit__text-white .title a,
.searchList01_unit__text-white .price,
.searchList01_unit__text-white .small {
  color: #fff;
}

.searchList01_unit__text-white .title a:hover {
  color: #b4b4b4;
}

/*----------------------------------
    aboutSection
------------------------------------*/
.aboutSection {
  padding-bottom: 140px;
  background-repeat: no-repeat;
  position: relative;
}

.aboutSection:before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #870323;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .aboutSection {
    max-width: 1300px;
    margin: 90px 4% 0;
    background-position: top center;
    background-size: 100% auto;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/img_about01_pc.png);
  }
}

@media screen and (max-width: 767px) {
  .aboutSection {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    padding-bottom: 40px;
    background-position: top right;
    background-size: 75% auto;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/img_about01_sp.png);
  }
  .aboutSection:before {
    top: 40px;
    height: calc(100% - 40px);
  }
}

.aboutSection_title {
  margin: 0;
}

.aboutSection_title span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 0 30px;
  font-size: 3.0rem;
}

@media screen and (min-width: 768px) {
  .aboutSection_title {
    padding: 112px 0 70px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .aboutSection_title {
    width: 25%;
    padding: 75px 0 45px;
    text-align: center;
  }
  .aboutSection_title span {
    padding: 0 15px;
    font-size: 1.5rem;
  }
}

.aboutSection_text {
  font-size: 1.8rem;
  color: #fff;
  padding-left: calc(50% - 50px);
}

@media screen and (max-width: 767px) {
  .aboutSection_text {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

/*----------------------------------
    deliverySection
------------------------------------*/
.deliverySection {
  margin: 90px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .deliverySection:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec03.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .deliverySection .ttl01_wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .deliverySection {
    padding: 0;
    margin: 0;
  }
}

.deliverySection_inner {
  position: relative;
  padding-top: 70px;
}

.deliverySection_inner:before, .deliverySection_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .deliverySection_inner:before, .deliverySection_inner:after {
    z-index: -1;
    width: 474px;
    height: 173px;
  }
  .deliverySection_inner:before {
    top: 0;
    right: -120px;
  }
  .deliverySection_inner:after {
    bottom: 0;
    left: -100px;
  }
  .deliverySection_inner .item_wrap {
    flex: 1 1 0;
    max-width: 1000px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .deliverySection_inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .deliverySection_inner:before, .deliverySection_inner:after {
    width: 237px;
    height: 87px;
  }
  .deliverySection_inner:before {
    top: 0px;
    right: -148px;
  }
  .deliverySection_inner:after {
    bottom: 30px;
    left: 45px;
  }
  .deliverySection_inner .item_wrap {
    padding: 80px 0;
  }
  .deliverySection_inner .item_wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_sec03.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .deliverySection_inner .item_wrap {
    padding: 30px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .deliveryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .deliveryList {
    position: relative;
    z-index: 1;
  }
}

.deliveryList_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliveryList_unit:nth-of-type(1), .deliveryList_unit:nth-of-type(4) {
  background-color: #fff;
}

.deliveryList_unit:nth-of-type(2), .deliveryList_unit:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .deliveryList_unit {
    width: 50%;
    max-width: 500px;
  }
  .deliveryList_unit:nth-of-type(odd) {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  .deliveryList_unit:nth-of-type(even) {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  .deliveryList_unit:nth-of-type(n + 3) {
    border-bottom: 1px solid #dcdcdc;
  }
}

@media screen and (max-width: 767px) {
  .deliveryList_unit {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }
  .deliveryList_unit:last-of-type {
    border-bottom: 1px solid #dcdcdc;
  }
}

.deliveryList_unit__image img {
  width: 100%;
  height: auto;
}


/*----------------------------------
    bnrArea
------------------------------------*/
.bnrArea {
  padding: 0 0 110px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnrArea {
    padding: 30px 0;
  }
}