@charset "UTF-8";
.scroll-container {
  scroll-behavior: smooth;
  height: 100vh;
  overflow-y: scroll;
}

.frame {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.frame img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.frame:before,
.frame:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 97px;
  height: 50px;
  background: #fff;
  /* 背景色 */
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* 左上 */
.frame:before {
  -webkit-box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
          box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
  right: auto;
  top: auto;
  bottom: -22px;
  left: -26px;
}

/* 右下 */
.frame:after {
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
  top: -24px;
  bottom: auto;
  right: -25px;
  left: auto;
}

.img:hover > .frame:before,
.img:hover > .frame:after {
  content: none;
}

/* アニメーション設定 */
.monthly_fair {
  width: 1200px;
  margin: 0px -170px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* PC　2カラム */
  /* PC　3カラム */
}

.monthly_fair a {
  text-decoration: none;
  color: #1b1b1b;
  display: block;
}

.monthly_fair a:hover {
  opacity: 1;
}

.monthly_fair h3 {
  font-size: 1.4em;
  line-height: 2.5em;
  font-weight: 600;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.monthly_fair .heading14 {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
}

.monthly_fair .heading14::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(63, 193, 201, 0.3);
  font-size: 50px;
}

.monthly_fair .heading14::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #3fc1c9;
}

.monthly_fair #fair01 {
  width: 1200px;
}

.monthly_fair .fair_title {
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  line-height: 3;
  text-shadow: 3px 3px 5px rgba(125, 55, 55, 0.1), 3px 3px 5px rgba(125, 55, 55, 0.1), 3px 3px 5px rgba(125, 55, 55, 0.1), 3px 3px 5px rgba(55, 55, 55, 0.1);
  margin: 15px 0 0;
}

.monthly_fair .fair_title::before {
  content: '＼';
  font-size: 0.6em;
}

.monthly_fair .fair_title::after {
  content: '／';
  font-size: 0.6em;
}

.monthly_fair .fair_subtitle {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  margin: -20px auto 30px;
  color: #1b1b1b;
}

.monthly_fair .fair_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monthly_fair img {
  width: 100%;
  vertical-align: bottom;
}

