@charset "Shift_JIS";
/* ---------------------------------------------------------
 *	共通
 *---------------------------------------------------------- */
#p_home .contents_ {
  font-size: 14px;
}

#p_home .contents_ .mainframe_ #block_of_top_body > * + * {
  margin-top: 80px;
}

#p_home .contents_ .leftmenuframe_ {
  display: none;
}

#p_home .contents_ .homeInner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#p_home .contents_ .homeInner.royaldeli_inner {
  max-width: inherit;
}

/* ---------------------------------------------------------
 *	メインビジュアル */
/* --------------------------------------------------------- */
.mainvisual_slide {
  opacity: 0;
  height: 471px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mainvisual_slide.slick-initialized {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .mainvisual_slide {
    height: 94vw;
  }
}

#p_home .contents_ .mainvisual {
  margin-top: 20px;
  overflow: hidden;
}

#p_home .contents_ .mainvisual .slick-list {
  overflow: visible;
}

#p_home .contents_ .mainvisual .slick-slide {
  padding: 0 10px;
  outline: 0;
}

#p_home .contents_ .mainvisual .slick-dots > li {
  max-width: 80px;
  width: 12vw;
  height: 10px;
}

#p_home .contents_ .mainvisual .slick-dots > li button {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e5e2;
}

#p_home .contents_ .mainvisual .slick-dots > li button::before {
  display: none;
}

#p_home .contents_ .mainvisual .slick-dots > li.slick-active button {
  background-color: #444;
}

/* ---------------------------------------------------------
 *	オンラインショッピング */
/* --------------------------------------------------------- */
#p_home .contents_ .online .online_ttl {
  font-size: 30px;
  text-align: center;
  color: #c61a25;
  font-weight: 500;
}

#p_home .contents_ .online .online_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_home .contents_ .online .online_cont {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

#p_home .contents_ .online .online_sub {
  font-size: 24px;
  font-weight: 500;
}

#p_home .contents_ .online .online_txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}

#p_home .contents_ .online .online_pic {
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
}

/* ---------------------------------------------------------
 *	pickup */
/* --------------------------------------------------------- */
#p_home .contents_ .pickup {
  background-color: #eeeeec;
}

#p_home .contents_ .pickup .pickup_inner {
  padding: 80px 0;
}

#p_home .contents_ .pickup .pickup_ttl {
  font-size: 24px;
  font-weight: 600;
}

#p_home .contents_ .pickup .pickup_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_home .contents_ .pickup .pickup_list > li {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

#p_home .contents_ .pickup .pickup_txt {
  margin-top: 10px;
}

/* ---------------------------------------------------------
 *	youtube */
/* --------------------------------------------------------- */
#p_home .contents_ .youtube {
  margin-top: 0;
  background-color: #2e2c2c;
}

#p_home .contents_ .youtube .youtube_inner {
  padding: 80px 0;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------
 *	banner */
/* --------------------------------------------------------- */
#p_home .contents_ .banner .banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_home .contents_ .banner .banner_list > li {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

#p_home .contents_ .banner .banner_pic {
  border: 1px solid #8a8a8a;
}

#p_home .contents_ .banner .banner_ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* ---------------------------------------------------------
 *	feature */
/* --------------------------------------------------------- */
#p_home .contents_ #block_of_top_body .feature {
  margin-top: 0;
}

#p_home .contents_ .feature {
  background-color: #ddd4c5;
}

#p_home .contents_ .feature .feature_inner {
  padding: 80px 0;
}

#p_home .contents_ .feature .feature_heading {
  text-align: center;
}

#p_home .contents_ .feature .feature_tag {
  font-size: 28px;
  font-weight: 500;
}

#p_home .contents_ .feature .feature_logo {
  max-width: 325px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#p_home .contents_ .feature .feature_logo02 {
  max-width: 180px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#p_home .contents_ .feature .feature_lead {
  margin-top: 20px;
  font-size: 15px;
}

#p_home .contents_ .feature .feature_block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_home .contents_ .feature .feature_block > li {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

#p_home .contents_ .feature .feature_ttl {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#p_home .contents_ .feature .feature_txt {
  font-size: 15px;
}

