@charset "UTF-8";
/* ---------------------------------------------------------------

	定期便・頒布会CSS
	/shop/e/eregu/

	01.基本・汎用クラス
	02.コンテンツ

	PCページのfont-sizeの基本16px
	SPページのfont-sizeの基本14px

--------------------------------------------------------------- */
/* ---------------------------------------------------------------

	01.基本・汎用クラス

--------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}

.event_name_,
.category_name_,
.event_name_header_ {
  display: none !important;
}

/* パンくず */
.mainframe_ .navitopicpath_:first-child {
  margin: 0;
}

header + .wrapper_ .navitopicpath_ {
  margin-top: 0 !important;
}

.eregu-contents * {
  box-sizing: border-box;
}

.eregu-contents *::before, .eregu-contents *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

.hp_pcOnly {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .hp_pcOnly {
    display: none;
  }
}

.hp_spOnly {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hp_spOnly {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .image_sp_w100 {
    width: 100%;
    height: auto;
  }
}

/* margin */
.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 640px) {
  .hp_mb40-sp {
    margin-bottom: 40px !important;
  }
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 640px) {
  .hp_mt30-sp {
    margin-top: 30px !important;
  }
}

/* font-size */
.hp_fontSize80 {
  font-size: 80%;
}

.hp_fontSize110 {
  font-size: 110%;
}

.hp_fontSize120 {
  font-size: 120%;
}

.hp_fontSize140 {
  font-size: 140%;
}

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}

.hp_fontBold {
  font-weight: bold;
}

.txt-C {
  text-align: center;
}

/* もっと見るボタン */
.more_btn_ a:hover {
  text-decoration: none !important;
}

/* テキストマーカー */
.marker {
  font-size: inherit;
  color: #e47b00;
  background: linear-gradient(transparent 70%, rgba(255, 204, 105, 0.6) 70%);
}

/* ---------------------------------------------------------------

	02.コンテンツ

--------------------------------------------------------------- */
/* 見出し */
.eregu-contents > section {
  margin-bottom: 50px;
}

/* メインビジュアル */
.el_mainVisual {
  display: block;
  text-align: center;
}

.el_mainVisual > img {
  max-width: 100%;
}

/* オレンジ枠 */
.bl_bgOrange {
  position: relative;
  background-color: #fff8e3;
}

.bl_bgOrange::after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.bl_bgOrange_cTop::after {
  top: -20px;
}

.bl_bgOrange_cBtm::after {
  bottom: -20px;
}

/* リード文 */
.bl_leadWrapper {
  padding: 40px 50px 50px;
}

@media only screen and (max-width: 640px) {
  .bl_leadWrapper {
    padding: 40px 15px;
  }
}

.bl_leadTtl {
  max-width: 398px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 640px) {
  .bl_leadTtl {
    max-width: 286px;
    margin-bottom: 15px;
  }
}

.bl_leadTtl > img {
  max-width: 100%;
}

.bl_pointList > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 1.1875rem;
}

@media only screen and (max-width: 640px) {
  .bl_pointList > li {
    margin-bottom: 12px;
    padding-left: 28px;
    font-size: 1.14rem;
    line-height: 1.75;
  }
}

.bl_pointList > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 29px;
  height: 28px;
  margin-top: -0.15em;
  background: url("/feature/eregu/img/icon_check.png") no-repeat 50% 0;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .bl_pointList > li::before {
    width: 22px;
    height: 21px;
    margin-top: 0.2em;
  }
}

.bl_leadTxt {
  font-size: 1rem;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .bl_leadTxt {
    font-size: 1rem;
  }
}

/* メリット */
.bl_meritWrapper {
  padding: 50px 0;
}

.bl_meritHeading {
  margin: 0 10px;
  text-align: center;
}

.bl_meritHeading img {
  max-width: 100%;
}

.bl_meritContents {
  padding: 0 51px;
}

@media only screen and (max-width: 640px) {
  .bl_meritContents {
    padding: 0 25px;
  }
}

.bl_melitList > li {
  position: relative;
  margin: 40px 0 0;
  padding: 20px 0;
  border: 3px #daf1ca solid;
  border-radius: 10px;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .bl_melitList > li {
    margin: 30px 0 0;
  }
}

.bl_melitList img {
  max-width: 100%;
}

.el_meritNumber {
  position: absolute;
  top: -15px;
  left: -20px;
}

.el_meritNumber > img {
  box-sizing: content-box;
  border: 7px #fff solid;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@media only screen and (max-width: 640px) {
  .el_meritNumber > img {
    width: 36px;
    height: 36px;
  }
}

.el_meritImage {
  display: flex;
  align-items: center;
  margin: 0 70px;
}

