/* Scss Document */
html {
  font-size: 62.5%; }

a {
  color: #933c06; }
  a i {
    text-decoration: none;
    font-size: 80%;
    display: inline-block;
    margin: 0 0 0 .5rem;
    opacity: .6; }

body {
  font-family: 'Montserrat', 'hiragino kaku gothic pro', 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  color: #434345; }

.btn {
  line-height: 1;
  width: 40%;
  max-width: 200px;
  display: inline-block;
  border-radius: .5rem;
  text-decoration: none;
  padding: 1.6rem 3rem;
  font-weight: 600;
  transition: 0.3s ease-out; }
  @media (max-width: 480px) {
    .btn {
      padding: 1.2rem 3rem; } }

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

.toggle-contents {
  display: none; }

/* show-hide btn*/
.inactive-btn p:last-child:after {
  margin: 0 .5rem 0 0;
  transition-duration: .2s;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  border-top: solid 1px #933c06;
  border-right: solid 1px #933c06; }

.active-btn p:last-child:after {
  transform: rotate(-45deg); }

.wrap {
  width: 94%;
  max-width: 1080px;
  margin: auto; }

.align-c {
  text-align: center; }

h2 img {
  width: auto;
  height: 4rem; }
  @media (max-width: 480px) {
    h2 img {
      height: 5.8vw !important; } }
h2 p {
  margin: 1rem 0 0; }
  @media (max-width: 480px) {
    h2 p {
      margin: .5rem 0 0;
      font-size: 4.6vw; } }

.bg-none header {
  background: none; }

.sp-only {
  display: none; }
  @media (max-width: 480px) {
    .sp-only {
      display: block; } }

.pc-only {
  display: block; }

@media (max-width: 480px) {
  .pc-only {
    display: none; } }
.machine-translation {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 999;
  font-size: 10px;
  width: 120px;
  text-align: center;
  color: #fff; }

header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #deb406;
  transition: 0.3s ease-out;
  height: 140px;
  z-index: 999; }
  @media (max-width: 480px) {
    header {
      height: 100px !important; } }
  header #g-nav {
    width: 100%;
    transition: 0.3s ease-out; }
  header #g-nav ul {
    height: 100%; }
    @media screen and (max-width: 1200px) {
      header #g-nav ul {
        display: none;
        background: #deb406;
        transition: 1s;
        height: auto; } }
  @media screen and (max-width: 1200px) {
    header .sns {
      display: none; } }
  header .logo_tab {
    display: none; }
    @media screen and (max-width: 1200px) {
      header .logo_tab {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

.check {
  text-align: center; }
  .check p {
    line-height: 1.6; }
    .check p:first-child {
      font-weight: bold; }
  .check__question {
    padding: 1rem 0 2rem;
    font-size: 2.6rem;
    font-weight: 600;
    color: #933c06; }
    @media (max-width: 480px) {
      .check__question {
        font-size: 6vw; } }
  .check__btn {
    display: flex;
    justify-content: space-between; }
    .check__btn p {
      width: 48%;
      padding: 1rem;
      border-radius: .5rem;
      background: #f4e4b1;
      color: #933c06;
      font-weight: 600;
      cursor: pointer; }
    .check__btn--no {
      margin: 2rem 0 0;
      color: #ff0004; }

.nav ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 880px) {
    .nav ul {
      padding: 3rem 0; } }
  .nav ul li {
    font-weight: 700;
    text-align: center; }
    .nav ul li a {
      width: 160px;
      padding: 2rem 0;
      color: #fff;
      display: block;
      text-decoration: none;
      transition: 0.3s ease-out;
      box-sizing: border-box; }
      @media (max-width: 880px) {
        .nav ul li a {
          width: 100%; } }
      @media (max-width: 480px) {
        .nav ul li a {
          padding: 2rem 0; } }
    .nav ul li p {
      font-size: 1.2rem; }
      .nav ul li p:first-child {
        font-size: 1.6rem;
        margin: 0 0 .5rem;
        letter-spacing: .2rem; }
  .nav ul .logo {
    margin: 0 4rem; }
    .nav ul .logo img {
      transition: 0.3s ease-out; }

#acbelogo {
  width: 165px;
  height: 105px; }
  @media (max-width: 880px) {
    #acbelogo {
      display: none; } }

#acbelogo_sp {
  width: 165px;
  height: 105px; }
  @media (max-width: 480px) {
    #acbelogo_sp {
      width: 120px;
      height: auto; } }

