/*=========
contents
=========*/
/*notes*/
.notes {
  padding: 23px 0;
  background: #F3F3F3;
}

.notes-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 22px;
  background: #fff;
  border: 1px solid #D30000;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.notes-box__ttl {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12%;
  min-height: 34px;
  color: #DE4E4C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  padding-right: 17px;
  margin-right: 2%;
  border-right: 1px solid #D30000;
}

.notes-box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86%;
}

.notes-list {
  padding: 7px 0;
}

.notes-list__item {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.notes-list__item:last-of-type {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.notes-list__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .notes {
    padding: calc(20*100vw/768);
  }

  .notes-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(20*100vw/768) calc(20*100vw/768) calc(11*100vw/768);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  }

  .notes-box__ttl {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    border: none;
    margin: 0 0 calc(12*100vw/768);
  }

  .notes-box__cont {
    width: 100%;
    font-size: 1.2rem;
  }

  .notes-list {
    padding: 0;
  }

  .notes-list__item {
    padding-bottom: calc(10*100vw/768);
    margin-bottom: calc(20*100vw/768);
  }
}
/* mv */
.portal-mv {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: url(../img/portal_mv_bg.jpg) bottom center/cover no-repeat;
}
.portal-mv .wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .portal-mv .wrapper {
    position: relative;
  }
}
.portal-mv-ttl {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.portal-mv-ttl.fadeIn {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .portal-mv-ttl {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.portal-mv-video {
  position: relative;
  z-index: 1;
  height: 500px;
  background: #0a0a0a;
}
.portal-mv-video.fadeOut {
  opacity: 0;
}
.portal-mv-video .video {
  min-width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6062);
  -ms-transform: translate(-50%, -50%) scale(0.6062);
      transform: translate(-50%, -50%) scale(0.6062);
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .portal-mv {
    height: auto;
    background: none;
  }
  .portal-mv .wrapper {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    left: 0;
  }

  .portal-mv-video {
    display: none;
  }
}
/* product */
.product {
  padding: 70px 0;
  border-top: 1px solid #eee;
}

.product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/product_top_bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-top__left {
  padding: 45px 51px 35px;
}

.product-top__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
  /* padding: 40px 0 0; */
}

.product-ttl {
  margin-bottom: 23px;
}

.product .nutrition-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding: 14px 0 12px;
  background: #fff;
  border: 3px solid #D6A41E;
  border-radius: 3px;
}
.product .nutrition-btn .icon {
  margin-left: 5px;
}
.product .nutrition-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .product {
    padding: calc(75*100vw/768) 0 0;
    border-top: none;
  }

  .product-top {
    background: none;
    margin-bottom: 0;
  }

  .product-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 calc(20*100vw/768) calc(31*100vw/768) calc(30*100vw/768);
  }

  .product-top__right {
    display: none;
  }

  .product-ttl {
    padding-top: calc(15*100vw/768);
    margin-bottom: 0;
  }
  .product-ttl img {
    width: calc(200*100vw/768);
  }

  .product .nutrition-btn {
    width: calc(354*100vw/768);
    font-size: 1.3rem;
    padding: calc(24*100vw/768) 0 calc(21*100vw/768);
    border-width: calc(3*100vw/768);
  }
  .product .nutrition-btn .icon {
    margin-left: calc(9*100vw/768);
  }
  .product .nutrition-btn .icon img {
    width: calc(18*100vw/768);
  }
}
.product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.product-tabs > li {
  width: 33%;
  border-left: 1px solid #fff;
}


/* .product-tabs__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 90px 0 30px;
  background: center top no-repeat;
  cursor: pointer;
}
.product-tabs__item:nth-of-type(1) {
  background-image: url(../img/product_tabs_01.png);
}
.product-tabs__item:nth-of-type(2) {
  background-image: url(../img/product_tabs_02.png);
}
.product-tabs__item:nth-of-type(3) {
  background-image: url(../img/product_tabs_03.png);
}
.product-tabs__item:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 3px;
  background: #FED63B;
} */
a.product__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-width: 100px;
  width: fit-content;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 90px 0 10px;
  background: center top no-repeat;
  cursor: pointer;
}
.product__item.products01 {
  background-image: url(../img/product_tabs_01.png);
}
.product__item.products02 {
  background-image: url(../img/product_tabs_02.png);
}
.product__item.products03 {
  background-image: url(../img/product_tabs_03.png);
}
.product__item:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #FED63B;
}
.product-tabs__item.is-active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #192F72 transparent transparent transparent;
}

