@charset "UTF-8";

/* utility */
body {
  background: #fafafa;
}
.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.u-boldYellow {
  color: #F1C276;
  font-weight: bold;
}
.u-boldRed {
  color: #be1222;
  font-weight: bold;
}
.u-boldGreen {
  color: #5F9299;
  font-weight: bold;
}
.u-viewDesktop {
  display: block;
}
.u-viewMobile {
  display: none;
}
.u-sizeSmall {
  font-size: 12px;
}
@media only screen and (max-width: 850px) {
  .u-viewDesktop {
    display: none;
  }
  .u-viewMobile {
    display: block;
  }
}

/* hr */
hr {
  margin: 48px 0;
}

/* link */
.fellow_offer a {
  text-decoration: none;
  transition: all 0.2s;
  color: #444444;
}
.fellow_offer a > div {
  font-size: 12px;
}
.fellow_offer a:hover {
  text-decoration: none;
  color: #F1C276;
}

/* button */
.fellow_offer .module_button {
  display: block;
  width: 100%;
  margin: 16px auto 64px;
}
.fellow_offer .module_button .button {
  display: flex;
  justify-content: center;
}
.fellow_offer .module_button .button a {
  display: inline-block;
  width: fit-content;
  padding: 24px 48px;
  border: 1px solid #444;
  border-radius: 8px;
}

/* layout */
.fellow_offer {
  max-width: 980px;
  min-width: 850px;
  margin: 112px auto 0 auto;
  color: #444444;
}
.fellow_offer img {
  width: 100%;
}
.fellow_offer h1,
.fellow_offer h2,
.fellow_offer h3 {
  display: block;
  color: #444444;
  line-height: 1.5em;
  font-weight: normal;
}
.fellow_offer h4,
.fellow_offer p {
  display: block;
  color: #444444;
  line-height: 1.75em;
  font-weight: normal;
}
.fellow_offer section {
  margin-bottom: 48px;
  padding: 0 16px;
}
.fellow_offer hgroup {
  position: relative;
  display: block;
  width: 100%;
}
.fellow_offer section > hgroup {
  text-align: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #777777;
}
.fellow_offer h1 {
  font-size: 32px;
  margin-bottom: 8px;
}
.fellow_offer h2 {
  font-size: 32px;
  margin-bottom: 8px;
}
.fellow_offer h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.fellow_offer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.fellow_offer p {
  font-size: 14px;
  margin-bottom: 16px;
}
.fellow_offer hgroup p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #999999;
}
@media only screen and (max-width: 850px) {
  .fellow_offer {
    max-width: 100%;
    min-width: 100%;
    margin: 142px auto 0 auto;
  }
  .fellow_offer section {
    margin-bottom: 24px;
  }
  .fellow_offer h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .fellow_offer h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .fellow_offer h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .fellow_offer h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .fellow_offer p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .fellow_offer hgroup p {
    font-size: 12px;
    margin-bottom: 24px;
    color: #999999;
  }
}

/* module_text */
.module_text {
  padding: 24px;
  background: #F8F5EA;
  margin-top: 16px;
}
.module_text p {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 850px) {
  .module_text p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

/* module_item */
.module_firstView {
  padding-top: 32px;
}
.module_firstView .firstView_image {
  box-shadow: 0px 0px 16px -8px #777777;
  border-radius: 16px;
}
.module_firstView .firstView_image img {
  border-radius: 16px;
}
.module_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding: 16px 0;
  width: 100%;
}
.module_item .unit_item {
  width: 25%;
}
.module_item .unit_item .item_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 8px;
}
.module_item .unit_item .item_wrap .item_image {
  font-size: 12px;
  color: #999;
  margin-bottom: 16px;
  height: 300px;
  max-height: 300px;
  background: #FFF;
  width: 100%;
}
.module_item .unit_item .item_wrap .item_image img {
  display: block;
  margin: auto;
  width: auto;
  height: inherit;
}
.module_item .unit_item .item_wrap .item_regal {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.module_item .unit_item .item_wrap .item_name {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
  min-height: 4.5em;
}
.module_item .unit_item .item_wrap .item_type {
  font-size: 16px;
  color: #444;
  margin-bottom: 16px;
}
.module_item .unit_item .item_wrap .button_cart {
  width: 100%;
}
.module_item .unit_item .item_wrap .button_cart a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 8px;
  background: #edb500;
  border: 1px solid #edb500;
  border-radius: 8px;
  text-align: center;
}
.module_item .unit_item .item_wrap .button_detail {
  width: 100%;
}
.module_item .unit_item .item_wrap .button_detail a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 8px;
  border: 1px solid #444;
  border-radius: 8px;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .module_firstView {
    padding-top: 16px;
  }
  .module_item .unit_item {
    width: 50%;
  }
}

/* fixed style */
.fellow_offer #sec_30_list .itemlist {
  justify-content: flex-start;
}
.fellow_offer #sec_30_list .itemlist>li {
  width: 464px;
  margin: 5px 5px;
  background: #fafafa;
  border-radius: 16px;
  box-shadow: 0px 0px 16px -8px #777777;
}
.fellow_offer #sec_30_list .itemlist .upper {
  border-radius: 16px 16px 0 0;
}
.fellow_offer #sec_30_list .itemlist .upper>div {
  width: 240px;
  height: 240px;
  padding: 16px 0px;
}
.fellow_offer #sec_30_list .itemlist .item_info .wine_catch {
  font-size: 24px;
  font-weight: bold;
}
.fellow_offer #sec_30_list .itemlist .item_info .wine_data {
  min-height: 4rem;
}
.fellow_offer #sec_30_list .itemlist .item_info .title_area>div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.5em;
}
.fellow_offer #sec_30_list .itemlist .item_info .item_review li {
  color: #EDB500;
}
.fellow_offer #sec_30_list .itemlist .item_price_teika {
  font-size: 2em;
  font-weight: bold;
}
.fellow_offer #sec_30_list .itemlist .item_price .price_feature {
  padding: 1px 8px;
  color: #be1222;
  font-weight: bold;
  margin-top: 4px;
  border-left: 4px solid;
}
.fellow_offer #sec_30_list .itemlist .item_price .member_rate {
  font-size: 20px;
  font-weight: bold;
  color: #be1222;
}
@media only screen and (max-width: 850px) {
  .fellow_offer #sec_30_list .itemlist {
    justify-content: center;
  }
  .fellow_offer #sec_30_list .itemlist>li {
    width: 100%;
  }
  #sec_30_list .itemlist .upper .item_img:before {
    display: none;
  }
  .fellow_offer #sec_30_list .itemlist .upper>div {
    width: 100%;
    height: auto;
    max-height: 240px;
    padding: 8px;
  }
}