@media screen and (max-width: 1200px) {
  .active {
    display: block !important;
    transform: translateY(100px); } }

@media screen and (max-width: 1200px) {
  #g-nav-btn {
    transition-duration: .5s;
    position: absolute;
    padding: 12px;
    right: 10px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%); }
    #g-nav-btn div {
      width: 28px;
      height: 20px;
      position: relative;
      transition-duration: 1s; }
      #g-nav-btn div span {
        display: block;
        position: absolute;
        width: 28px;
        height: 2px;
        background: #fff;
        transition-duration: .4s; }
        #g-nav-btn div span:nth-child(1) {
          top: 0; }
        #g-nav-btn div span:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        #g-nav-btn div span:nth-child(3) {
          bottom: 0; }

  #g-nav-btn.active span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg); }
  #g-nav-btn.active span:nth-child(2) {
    opacity: 0; }
  #g-nav-btn.active span:nth-child(3) {
    top: 10px;
    transform: rotate(45deg); } }
.bglightyellow {
  background: #f4e4b1; }

.bgyellow {
  background: #deb406; }

.bgyellow_beer {
  background: #deb406; }

.bgwhite {
  background: #ffffff; }

.white {
  color: #ffffff; }

.bgblackboard {
  background-image: url("../img/common/bg_blackboard.jpg"); }

.bgbeer {
  background: url("../img/common/bg_beer_03.jpg") #deb406 no-repeat top center/100% !important; }

.brown {
  color: #933c06; }

.bgblack {
  background: #000;
  color: #fff; }

.bgbrown {
  background: #933c06; }

.bgbluegrey {
  background: #4a6b83; }

.bgblacklayer {
  background: rgba(0, 0, 0, 0.3); }

.bgnavy {
  background: #0d0f40; }
  .bgnavy p {
    color: #fff; }

.bgblue {
  background: #486980;
  color: #fff; }

.w-bnr {
  width: 100%;
  height: auto;
  border-radius: .5rem; }

.more {
  margin: 0 auto;
  padding: 4rem 0;
  width: 94%;
  max-width: 1080px;
  line-height: 1.6;
  color: #fff; }
  .more a {
    text-decoration: none;
    color: #fff; }
  .more h2 {
    padding: 0 0 2rem;
    line-height: 1;
    text-align: center; }
    .more h2 img {
      height: 4rem; }
  .more__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .more__wrap #breweries {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .more__wrap #breweries::after {
      content:"";
      display: block;
      width: 30%; }
      @media (max-width: 480px) {
        .more__wrap:after {
          display: none; } }
    .more__wrap--card {
      width: 32%;
      margin: 2rem 0;
      font-weight: 700;
      text-align: center;
      background-color: #ffffff;
      box-sizing: border-box;
      border-radius: 1rem;
      color: #434345;
      position: relative;
      transition: .2s; }
      .more__wrap--card:hover {
        transform: scale(1.025);
        box-shadow: 0px 0px 0px 5px white; }
.more__wrap--card::after {
      width: 32%;
      margin: 2rem 0;
      font-weight: 700;
      text-align: center;
      background-color: #ffffff;
      box-sizing: border-box;
      border-radius: 1rem;
      color: #434345;
      position: relative;
      transition: .2s; }
      @media (max-width: 880px) {
        .more__wrap--card {
          width: 48%; } }
      @media (max-width: 480px) {
        .more__wrap--card {
          border-top: solid 1px rgba(255, 255, 255, 0.2);
          margin: 0;
          margin: 0 0 1rem 0;
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: flex-start; } }
      .more__wrap--card img {
        width: 100%;
        height: auto;
        border-radius: 1rem 1rem 0 0;
        transition: 0.3s ease-out; }
        @media (max-width: 480px) {
          .more__wrap--card img {
            width: 50%;
            height: auto;
            border-radius: 1rem 0 0 1rem; } }
      .more__wrap--card .logo {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
        @media (max-width: 480px) {
          .more__wrap--card .logo {
            top: 5px;
            left: 5px;
            width: 40px;
            height: 40px; } }
        .more__wrap--card .logo img {
          width: 67%;
          height: auto;
          border-radius: 0; }
      .more__wrap--card-tit {
        padding: 1rem 0; }
        @media (max-width: 480px) {
          .more__wrap--card-tit {
            width: 50%;
            padding: 1rem;
            box-sizing: border-box;
            text-align: left; } }
        .more__wrap--card-tit p {
          font-size: 1.4rem;
          color: #434345; }
          @media (max-width: 480px) {
            .more__wrap--card-tit p {
              font-size: 3.4vw;
              line-height: 1.4;
              font-feature-settings: 'palt'; } }
          .more__wrap--card-tit p:first-child {
            font-size: 1.8rem;
            color: #434345; }
            @media (max-width: 480px) {
              .more__wrap--card-tit p:first-child {
                margin: 0 0 .25rem;
                line-height: 1.2;
                font-size: 4.4vw; } }
      .more__wrap--card-btn {
        background: #933c06;
        color: #ffffff;
        display: inline-block;
        margin: 0 0 2rem;
        padding: .5rem 4rem;
        border-radius: .5rem; }
        @media (max-width: 480px) {
          .more__wrap--card-btn {
            display: none; } }
  .more__btn {
    margin: 2rem 0 0;
    text-align: center;
    line-height: 1; }
    .more__btn a {
      background: #deb406;
      color: #933c06; }

.beerslist {
  padding: 4rem 0; }
  .beerslist h2 {
    text-align: center;
    margin: 0 0 2rem;
    color: #ffffff; }
  .beerslist__wrap {
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .beerslist__wrap a {
      text-decoration: none;
      color: #434345;
      position: relative;
      z-index: 2; }
    .beerslist__wrap--card {
      padding: .5rem 0;
      display: flex;
      justify-content: center; }
      .beerslist__wrap--card div {
        width: 197px;
        height: 280px;
        margin: 47px 0;
        padding: 1rem 1rem;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        text-align: center;
        background: url("../img/common/frame_beer_02.png");
        box-sizing: border-box;
        background-size: 100%; }
        @media (max-width: 880px) {
          .beerslist__wrap--card div {
            width: 30vw;
            margin: 7vw 0; } }
        @media (max-width: 480px) {
          .beerslist__wrap--card div {
            width: 46vw;
            margin: 11vw 0;
            align-items: center;
            padding: 0 1rem; } }
        .beerslist__wrap--card div p {
          margin: .5rem 0 0;
          font-size: 1.3rem; }
          @media (max-width: 480px) {
            .beerslist__wrap--card div p {
              font-size: max(3.2vw, 1.2rem); } }
          .beerslist__wrap--card div p span {
            margin: .4rem 0 0;
            display: block;
            font-size: 1rem; }
            @media (max-width: 480px) {
              .beerslist__wrap--card div p span {
                font-size: max(2vw, 1rem); } }
        .beerslist__wrap--card div .sub {
          margin: 1rem 0 0;
          padding: .4rem .25rem .25rem;
          font-size: 1.1rem;
          border-top: solid 1px #ddd;
          border-bottom: solid 1px #ddd;
          display: inline-block; }
          @media (max-width: 480px) {
            .beerslist__wrap--card div .sub {
              font-size: max(2vw, 1rem); } }
        .beerslist__wrap--card div img {
          display: block;
          margin: auto; }
        .beerslist__wrap--card div:before {
          content: '';
          width: 197px;
          height: 47px;
          position: absolute;
          top: -45px;
          left: 0;
          background: url("../img/common/frame_beer_01.png") no-repeat;
          background-size: 100%; }
          @media (max-width: 880px) {
            .beerslist__wrap--card div:before {
              width: 30vw;
              height: 7vw;
              top: -6.8vw; } }
          @media (max-width: 480px) {
            .beerslist__wrap--card div:before {
              width: 46vw;
              height: 11vw;
              top: -10.7vw; } }
        .beerslist__wrap--card div:after {
          content: '';
          width: 197px;
          height: 47px;
          position: absolute;
          bottom: -45px;
          left: 0;
          background: url("../img/common/frame_beer_03.png") no-repeat;
          background-size: 100%; }
          @media (max-width: 880px) {
            .beerslist__wrap--card div:after {
              width: 30vw;
              height: 7vw;
              bottom: -6.8vw; } }
          @media (max-width: 480px) {
            .beerslist__wrap--card div:after {
              width: 46vw;
              height: 11vw;
              bottom: -10.7vw; } }
  .beerslist__btn {
    padding: 4rem 0;
    text-align: center; }
    .beerslist__btn a {
      background: #933c06;
      color: #ffffff; }
    @media (max-width: 480px) {
      .beerslist__btn {
        padding: 4rem 0 0; } }

.footer {
  margin: 0 auto;
  width: 94%;
  max-width: 1080px;
  padding: 6rem 0;
  color: #fff;
  text-align: center; }
  .footer__socialmedia {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer__socialmedia p {
      width: 100%;
      font-weight: 700;
      letter-spacing: .2rem; }
    .footer__socialmedia img {
      width: 3.4rem;
      height: 3.4rem;
      display: block;
      margin: 4rem; }
      .footer__socialmedia img:hover {
        opacity: .6; }
      @media (max-width: 480px) {
        .footer__socialmedia img {
          margin: 3rem; } }
  .footer__line {
    margin: 0 auto 4rem; }
  .footer__attention {
    font-size: 1.8rem;
    line-height: 1.6;
font-weight: 500;
margin-bottom: 20px;}
.footer__note {
    font-size: 1.5rem;
    line-height: 1.6; }
  .footer ul {
    padding: 3rem 0; }
    .footer ul #acbelogo_footer {
      width: 165px;
      height: 105px; }
    @media (max-width: 880px) {
      .footer ul {
        display: none; } }
  .footer__copyright--usda {
    margin: 0 auto 4rem; }
    .footer__copyright--usda a {
      display: block;
      margin: 2rem 1rem;
      color: #fff;
      line-height: 1.4;
      font-size: 1.2rem; }
      .footer__copyright--usda a img {
        width: 340px;
        height: auto; }
        @media (max-width: 480px) {
          .footer__copyright--usda a img {
            width: 80%; } }
  .footer__copyright--logo {
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .footer__copyright--logo {
        margin: 2rem 0; } }
    .footer__copyright--logo img {
      width: auto;
      height: 10rem;
      margin: 0 1.6rem; }
  .footer__copyright--txt {
    margin: 2rem 0 0; }
    .footer__copyright--txt a {
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      opacity: .6; }

.empty {
  background: none !important; }
  .empty:after {
    background: none !important; }
  .empty:before {
    background: none !important; }
  @media (max-width: 880px) {
    .empty {
      display: none !important; } }

.special {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 480px) {
    .special {
      padding: 0 0 2rem; } }
  .special__bnr {
    width: 48%; }
    .special__bnr p {
      margin: 1rem 0;
      text-align: center;
      font-weight: 600;
      color: #434345;
      font-size: 20px;
      line-height: 1.6;
      letter-spacing: .2rem; }
      @media (max-width: 480px) {
        .special__bnr p {
          font-size: 14px;
          letter-spacing: 0;
          text-align: left; } }
    .special__bnr.wide {
      width: 100%; }
      @media (max-width: 480px) {
        .special__bnr.wide p {
          width: 100%;
          text-align: center; }
        .special__bnr.wide div {
          width: 100%; } }
    @media (max-width: 480px) {
      .special__bnr {
        padding: .5rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-top: solid 1px #deb406; }
        .special__bnr:first-child {
          border: none; }
        .special__bnr p {
          width: 48%; }
        .special__bnr div {
          width: 48%; } }
    .special__bnr img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .special__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2rem 0 0; }
    .special__btn .btn {
      border: solid 1px; }
  .special__box {
    width: 48%;
    padding: 1.2rem;
    color: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    text-align: center;
    background: url("../img/common/bg_blackboard.jpg");
    font-weight: 600;
    transition: 0.3s ease-out; }
    @media (max-width: 480px) {
      .special__box {
        width: 100%;
        margin: 1rem 0; } }
    .special__box img {
      width: 100%;
      height: auto;
      border-radius: .5rem .5rem 0 0; }
    .special__box #logo_quiz {
      width: 150px;
      height: 113px;
      margin: -5.5rem 0 1rem; }
    .special__box #logo_seminars {
      margin: -5.5rem 0 1rem;
      width: 248px;
      height: 113px; }
    .special__box #logo_seminars_color {
      margin: -5.5rem 0 1rem;
      width: 280x;
      height: 130px; }
    .special__box #logo_label {
      margin: -5.5rem 0 1rem;
      width: 280px;
      height: 150px; }
    .special__box #logo_stamp {
      margin: -5.5rem 0 1rem;
      width: 280px;
      height: 150px; }
    .special__box p {
      line-height: 1.6; }
    .special__box--btn {
      width: 50%;
      margin: 1rem 0;
      display: inline-block;
      background: #933C06;
      border-radius: .5rem;
      padding: 1.2rem 3rem;
      color: #ffffff; }
    .special__box:hover {
      color: #933C06; }
  .special a {
    text-decoration: none; }
.stop-icon{
	width: 100px;
	margin: 20px auto;
}