/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 50%!important;
  bottom: 30px!important;
  right: 5%!important;
}

.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  font-size: 0;
  text-align: right!important;
}

.bx-wrapper .bx-caption {
  bottom: 30px!important;
  left: 5%!important;
  background: none!important;
  width: 50%!important;
}
.bx-wrapper .bx-caption span {
  font-size: 14px!important;
  text-shadow: 0 0 5px #333;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 4px!important;
  padding-top: 0!important;
  width: 50px!important;
  height: 3px!important;
  background: transparent!important;
  border-bottom: 3px solid #cbcbcb;
  border-radius: 0!important;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: transparent !important;
  border-bottom: 3px solid #678477;
}

@media screen and (max-width: 1200px) {
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 45px !important;
  }
}


@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    text-align: left!important;
    width: 95%!important;
    left: calc(5% - 4px)!important;
    bottom: 15px!important;
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px !important;
  }
  .bx-wrapper .bx-caption {
    bottom: 35px!important;
    left: 5%!important;
    width: 90%!important;
  }

  .bx-wrapper .bx-caption span {
    padding: 0!important;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #4499ee;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3388dd;
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-line-informaiton-list {
  overflow-y: auto;
  max-height: 100px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
/*--------------------------------------------------------------
>>> : pickup
----------------------------------------------------------------*/
#pickup {
  background: #EDEEE9;
  padding: 70px 0;
}
.pickupTopWrap {
  width: 85%;
  margin: 0 auto;
}
.pickupTopWrap img {
  margin-bottom: 25px;
}
.pickupTopWrap p {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  font-weight: 300;;
}
.pickupBottomWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  margin: 10px auto 0;
  padding: 0;
}
.pickupBottomWrap_txt{
  width: 71%;
}
.pickupBottomWrap_txt p {
  margin: 0;
}

.pickupBottomWrap_btn {
  width: 20%;
  text-align: right;
}

@media screen and (min-width: 1600px) {
  .pickupTopWrap,
  .pickupBottomWrap {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  #pickup {
    padding: 40px 0;
  }
  .pickupTopWrap {
    width: 100%;
    flex-direction: column;
  }

  .pickupTopWrap {
    width: 100%;
  }

  .pickupTopWrap p {
    font-size: 5vw;
    line-height: 1.5;
    margin-right: 1em;
  }

  .pickupBottomWrap {
    width: 100%;
    flex-direction: column;
  }
  .pickupBottomWrap_txt {
    width: 100%;
  }
  .pickupBottomWrap_btn {
    width: 180px;
    text-align: center;
    padding-top: 20px;
    margin: auto;
  }
}



/*--------------------------------------------------------------
>>> : series
----------------------------------------------------------------*/
#series {
  background: #678477;
  padding: 70px 0;
}
#series .sec_ttl {
  color: #fff;
}

.seriesWrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.seriesItem img {
  width: 100%;
}
.seriesItem h3 {
  color: #fff;
  font-family: 'avenir-regular';
  font-weight: 100;
  font-size: 8px;
  font-size: 15px;
  line-height: 1;
  margin: 17px 0 0 0;
}

@media (max-width: 576px) {
  #series {
    padding: 50px 0;
  }
  .seriesWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .seriesItem {
    width: 100%;
    /*
    margin: 0 0 30px 0;
    */
    margin: 0;
  }
  .seriesItem h3 {
    font-size: 15px;
    line-height: 1;
    /*
    margin: 15px 0 0 0;
    */
    margin: 10px 0 0 0;
  }
}

/*--------------------------------------------------------------
>>> : RECOMMEND
>>> : CHECKED ITEMS
----------------------------------------------------------------*/
#recommend,
#checked {
  background: #fff;
  padding: 100px 0 50px;
  width: 70%;
  margin: 0 auto;
}
#recommend .sec_ttl,
#checked .sec_ttl {
  color: #3E3A39;
}

.productListWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#recommend .productListItem {
  width: 31.5%;
  width: 25%;
  margin: 0 1%;
  text-align: left;
}

#checked .productListItem {
  width: 23%;
  margin: 0 1%;
  text-align: left;
}

.productListItem_img img {
  width: 100%;
}
.productListItem_name {
  font-family: 'avenir-regular';
  font-weight: 100;
  font-size: 16px;
  line-height: 1;
  margin: 15px 0 0 0;
}
.productListItem_name span {
  margin-left: 1em;
  font-weight: 100;
}
.productListItem_price {
  font-family: 'avenir-regular';
  font-size: 14px;
}
.productListItem_price span {
  font-size: 12px;
  margin-left: 0.3em;
}