.monthly_fair .scr-target {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.monthly_fair .scr-target.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.monthly_fair .bl_media_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.monthly_fair .value_price {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.monthly_fair .value_price .caption {
  font-size: 1em;
  margin: 0 auto;
  color: #1b1b1b;
  margin-top: 10px;
}

.monthly_fair .value_price .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: white;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.monthly_fair .value_price .mask table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2em;
  margin-top: 5px;
  font-family: 'arial',sans-serif;
}

.monthly_fair .value_price .mask table th:first-child {
  border-radius: 5px 0 0 0;
}

.monthly_fair .value_price .mask table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.monthly_fair .value_price .mask table th {
  text-align: center;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#829ebc), to(#225588));
  background: linear-gradient(#829ebc, #225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  width: 25%;
  padding: 12px 0;
}

.monthly_fair .value_price .mask table td {
  font-weight: 600;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  width: 25%;
  padding: 12px 0;
}

.monthly_fair .value_price .mask table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.monthly_fair .value_price .mask table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.monthly_fair .value_price .mask table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.monthly_fair .value_price :hover .mask {
  opacity: 1;
  padding-top: 0px;
}

.monthly_fair .price_ {
  font-size: 1.25em;
  color: #1b1b1b;
}

.monthly_fair .price_::after {
  content: '円';
  font-size: 0.6em;
}

.monthly_fair .normal_price {
  font-size: 1.2em;
  color: #1b1b1b;
  text-align: right;
}

.monthly_fair .normal_price::before {
  content: '通常価格';
  font-size: 0.75em;
}

.monthly_fair .normal_price::after {
  content: '円';
  font-size: 0.75em;
}

.monthly_fair .pickup_ {
  color: #990000 !important;
}

.monthly_fair .bl_media_itemWrapper_2 {
  width: calc(100% / 2 - 50px);
  margin: calc(50px / 2);
  display: block;
  position: relative;
}

.monthly_fair .bl_media_item_2 {
  font-size: 1.05em;
}

.monthly_fair .bl_media_item_2 p {
  font-size: 1.05em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0 30px 0;
}

.monthly_fair .bl_media_item_2 .price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.monthly_fair .bl_media_item_2 .price_area .price {
  font-size: 2.5em;
  color: #990000;
  font-weight: 600;
  text-align: right;
  margin: 10 0;
}

.monthly_fair .bl_media_item_2 .price_area .price::before {
  content: '生豆時100gあたり';
  color: #1b1b1b;
  font-size: 0.4em;
  margin-right: 5px;
}

.monthly_fair .bl_media_item_2 .price_area .price::after {
  content: '円';
  font-size: 0.5em;
}

.monthly_fair .bl_media_item_2 .price_area .per {
  font-size: 1.75em;
  background-color: #8d1e47;
  border: 1px dashed #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 4px #8d1e47;
          box-shadow: 0 0 0 4px #8d1e47;
  color: #fff;
  margin: -15px 15px 0px 0px;
  padding: 12px 20px 7px;
}

.monthly_fair .bl_media_item_2 .price_area .per::after {
  content: '%OFF';
  font-size: 0.5em;
}

.monthly_fair .bl_media_item_2 .price_area .per_n {
  font-size: 1.2em;
  background-color: #8d1e47;
  border: 1px dashed #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 4px #8d1e47;
          box-shadow: 0 0 0 4px #8d1e47;
  color: #fff;
  margin: -15px 15px 0px 0px;
  padding: 14px 20px 10px;
}

.monthly_fair .bl_media_item_2 .price_i {
  font-size: 2.5em;
  color: #990000;
  font-weight: 600;
  text-align: right;
  margin: 10 0;
}

.monthly_fair .bl_media_item_2 .price_i::before {
  content: '焙煎後100gあたり';
  color: #1b1b1b;
  font-size: 0.4em;
  margin-right: 5px;
}

.monthly_fair .bl_media_item_2 .price_i::after {
  content: '円';
  font-size: 0.4em;
}

.monthly_fair .bl_media_item_2 .price_n {
  font-size: 2.5em;
  color: #990000;
  font-weight: 600;
  text-align: right;
  margin: 10 0;
}

.monthly_fair .bl_media_item_2 .price_n::after {
  content: '円';
  font-size: 0.4em;
}

.monthly_fair .bl_media_item_2 .top-left {
  font-size: 1.1em;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #8d1e47;
  border-radius: 10px 0 0 0;
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
}

.monthly_fair .bl_media_item_2 .top-right {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #990000;
  color: #fff;
  padding: 5px 20px;
  margin: 0px;
}

.monthly_fair .bl_media_item_2 .top-right .text_min {
  display: block;
  font-size: 0.4em;
}

.monthly_fair .bl_media_itemWrapper {
  width: calc(100% / 3 - 50px);
  margin: calc(50px / 2);
}

.monthly_fair .bl_media_item {
  font-size: 1em;
}

.monthly_fair .bl_media_item h3 {
  font-size: 1.25em !important;
}

.monthly_fair .bl_media_item p {
  font-size: 1.05em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0 30px 0;
}

.monthly_fair .bl_media_item .price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.monthly_fair .bl_media_item .price_area .price_tea {
  font-size: 2.5em;
  color: #990000;
  font-weight: 600;
  text-align: right;
  margin: 10 0;
}

.monthly_fair .bl_media_item .price_area .price_tea::before {
  content: '50g入';
  color: #1b1b1b;
  font-size: 0.5em;
  margin-right: 5px;
}

.monthly_fair .bl_media_item .price_area .price_tea::after {
  content: '円';
  font-size: 0.5em;
}

.monthly_fair .bl_media_item .price_area .per {
  font-size: 1.5em;
  background-color: #8d1e47;
  border: 1px dashed #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 4px #8d1e47;
          box-shadow: 0 0 0 4px #8d1e47;
  color: #fff;
  margin: -15px 15px 0px 0px;
  padding: 10px 20px 0px;
}

.monthly_fair .bl_media_item .price_area .per::after {
  content: '%OFF';
  font-size: 0.5em;
}

.monthly_fair .bl_media_item .price_area .per_n {
  font-size: 1.2em;
  background-color: #8d1e47;
  border: 1px dashed #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 4px #8d1e47;
          box-shadow: 0 0 0 4px #8d1e47;
  color: #fff;
  margin: -15px 15px 0px 0px;
  padding: 14px 20px 10px;
}

.monthly_fair .bl_media_item .price_n {
  font-size: 2.5em;
  color: #990000;
  font-weight: 600;
  text-align: right;
  margin: 10px 0;
}

.monthly_fair .bl_media_item .price_n::after {
  content: '円';
  font-size: 0.4em;
}

.monthly_fair .bl_media_item .normal_price {
  font-size: 1.25em;
  color: #1b1b1b;
  text-align: right;
}

.monthly_fair .bl_media_item .normal_price::before {
  content: '通常価格';
  font-size: 0.75em;
}

.monthly_fair .bl_media_item .normal_price::after {
  content: '円';
  font-size: 0.6em;
}

.monthly_fair .monthly_fair .event_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 0 10px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.monthly_fair .monthly_fair .event_info > li {
  list-style: none;
  width: 360px;
  margin-bottom: 20px;
  margin: 10px auto;
}

.monthly_fair .monthly_fair .event_info img {
  max-width: calc(100% - 20px);
}

.monthly_fair #container_nowfair {
  width: 1060px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
}

.monthly_fair #container_nowfair #itemA {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin: 7px;
  background-color: #eee;
}

.monthly_fair #container_nowfair #itemB {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin: 7px;
  background-color: #eee;
}

.monthly_fair #container_nowfair #itemC {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin: 7px;
  background-color: #eee;
}

.monthly_fair #container_nowfair #itemD {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  margin: 7px;
  background-color: #eee;
}

.monthly_fair #container_nowfair #itemE {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  margin: 7px;
  background-color: #eee;
}

@font-face {
  .monthly_fair {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed Regular"), local("RobotoCondensed-Regular"), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v7/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format("woff");
  }
}
.monthly_fair ul {
    background-color: #485f66;
    border-bottom: 1px solid #485f66;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 40%) inset;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%) inset;
    margin: 0px auto;
    padding: 10px 5px;
    text-align: center;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    height: 55px;
    overflow: hidden;
}
.fair_cat li {
    float: left;
    height: 100%;
    list-style: none;
    margin: 0 25px;
    color: #FFF;
}
.monthly_fair .eventtitle {
    position: relative;
    width: calc(100% / 6 - 1px);
    padding: 10px 0 20px 0;
    margin: 0;
    height: auto;
    border: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    border-right: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    background: #485f66;
}
.monthly_fair li a {
  text-decoration: none;
  color: white;
  font-size: 1.15em;
}
.monthly_fair .eventtitle:last-child {
  border-right: 0px solid #fff;
}
.monthly_fair .eventtitle::before {
    content: "";
    position: absolute;
    padding: 0;
    top: 70%;
    left: 0;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    width: 7px;
    height: 7px;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
/*# sourceMappingURL=monthly_fair_.css.map */