.tab-content, .panel-ttl {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-content {
    display: block !important;
    background: #192F72;
  }
}
@media screen and (max-width: 768px) {
  a.panel-ttl {
    color: #fff;
  }
  .panel-ttl {
    display: block !important;
    position: relative;
    color: #fff;
    font-size: 1.7rem;
    padding: calc(27*100vw/768) calc(36*100vw/768) calc(25*100vw/768);
    background: -webkit-gradient(linear, left top, left bottom, from(#26439A), to(#192F72));
    background: -o-linear-gradient(top, #26439A 0%, #192F72 100%);
    background: linear-gradient(to bottom, #26439A 0%, #192F72 100%);
    margin: 0;
  }
  .panel-ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    right: calc(30*100vw/768);
    width: 20px;
    height: 20px;
    background: url(../img/icon_arrow_open.png) no-repeat;
    background-size: cover;
  }
  .panel-ttl.open:after {
    background-image: url(../img/icon_arrow_close.png);
  }
}
.panel-content {
  display: none;
  text-align: center;
  background: #F2FAFF;
}

@media screen and (max-width: 768px) {
  .panel-content {
    padding-bottom: calc(30*100vw/768);
    background: #fff;
  }
}
.panel .close-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .panel .close-btn {
    display: block;
    width: calc(180*100vw/768);
    font-size: 1.2rem;
    text-align: center;
    padding: calc(17*100vw/768) 0 calc(16*100vw/768);
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 auto;
  }
  .panel .close-btn .icon img {
    width: 10px;
    vertical-align: baseline;
    margin-left: calc(15*100vw/768);
  }
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .product-list {
    padding: calc(20*100vw/768);
  }
}
.product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 20%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.product-list__item:nth-child(1), .product-list__item:nth-child(5n+1) {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .product-list__item {
    width: calc(354*100vw/768);
    background: #F2FAFF;
    border: none;
    margin: 0 calc(20*100vw/768) calc(20*100vw/768) 0;
  }
  .product-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.product-list__item-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 17px 12px;
  border: 8px solid #F2FAFF;
}
.product-list__item-inner:hover {
  background: #fff;
  border-color: #D8EEFC;
}

@media screen and (max-width: 768px) {
  .product-list__item-inner {
    padding: calc(28*100vw/768) calc(25*100vw/768);
    border-width: calc(8*100vw/768);
  }
}
.product-list__item--empty {
  background: none !important;
}

@media screen and (max-width: 768px) {
  .product-list__item--empty {
    display: none;
  }
}
.product-list__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.product-list__item-img img {
  height: 100px;
}

.product-list__item-img--long img {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .product-list__item-img {
    height: calc(200*100vw/768);
    margin-bottom: calc(35*100vw/768);
  }
  .product-list__item-img img {
    height: calc(160*100vw/768);
  }

  .product-list__item-img--long img {
    height: calc(200*100vw/768);
  }
}
.product-list__item-box {
  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: 100%;
  height: 65px;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .product-list__item-box {
    margin-bottom: calc(35*100vw/768);
  }
  .product-list__item-box img {
    height: calc(200*100vw/768);
  }
}
.product-list__item-ttl {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.product-list__item-ttl .limited-txt, .product-list__item-ttl .release-date {
  font-size: 1rem;
  margin-top: 5px;
}
.product-list__item-ttl .limited-txt {
  display: block;
  color: #BA900D;
}
.product-list__item-ttl .release-date {
  display: inline-block;
  color: #fff;
  background: #BA900D;
  padding: 2px 8px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .product-list__item-ttl {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  .product-list__item-ttl .release-date {
    letter-spacing: 0.05em;
  }
}
.product-list__item-btn {
  width: 100%;
}
.product-list__item-btn .btn--grad {
  margin-bottom: 6px;
}
.product-list__item-btn .btn--white {
  border: 1px solid #96BFE2;
}

/* btn--grad_space */
.btn--grad_space {
  display: block;
  height: 36px;
}

/* factory */
.factory {
  padding: 60px 0 0;
}

.factory-ttl {
  text-align: center;
  margin-bottom: 21px;
}

.factory-conts {
  position: relative;
  padding: 29px 0;
  background: url(../img/factory_fig_pc.png) center no-repeat;
}
.factory-conts:after {
  content: "";
  display: block;
  position: absolute;
  width: 280px;
  height: 280px;
  z-index: 1;
  top: 50%;
  left: 50%;
  background: url(../img/factory_catch.png) no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (max-width: 1350px) {
  .factory-conts:after {
    width: calc(280*100vw/1350);
    height: calc(280*100vw/1350);
  }
}
@media screen and (max-width: 768px) {
  .factory-conts:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .factory {
    padding: calc(80*100vw/768) 0 0;
  }

  .factory-ttl {
    margin-bottom: calc(60*100vw/768);
  }
  .factory-ttl img {
    width: calc(550*100vw/768);
  }

  .factory-conts {
    padding: calc(20*100vw/768) 0;
    background: url(../img/factory_fig_sp.png) center center no-repeat;
    background-size: calc(768*100vw/768);
  }

  .factory-catch {
    display: none;
  }
}
.factory-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 472px;
}

@media screen and (max-width: 768px) {
  .factory-split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
.factory-split__item {
  position: relative;
  z-index: 1;
  width: 50%;
  overflow: hidden;
}
.factory-split__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  overflow: initial;
}
.factory-split__item:nth-of-type(1):before {
  background-image: url(../img/factory_bg_01.jpg);
}
.factory-split__item:nth-of-type(2):before {
  background-image: url(../img/factory_bg_02.jpg);
}
.factory-split__item a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .factory-split__item {
    width: 100%;
    height: calc(430*100vw/768);
  }
}
.factory-split__item-txt {
  padding-top: 117px;
  padding-right: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .factory-split__item-txt {
    padding: calc(119*100vw/768) 0 0 calc(60*100vw/768);
    text-align: left;
  }
  .factory-split__item-txt img {
    width: calc(448*100vw/768);
  }
}
.factory-split__item .btn {
  position: absolute;
  bottom: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.factory-split__item.active:before {
  -webkit-transform: scale(1.1) rotate(0.001deg);
  -ms-transform: scale(1.1) rotate(0.001deg);
      transform: scale(1.1) rotate(0.001deg);
  -webkit-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
}

@media screen and (max-width: 768px) {
  .factory-split__item .btn {
    bottom: calc(50*100vw/768);
  }
}
@media screen and (max-width: 768px) {
  .factory-split__item.active:before {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/*restaurant*/
.resto {
  padding: 48px 0 70px;
}

.resto-ttl {
  text-align: center;
  margin-bottom: 56px;
}

.resto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
  margin: 0 auto;
}

.resto-list__item {
  margin-right: 12px;
}
.resto-list__item:last-of-type {
  margin-right: 0;
}
.resto-list__item a:hover {
  text-decoration: underline;
}
.resto-list__item a:hover img {
  opacity: 0.8;
}

.resto-img {
  margin-bottom: 15px;
}

.resto-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .resto {
    padding: calc(80*100vw/768) calc(20*100vw/768) calc(63*100vw/768);
  }

  .resto-ttl {
    margin-bottom: calc(50*100vw/768);
  }
  .resto-ttl img {
    width: calc(200*100vw/768);
  }

  .resto-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .resto-list__item {
    width: calc(354*100vw/768);
    margin: 0 calc(20*100vw/768) calc(29*100vw/768) 0;
  }
  .resto-list__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .resto-img {
    margin-bottom: calc(20*100vw/768);
  }

  .resto-txt {
    font-size: 1.2rem;
    line-height: 1.3333;
    text-align: left;
  }
}
/*info*/
.info {
  padding: 53px 0 72px;
  background: #F3F3F3;
}
.info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .info .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.info-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .info-ttl {
    font-size: 1.6rem;
    margin-bottom: calc(34*100vw/768);
  }
}
.info-news {
  width: 1164px;
  margin-right: 147px;
  margin-left: 147px;
}

.info-rec {
  width: 282px;
}

@media screen and (max-width: 768px) {
  .info-news {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: calc(60*100vw/768) calc(30*100vw/768);
    margin-right: 0;
    margin-left: 0;
  }

  .info-rec {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: calc(60*100vw/768) calc(30*100vw/768);
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    padding-bottom: 0;
  }
}
.news-list__item {
  display: table;
  margin-bottom: 12px;
}
.news-list__item:nth-of-type(n+6) {
  display: none;
}
.news-list__item a {
  color: #000;
}
.news-list__item a:hover .news-head {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-list__item {
    margin-bottom: calc(30*100vw/768);
  }
}
.news-list .news-date, .news-list .news-category, .news-list .news-head {
  display: table-cell;
}
.news-list .news-date {
  width: 90px;
  font-size: 1.4rem;
  line-height: 1.7143;
}
.news-list .news-category {
  width: 80px;
  vertical-align: top;
  padding-top: 2px;
}
.news-list .news-category .cate-icon {
  display: block;
  height: 19px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  border-radius: 1px;
}
.news-list .news-category .cate-icon--new {
  color: #fff;
  background: #192F72;
}
.news-list .news-category .cate-icon--cp {
  color: #000;
  background: #ECBB20;
}
.news-list .news-category .cate-icon--info {
  color: #fff;
  background: #ef3356;
}
.news-list .news-head {
  font-size: 1.4rem;
  line-height: 1.7143;
  padding-left: 9px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .news-list .news-date {
    width: 80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-category {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-category .cate-icon {
    height: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-list .news-head {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3333;
    padding-left: 0;
    margin-top: calc(8*100vw/768);
  }
}
.rec-bnr {
  padding: 120px 15px 15px;
  border: 1px solid #ddd;
  background: url(../img/beertalk_logo.png) top 20px center no-repeat #fff;
  background-size: 104px;
  text-align: center;
}

.rec-bnr-ttl {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}

.rec-bnr-txt {
  font-size: 1.3rem;
  line-height: 1.6153;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .rec-bnr {
    padding: calc(162*100vw/768) calc(25*100vw/768) calc(22*100vw/768);
    background-position: top calc(27*100vw/768) center;
    background-size: calc(139*100vw/768);
  }

  .rec-bnr-ttl {
    padding-bottom: calc(10*100vw/768);
    margin-bottom: calc(22*100vw/768);
  }

  .rec-bnr-txt {
    font-size: 1.2rem;
    line-height: 1.3333;
  }
}
/*online-beerfuctory*/
.online-beerfuctory {
  padding: 48px 0 70px;
}
.online-beerfuctory-ttl {
  text-align: center;
  margin-bottom: 56px;
}
.online-beerfuctory-bnr {
  width: 870px;
  margin: 0 auto;
}
.online-beerfuctory-bnr a:hover {
  text-decoration: underline;
}
.online-beerfuctory-bnr a:hover img {
  opacity: 0.8;
}
.online-beerfuctory-bnr .img {
  margin-bottom: 15px;
}
.online-beerfuctory-bnr-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .online-beerfuctory {
    padding: calc(80*100vw/768) calc(20*100vw/768) calc(63*100vw/768);
  }
  .online-beerfuctory-ttl {
    margin-bottom: calc(50*100vw/768);
  }
  .online-beerfuctory-ttl img {
    width: calc(450*100vw/768);
  }
  .online-beerfuctory-bnr {
    width: calc(708*100vw/768);
    margin: 0 auto;
  }
  .online-beerfuctory-bnr a:hover {
    text-decoration: underline;
  }
  .online-beerfuctory-bnr a:hover img {
    opacity: 0.8;
  }
  .online-beerfuctory-bnr .img {
    margin-bottom: calc(20*100vw/768);
  }
  .online-beerfuctory-bnr-txt {
    font-size: calc(12*100vw/375);
    line-height: 1.3333;
  }
}

/*notice*/
.notice {
  padding: 53px 0 72px;
  background: #f3f3f3;
  border-top: solid 1px #F3F3F3;
}
@media screen and (max-width: 768px) {
  .notice {
    padding: 0;
  }
}
.notice .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .notice .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.notice-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .notice-ttl {
    font-size: 1.6rem;
    margin-bottom: calc(34*100vw/768);
  }
}
.notice-news {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notice-news {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: calc(60*100vw/768) calc(30*100vw/768);
    margin: 0 auto;
  }
}

.notice-news-list__item {
  display: table;
  margin-bottom: 12px;
}
.notice-news-list__item:nth-of-type(n+6) {
  display: none;
}
.notice-news-list__item a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .notice-news-list__item {
    margin-bottom: calc(30*100vw/768);
  }
}
.notice-news-list__item a:hover .notice-news-head {
  text-decoration: underline;
}
.notice-news-list .notice-news-date,
.notice-news-list .notice-news-head {
  display: table-cell;
}
.notice-news-list .notice-news-date {
  width: 90px;
  font-size: 1.4rem;
  line-height: 1.7143;
}
@media screen and (max-width: 768px) {
  .notice-news-list .notice-news-date {
    width: 80px;
    font-size: 1.2rem;
  }
}
.notice-news-list .notice-news-head {
  font-size: 1.4rem;
  line-height: 1.7143;
  padding-left: 9px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .notice-news-list .notice-news-head {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3333;
    padding-left: 0;
    margin-top: calc(8*100vw/768);
  }
}