#p_home .contents_ .feature .feature_link {
  margin-top: 10px;
}

#p_home .contents_ .feature .feature_link a {
  font-size: 15px;
  padding-right: 15px;
  text-decoration: underline;
  position: relative;
}

#p_home .contents_ .feature .feature_link a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #000;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#p_home .contents_ .feature .feature_link a.is-hover {
  text-decoration: none;
}

/* ---------------------------------------------------------
 *	category */
/* --------------------------------------------------------- */
#p_home .contents_ .category .category_ttl {
  font-size: 24px;
  font-weight: 600;
}

#p_home .contents_ .category .category_pic {
  margin-bottom: 0;
}

#p_home .contents_ .category .category_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#p_home .contents_ .category .category_list > li {
  max-width: 260px;
}

#p_home .contents_ .category .category_list > li:not(:nth-of-type(4n-3)) {
  margin-left: 20px;
}

#p_home .contents_ .category .category_list > li:nth-of-type(n+5) {
  margin-top: 20px;
}

#p_home .contents_ .category .category_list > li a {
  display: block;
  border: 1px solid #bababa;
}

#p_home .contents_ .category .category_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

/* ---------------------------------------------------------
 *	ranking */
/* --------------------------------------------------------- */
#p_home .contents_ .ranking .ranking_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#p_home .contents_ .ranking .ranking_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_home .contents_ .ranking .ranking_list > li {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

#p_home .contents_ .ranking .ranking_txt {
  margin-top: 10px;
  font-size: 15px;
}

#p_home .contents_ .ranking .ranking_price {
  font-size: 15px;
  font-weight: 500;
}

#p_home .contents_ .ranking .ranking_price span {
  font-size: 13px;
}

/* ---------------------------------------------------------
 *	brand */
/* --------------------------------------------------------- */
#p_home .contents_ .brand .brand_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#p_home .contents_ .brand .brand_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#p_home .contents_ .brand .brand_list > li {
  height: 70px;
  border-left: 1px solid #bababa;
}

#p_home .contents_ .brand .brand_list > li:last-of-type {
  border-right: 1px solid #bababa;
}

#p_home .contents_ .brand .brand_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 100%;
  padding: 0 20px;
}

#p_home .contents_ .brand .brand_list > li.is-royalhost img {
  max-width: 110px;
}

#p_home .contents_ .brand .brand_list > li.is-royaldeli img {
  max-width: 142px;
}

#p_home .contents_ .brand .brand_list > li.is-tenya img {
  max-width: 94px;
}

#p_home .contents_ .brand .brand_list > li.is-elizabeth img {
  max-width: 140px;
}

#p_home .contents_ .brand .brand_list > li.is-sweetpotato img {
  max-width: 50px;
}

/* ---------------------------------------------------------
 *	royaldeli */
/* --------------------------------------------------------- */
#p_home .contents_ .royaldeli {
  height: 600px;
  margin-top: 180px !important;
  background-color: #ccc;
  background-image: url(../img/home/bg_royaldeli_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#p_home .contents_ .royaldeli .royaldeli_inner {
  position: relative;
  top: -130px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(32%, #fff));
  background: -webkit-linear-gradient(bottom, transparent 0, #fff 32%);
  background: linear-gradient(to top, transparent 0, #fff 32%);
}

#p_home .contents_ .royaldeli .royaldeli_heading {
  text-align: center;
}

#p_home .contents_ .royaldeli .royaldeli_logo img {
  max-width: 340px;
}

#p_home .contents_ .royaldeli .royaldeli_lead {
  margin-top: 40px;
  font-family: "Noto Serif Japanese", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
}

#p_home .contents_ .royaldeli .royaldeli_txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

#p_home .contents_ .royaldeli .royaldeli_btn {
  margin-top: 20px;
}

#p_home .contents_ .royaldeli .royaldeli_btn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  border-radius: 10px;
  padding: 15px 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#p_home .contents_ .royaldeli .royaldeli_btn a:hover {
  background-color: #7f735b;
  color: #fff !important;
}
/*# sourceMappingURL=p_home.css.map */