@media only screen and (max-width: 640px) {
  .el_meritImage {
    margin: 0 35px;
  }
}

.el_meritIcon {
  width: 44px;
}

.el_meritLogo {
  width: 69px;
  margin-left: -6px;
}

.el_meritIcon,
.el_meritLogo {
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .el_meritIcon,
  .el_meritLogo {
    margin-right: 15px;
  }
}

.el_meritImageGuide {
  display: block;
  max-width: 275px;
  margin: 0 auto;
}

.el_meritText {
  font-size: 1.125rem;
  line-height: 1.6;
}

.bl_meritColumn {
  display: flex;
  justify-content: center;
  margin: 0 35px;
}

@media only screen and (max-width: 640px) {
  .bl_meritColumn {
    display: block;
    margin: 0 20px;
  }
}

@media (min-width: 641px) {
  .bl_meritColumnItem:nth-of-type(2) {
    margin-left: 25px;
    padding-left: 27px;
    border-left: 2px #daf1ca solid;
  }
}

@media only screen and (max-width: 640px) {
  .bl_meritColumnItem:nth-of-type(2) {
    margin-top: 22px;
    padding-top: 27px;
    border-top: 2px #daf1ca solid;
  }
}

.bl_meritCaption {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
}

@media only screen and (max-width: 640px) {
  .bl_meritCaption {
    font-size: 1rem;
  }
}

.bl_linkGuide {
  margin-top: 20px;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .bl_linkGuide {
    margin-right: 15px;
  }
}

.bl_linkGuide a {
  position: relative;
  padding: 0 13px 0 22px;
  background: url("/feature/eregu/img/icon_beginner.png") no-repeat 0 50%;
  background-size: 16px 26px;
  color: #00833E !important;
}

.bl_linkGuide a:link {
  text-decoration: underline;
}

.bl_linkGuide a:hover {
  text-decoration: none;
}

.bl_linkGuide a::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00833E;
  border-bottom: 2px solid #00833E;
  transform: rotate(-45deg);
}

/* ボタンエリア */
.bl_btnWrapper {
  margin-bottom: 80px;
  padding: 40px 50px 50px;
}

@media only screen and (max-width: 640px) {
  .bl_btnWrapper {
    padding: 40px 15px;
  }
}

.bl_btnArea {
  display: flex;
  justify-content: center;
}

.bl_btnList {
  margin: 0 18px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 640px) {
  .bl_btnList {
    margin: 0 12px;
  }
}

.bl_btnList > dd {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .bl_btnList > dd img {
    max-width: 162px;
  }
}

.bl_btnList img {
  max-width: 100%;
}

.el_btn {
  display: block;
}

.el_btn img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 4px 4px 0 1px #ffae00;
  transition: .1s ease-out;
}

@media only screen and (max-width: 640px) {
  .el_btn img {
    border-radius: 20px;
  }
}

.el_btn:hover img {
  transform: translateX(5px) translateY(5px);
  box-shadow: 0 0 0 0 #ffae00;
}

.el_illust {
  margin: 30px -20px 0 0;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .el_illust {
    margin: 25px 0 0 0;
  }
}

.el_illust > img {
  width: 260px;
}

@media only screen and (max-width: 640px) {
  .el_illust > img {
    width: 240px;
  }
}

/* ショップのおすすめ特集 */
.bl_featureTtl {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 2px solid #dadada;
}

.bl_featureTtl > span {
  display: inline-block;
  margin-bottom: -2px;
  border-bottom: 2px solid #0da4b2;
  padding-bottom: 20px;
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .bl_featureTtl > span {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.286rem;
  }
}

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

@media only screen and (max-width: 640px) {
  .bl_featureList {
    margin: 20px 15px 0;
  }
}

.bl_featureListItem {
  margin-bottom: 30px;
}

@media (min-width: 641px) {
  .bl_featureListItem:nth-of-type(2n) {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .bl_featureListItem {
    margin-bottom: 15px;
  }
}

.bl_featureListItem > a {
  display: block;
  transition: .3s ease opacity;
}

.bl_featureListItem > a:hover {
  opacity: .8;
}

.bl_featureListItem > a > img {
  max-width: 100%;
  height: auto;
}

/* 以下、スマホ用 */
@media screen and (max-width: 640px) {
  /*商品一覧*/
  .event_title_ {
    margin: 0 10px;
  }
  .more_.event_design_bottom_ p.more_btn_ a {
    border: #0da4b2 1px solid;
    background: #ffffff url("/img/usr/sb/common/shop_arrow.png") 30px center no-repeat;
    background-size: 15px 15px;
  }
}
/*# sourceMappingURL=style.css.map */