.productList_readmore {
  padding: 50px 0 70px;
  text-align: center;
}

#recommend .soem_btn,
#checked .soem_btn {
  width: 35%;
  max-width: 180px;
  margin: 0 auto;
}


@media (max-width: 576px) {
  #recommend,
  #checked {
    padding: 70px 0 10px;
    width: 100%;
  }
  #recommend .sec_ttl,
  #checked .sec_ttl {
    color: #3E3A39;
  }

  .productListWrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #recommend .productListItem,
  #checked .productListItem {
    width: 48%;
    margin: 0 0 15px 0;
  }

  .productListItem_img img {
    width: 100%;
  }
  .productListItem_name {
    font-size: 16px;
    line-height: 1.5;
  }
  .productListItem_name span {
    margin-left: 0;
    line-height: 1.3;
  }
  .productListItem_name span:before {
    content: "\A";
    white-space: pre;
  }
  .productListItem_price {
    font-size: 12px;
  }
  .productListItem_price span {
    font-size: 10px;
  }

  .productList_readmore {
    padding: 50px 0 70px;
  }

  #recommend .soem_btn,
  #checked .soem_btn {
    width: 50%;
    max-width: 180px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
>>> : ABOUT
----------------------------------------------------------------*/
#about {
  margin: 0 auto;
}
.aboutWrap {
  display: flex;
  justify-content: space-between;
}
.aboutItem {
  width: 50%;
  position: relative;
}

.aboutItem img {
  width: 100%;
}
.aboutItem img:hover {
  opacity: 0.8;
  transition : 1s;
}

.aboutItem_txt {
  position: absolute;
  top: 10%;
  right: 13%;
  right: 5%;
  margin: auto;
  z-index: 2;
  text-align: right;
  color: #3e3a39;
}

.aboutItem_txt h2 {
  font-family: 'avenir-regular';
  font-weight: 100;
  font-size: 26px;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0;

}
.aboutItem_txt span {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media (max-width: 576px) {
  .aboutWrap {
    flex-wrap: wrap;
  }
  .aboutItem {
    width: 100%;
  }
  .aboutItem_txt {
    width: 100%;
  }
  .aboutItem_txt h2 {
    font-size: 18px;
    font-size: 21px;
  }
  .aboutItem_txt span {
    font-size: 13px;
    font-size: 15px;
  }
}


/*--------------------------------------------------------------
>>> : CALENDAR
----------------------------------------------------------------*/
#calendar {
  margin: 0 auto;
  padding: 70px 0;
  background: #E5DFD7;
}
#calendar .sec_ttl {
}

.calendarWrap {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.calendarMemoWrap {
  text-align: left;
  font-size: 12px;
  width: 65%;
  margin: 60px auto;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.tbl_calendar caption {
  font-family: 'avenir-regular';
  font-size: 16px;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 7px !important;
  text-align: center !important;
  border: 2px solid #E5DFD7 !important;
}


@media (max-width: 576px) {
  .calendarWrap {
    display: block;
  }
  .tbl_calendar th, .tbl_calendar td {
    font-size: 10px;
    padding: 3px !important;
    text-align: center !important;
    border: 1.5px solid #E5DFD7 !important;
  }
  .calendarMemoWrap {
    font-size: 10px;
    margin-top: 0px;
    width: auto;
  }
}

/*--------------------------------------------------------------
>>> : information
----------------------------------------------------------------*/
#info {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
}
#info .sec_ttl {
  color: #3E3A39;
}

.infoWrap {
  width: 50%;
  margin: 0 auto;
  letter-spacing: 0.15em;
}

.infoWrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;

  margin-bottom: 10px;
}
.infoWrap dt {
  font-weight: 400;
  font-size: 14px;
}
.infoWrap dd {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 800px) {
  .infoWrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .infoWrap {
    width: 100%;
  }
  .infoWrap dl {
    flex-direction: column;
  }
  .infoWrap dt {
    width: 100%;
  }
  .infoWrap dd {
    width: 100%;
    margin: 5px 0 10px 0;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ranking-list__txt {
  text-align: center;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
/******************************/
/* TOP Å¹ÊÞ¾Ò²ð */
/******************************/
.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #ffffff;
}


.fade-in {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}