/*font---------------------------------------------*/
body,
input,
textarea,
select {
  font-family: "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*viewport対応---------------------------------------------*/
@media (min-width: 769px) {
  .layout-main-content {
    min-width: 1080px;
  }
}
@media (min-width: 769px) {
  .layout-container {
    min-width: 1080px;
  }
}
/*---------------------------------------------------------*/
.layout-header.layout-header-english {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .layout-header.layout-header-english {
    min-width: 1080px;
  }
}
.layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_inner {
  padding: 50px 0;
  margin: 7px 40px 0;
  max-width: 100%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.layout-header.layout-header-english .layout-header_nav-pc .js-dropdown-menu_content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
}
.layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_content {
  width: 100%;
}
.layout-header.layout-header-english .m-link-list-horizontal {
  margin: 0 -25px 0 0;
}
@media (min-width: 769px) {
  .layout-header .layout-header_nav-pc .mega-dropdown_link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 93%;
    margin-left: 7%;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_link-list > li {
    width: 23%;
    height: inherit;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_link-list > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_title > a {
    font-size: 18px;
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_title a.brewery {
    background: none;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_title > a.brewery:hover:before {
    width: 30px;
  }
}
.layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_link-list > li a {
  position: relative;
  padding-bottom: 50px;
  height: 35px;
  margin-left: 2%;
}
.layout-header.layout-header-english .layout-header_nav-pc .mega-dropdown_link-list > li a span {
  position: absolute;
  display: block;
  font-size: 14px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
}
.layout-header.layout-header-english .m-link-list-horizontal.theme-large > li:nth-child(3n+1) {
  margin-left: 2%;
}
.layout-header-english .m-link-list-horizontal.theme-large > li {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .secondary-nav a {
    position: relative;
    font-size: 13px;
    color: #222222;
    display: block;
    margin-bottom: 20px;
    width: 127px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .secondary-nav a.blank:after {
    position: absolute;
    content: "";
    background-image: url(/common/img/parts/icon-window_bg03.svg);
    width: 11px;
    height: 9px;
    right: 0;
    top: 3px;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .layout-header_nav-sp .secondary-nav {
    border-top: none;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .secondary-nav a {
    color: #aaa;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .secondary-nav a:hover {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .secondary-nav > ul > li a[target='_blank']:not(.m-not-icon):after {
    background-image: url(/common/img/parts/icon-window_bg03.svg);
    background-size: 12px 10px;
    height: 10px;
    width: 12px;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_nav-pc .secondary-nav > ul > li a:hover[target='_blank']:not(.m-not-icon):after {
    background-image: url(/common/img/parts/icon-window_bg03_on.svg);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .layout-header_nav-sp .primary-nav > ul > li > a,
  .layout-header.layout-header-english .layout-header_nav-sp .primary-nav > ul > li > span {
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .accordion-menu > span > a {
    border-left: 1px solid #e4e5ec;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .accordion-menu > span > a:before,
  .layout-header.layout-header-english .accordion-menu > span > a:after {
    background: #bcbcbc;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .accordion-menu.is-expanded > span > a:after {
    background: #222;
  }
}
@media (min-width: 769px) {
  .layout-header.layout-header-english .layout-header_logo {
    position: absolute;
    top: 50px;
    right: inherit;
    left: 50px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .layout-header.layout-header-english .layout-header_logo {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    width: 33px;
    margin: 0 auto;
    padding: 0;
  }
}
/*english-footer-----------------------------------------------------------------------------*/
.breadcrumbs {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .breadcrumbs {
    bottom: -50px !important;
  }
}
@media (min-width: 769px) {
  .breadcrumbs > ol {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media (min-width: 769px) {
  .breadcrumbs > ol {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.layout-footer_outer.layout-footer_outer-english {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .layout-footer_outer.layout-footer_outer-english {
    margin-bottom: 43px;
  }
}
.layout-footer.layout-footer-english {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .layout-footer.layout-footer-english .layout-footer_inner {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_inner.bottom {
    max-width: 500px;
  }
}
.layout-footer_outer.layout-footer_outer-english {
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 769px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link_outer {
    margin: 0 40px;
    height: 190px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link_outer {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link__corp {
    margin-top: 60px;
    width: 19.3%;
    height: 70px;
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width: 768px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link__corp {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .layout-footer_outer.layout-footer_outer-english .footer-link__prof {
    margin-top: 30px;
    margin-left: 4.6%;
    width: 76.1%;
    height: 70px;
  }
}
.layout-footer_outer.layout-footer_outer-english .m-link-list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .layout-footer_outer.layout-footer_outer-english .m-link-list-horizontal {
    margin-top: 30px;
  }
}
.layout-footer_outer.layout-footer_outer-english .m-link-list-horizontal > li:first-child {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .layout-footer_outer.layout-footer_outer-english .m-link-list-horizontal > li {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .layout-footer_outer.layout-footer_outer-english .m-link-list-horizontal > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_group-link {
    position: relative;
    padding-top: 20px;
    padding-bottom: 106px;
    min-width: 280px;
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 0 30px !important;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_link-wrap {
    position: absolute;
    bottom: 35px;
    padding-top: 10px;
  }
}
.layout-footer.layout-footer-english .layout-footer_group-link li a.layout-footer_link {
  color: #555555;
  font-weight: 400;
}
@media (min-width: 769px) {
  .layout-footer.layout-footer-english .layout-footer_group-link li a.layout-footer_link {
    margin-left: 40px;
  }
}
@media (min-width: 769px) {
  .layout-footer.layout-footer-english .layout-footer_group-link li a[target] {
    margin-left: 30px;
  }
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_group-link li {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_group-link li {
    margin-left: 40px;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_note > p:last-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_copyright > img {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_link-wrap {
    position: inherit;
    bottom: 35px;
    width: 100%;
  }
}
.layout-footer.layout-footer-english .layout-footer_group-link li a.layout-footer_link {
  color: #555555;
  font-weight: 400;
}
@media (min-width: 769px) {
  .layout-footer.layout-footer-english .layout-footer_group-link li a.layout-footer_link {
    margin-left: 40px;
  }
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_group-link li {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_group-link li {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .layout-footer.layout-footer-english .layout-footer_note > p {
    width: 541px;
    height: 36px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_note > p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_note p img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_inner {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .layout-footer.layout-footer-english .layout-footer_copyright {
    max-width: 255px;
  }
}
@media (max-width: 768px) {
  :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_copyright {
    max-width: 255px;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_copyright > img {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_note > p:last-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_group-link li {
    margin-left: 0;
  }
}
/*サイト内注略----------------------*/
.en-m-notes .m-notes {
  margin-top: 30px;
}
.en-m-notes .m-notes:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .en-m-notes .m-notes {
    margin-top: 20px;
  }
}
.en-m-notes .m-notes:not(ul):not(ol),
.en-m-notes .m-notes > li {
  padding-left: 0.5em;
}
.en-m-notes .m-notes:not(ul):not(ol):before,
.en-m-notes .m-notes > li:before {
  content: "*";
}
ol.en-m-notes .m-notes > li:before {
  content: "*" counter(olNumber);
}
