@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================================
viewport指定
============================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #e4ebd0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  margin-top: 0 !important;
}
@media screen and (max-width: 849px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (min-width: 850px) and (max-width: 1099px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 849px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 850px), print {
  body {
    font-size: 1.4rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #352522;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #666;
  opacity: 0.7;
}

p a {
  color: #de3c14;
}

img {
  width: 100%;
  height: auto;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

.for-tab {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 849px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}
@media screen and (min-width: 850px) and (max-width: 1099px) {
  .for-tab {
    display: inherit;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0em {
  margin-top: 0em;
}

.mb-0em {
  margin-bottom: 0em;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

.mt-8em {
  margin-top: 8em;
}

.mb-8em {
  margin-bottom: 8em;
}

.mt-9em {
  margin-top: 9em;
}

.mb-9em {
  margin-bottom: 9em;
}

.mt-10em {
  margin-top: 10em;
}

.mb-10em {
  margin-bottom: 10em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 849px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 849px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #fe7235;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 81.25%;
}

.txt-large {
  font-size: 112.5%;
}
@media screen and (max-width: 849px) {
  .txt-large {
    font-size: 110%;
  }
}

.txt-large_2 {
  font-size: 137.5%;
}
@media screen and (max-width: 849px) {
  .txt-large_2 {
    font-size: 130%;
  }
}

.txt-xlarge {
  font-size: 162.5%;
}
@media screen and (max-width: 849px) {
  .txt-xlarge {
    font-size: 140%;
  }
}

.txt-xlarge_2 {
  font-size: 175%;
}
@media screen and (max-width: 849px) {
  .txt-xlarge_2 {
    font-size: 160%;
  }
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

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

.txt-center-left {
  text-align: center;
}
@media screen and (max-width: 849px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

.ls-__4 {
  letter-spacing: 0.04em;
}

.ls-__8 {
  letter-spacing: 0.08em;
}

/* indent */
/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}
@media screen and (max-width: 849px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

.txt-asterisk {
  font-size: 86% !important;
  line-height: 1.5;
  color: #858585;
  font-weight: 600;
  padding-left: 0;
  text-indent: 0;
}
.txt-red {
  color: #d1846a;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 5px;
}
/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-wrapper {
  position: relative;
  width: 100%;
}

/*------------------------------
header
-------------------------------*/
/*------------------------------
メニューボタン
-------------------------------*/
.h-menubtn {
  display: block;
  position: fixed;
  top: 20px;
  right: 50%;
  width: 60px;
  height: 60px;
  margin-right: -190px;
  z-index: 10;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #C8C8C8;
  text-align: center;
}
.h-menubtn a {
  display: block;
  padding: 18px 0 0;
}
.h-menubtn a img {
  height: 18px;
  width: auto;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.l-header .inner {
  max-width: 400px;
  width: 100%;
  margin: 16px auto 0;
}
.l-header .inner .logo {
  width: 55%;
  margin: auto;
}
.l-header .inner .logo img {
  margin-left: -15px;
}

.h-menucontainer {
  background: #C8C8C8;
  width: 100%;
  max-width: 398px;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  z-index: 11;
  position: fixed;
  top: 0;
}
.h-menucontainer .h-menubtn-close {
  display: block;
  position: absolute;
  top: 21px;
  right: 10px;
  width: 58px;
  height: 58px;
  pointer-events: auto;
  z-index: 12;
  z-index: 10;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.h-menucontainer .h-menubtn-close a {
  text-decoration: none;
  padding-top: 7px;
  display: block;
}
.h-menucontainer .gNav ul {
  padding: 14% 0;
}
.h-menucontainer .gNav ul li {
  display: block;
  padding: 4% 0;
}
.h-menucontainer .gNav ul li a {
  display: block;
  text-align: center;
}
.h-menucontainer .gNav ul li a img {
  width: auto;
  height: 32px;
}
.h-menucontainer .gNav ul .menu-online a img {
  height: 60px;
}
.h-menucontainer .gNav ul .menu-contact a img {
  height: 60px;
}

.is-open .h-menucontainer {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  background: #C8C8C8;
}
.l-footer .copyright {
  text-align: center;
  padding: 10px 0;
}
.l-footer .copyright img {
  height: 13px;
  width: auto;
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  margin: auto;
  background: #C8C8C8;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
.l-main .l-contents {
  background: #fff;
  border-radius: 300px 300px 0 0;
  margin-top: 20%;
}
/*
transition: all .2s ease-out;
animation: topimg_ill-01 1s ease-out;

@keyframes topimg_ill-01 {
  0% { transform: translate(0,10px); opacity:0; }
  100% { transform: translate(0,0); opacity:1; }
}
*/
/*------------------------------
common
-------------------------------*/
.sec-midashi {
  text-align: center;
  margin: 15% 0 0;
}
.sec-midashi .midashi {
  font-size: 1rem;
  font-weight: 500;
  color: #231815;
}
.sec-midashi .midashi:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #E13C0A;
  margin: 5px auto 0;
}
.sec-midashi img {
  height: 42px;
  width: auto;
  vertical-align: top;
}

/*------------------------------
top
-------------------------------*/
.mark {
  position: fixed;
  left: 0;
  width: calc(50% - 200px);
  height: 100%;
  top: 0;
  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;
}
.mark img {
  vertical-align: top;
  width: 200px;
}
@media screen and (max-width: 900px) {
  .mark {
    display: none;
  }
}

.qr {
  position: fixed;
  right: 0;
  width: calc(50% - 200px);
  height: 100%;
  top: 0;
  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;
}
.qr img {
  vertical-align: top;
  width: 150px;
}
@media screen and (max-width: 900px) {
  .qr {
    display: none;
  }
}

.onlineshop_btn {
  position: fixed;
  left: 50%;
  width: 60px;
  bottom: 3%;
  margin-left: 120px;
}
.onlineshop_btn img {
  vertical-align: top;
}

.page-chuolinebeerworks .txt p {
  margin-top: 30px;
}
.page-chuolinebeerworks .sec_topimg .title {
  width: 88%;
  margin: 0 auto;
  padding-top: 7%;
}
.page-chuolinebeerworks .sec_topimg .title img {
  vertical-align: top;
}
.page-chuolinebeerworks .sec_story {
  position: relative;
  padding-bottom: 13%;
}
.page-chuolinebeerworks .sec_story .lead {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 10px;
}
.page-chuolinebeerworks .sec_story .lead .underline-before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAC8B4), to(#FAC8B4)) 0 100%/0 6px no-repeat;
  background: linear-gradient(#FAC8B4, #FAC8B4) 0 100%/0 6px no-repeat;
  -webkit-transition: background 2s;
  transition: background 2s;
  text-decoration: none;
}
.page-chuolinebeerworks .sec_story .lead .underline-after {
  background-size: 100% 6px;
}
.page-chuolinebeerworks .sec_story .ill-01 {
  position: absolute;
  top: 9%;
  right: -10%;
  max-width: 158px;
  width: 40%;
}
.page-chuolinebeerworks .sec_story .ill-02 {
  position: absolute;
  top: 58%;
  left: -4%;
  max-width: 110px;
  width: 29%;
}
.page-chuolinebeerworks .sec_story .ill-03 {
  position: absolute;
  bottom: -5%;
  left: -7%;
  max-width: 228px;
  width: 59%;
}
.page-chuolinebeerworks .sec_about {
  position: relative;
}
.page-chuolinebeerworks .sec_about .img {
  max-width: 60%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto 0;
}
.page-chuolinebeerworks .sec_about .img img {
  vertical-align: top;
}
.page-chuolinebeerworks .sec_about .img-2blc {
  max-width: 82%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-chuolinebeerworks .sec_about .img-2blc .blc {
  width: 48%;
  text-align: right;
}
.page-chuolinebeerworks .sec_about .img-2blc .blc img {
  border-radius: 10px;
  vertical-align: top;
}
.page-chuolinebeerworks .sec_about .img-2blc .blc span {
  font-size: 1rem;
}
.page-chuolinebeerworks .sec_about .img-2blc .blc2 {
  margin-top: 20px;
}
.page-chuolinebeerworks .sec_about .ill {
  position: absolute;
  bottom: 18%;
  right: -13px;
  max-width: 108px;
  width: 28%;
}
.page-chuolinebeerworks .sec_insta {
  margin-top: 15%;
  background: #FAEBE6;
  padding: 1px 0 10%;
  position: relative;
}
.page-chuolinebeerworks .sec_insta .sec-midashi {
  background: url("../img/Instagram_ico.png") no-repeat center top;
  background-size: 32px;
  padding-top: 50px;
}
.page-chuolinebeerworks .sec_insta .insta_area {
  position: relative;
  padding-top: 60px;
  margin-top: 4%;
}
.page-chuolinebeerworks .sec_insta .insta_area .fukidashi {
  background: #9BBE00;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  border-radius: 20px;
  margin-left: -95px;
  text-align: center;
  width: 190px;
  padding: 3px 0;
}
.page-chuolinebeerworks .sec_insta .insta_area .fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #9BBE00;
  border-bottom: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta {
  position: relative;
  z-index: 1;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .slideimg {
  height: 0px;
  padding-bottom: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: initial;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__slide.is-active .slideimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__pagination {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -30px;
  z-index: 1;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__pagination li {
  display: block;
  position: absolute;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__pagination li button {
  background: #f0c4b6;
  border: 0;
  width: 60px;
  height: 1px;
  padding: 0;
  cursor: pointer;
  display: none;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__pagination li .is-active {
  overflow: hidden;
  display: block;
}
.page-chuolinebeerworks .sec_insta .insta_area .splide_insta .splide__pagination li .is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e13c0a;
  -webkit-animation: insta_active_bar 3.5s ease-out;
  animation: insta_active_bar 3.5s ease-out;
  -webkit-transition: all 3.5s ease-out;
  transition: all 3.5s ease-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@-webkit-keyframes insta_active_bar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes insta_active_bar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-chuolinebeerworks .sec_insta .insta_area:after {
  content: "";
  display: block;
  position: absolute;
  left: 18%;
  top: 20px;
  width: 64%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}
.page-chuolinebeerworks .sec_insta .acc {
  max-width: 54%;
  margin: 17% auto 0;
  position: relative;
}
.page-chuolinebeerworks .sec_insta .acc .followme {
  position: absolute;
  width: 76px;
  left: -40px;
  top: -30px;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
.page-chuolinebeerworks .sec_insta .acc .followme .underline-before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFF87), to(#FAFF87)) 0 100%/0 6px no-repeat;
  background: linear-gradient(#FAFF87, #FAFF87) 0 100%/0 6px no-repeat;
  -webkit-transition: background 2s;
  transition: background 2s;
  text-decoration: none;
}
.page-chuolinebeerworks .sec_insta .acc .followme .underline-after {
  background-size: 100% 6px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt {
  position: absolute;
  left: 8%;
  top: -30px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc div {
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
  margin-bottom: 7px;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  opacity: 0;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_01 {
  background: url("../img/insta_en_01.png") no-repeat bottom;
  background-size: 100%;
  width: 17px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_02 {
  background: url("../img/insta_en_02.png") no-repeat bottom;
  background-size: 100%;
  width: 18px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_03 {
  background: url("../img/insta_en_03.png") no-repeat bottom;
  background-size: 100%;
  width: 18px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_04 {
  background: url("../img/insta_en_04.png") no-repeat bottom;
  background-size: 100%;
  width: 18px;
  margin-right: 23px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_05 {
  background: url("../img/insta_en_05.png") no-repeat bottom;
  background-size: 100%;
  width: 14px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_06 {
  background: url("../img/insta_en_06.png") no-repeat bottom;
  background-size: 108%;
  width: 4px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_07 {
  background: url("../img/insta_en_07.png") no-repeat bottom;
  background-size: 100%;
  width: 18px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_08 {
  background: url("../img/insta_en_08.png") no-repeat bottom;
  background-size: 100%;
  width: 14px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_09 {
  background: url("../img/insta_en_09.png") no-repeat bottom;
  background-size: 100%;
  width: 17px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_10 {
  background: url("../img/insta_en_10.png") no-repeat bottom;
  background-size: 100%;
  width: 14px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_11 {
  background: url("../img/insta_en_11.png") no-repeat bottom;
  background-size: 100%;
  width: 14px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_12 {
  background: url("../img/insta_en_12.png") no-repeat bottom;
  background-size: 100%;
  width: 17px;
  margin-right: 23px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_13 {
  background: url("../img/insta_en_13.png") no-repeat bottom;
  background-size: 100%;
  width: 28px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_14 {
  background: url("../img/insta_en_14.png") no-repeat bottom;
  background-size: 102%;
  width: 18px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_15 {
  background: url("../img/insta_en_15.png") no-repeat bottom;
  background-size: 100%;
  width: 17px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_16 {
  background: url("../img/insta_en_16.png") no-repeat bottom;
  background-size: 100%;
  width: 18px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt .blc .en_17 {
  background: url("../img/insta_en_17.png") no-repeat bottom;
  background-size: 100%;
  width: 17px;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_01 {
  -webkit-animation: en_01 1s ease-out both;
  animation: en_01 1s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_02 {
  -webkit-animation: en_02 1s 0.1s ease-out both;
  animation: en_02 1s 0.1s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_03 {
  -webkit-animation: en_03 1s 0.2s ease-out both;
  animation: en_03 1s 0.2s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_04 {
  -webkit-animation: en_04 1s 0.3s ease-out both;
  animation: en_04 1s 0.3s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_05 {
  -webkit-animation: en_05 1s 0.4s ease-out both;
  animation: en_05 1s 0.4s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_06 {
  -webkit-animation: en_06 1s 0.5s ease-out both;
  animation: en_06 1s 0.5s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_07 {
  -webkit-animation: en_07 1s 0.6s ease-out both;
  animation: en_07 1s 0.6s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_08 {
  -webkit-animation: en_08 1s 0.7s ease-out both;
  animation: en_08 1s 0.7s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_09 {
  -webkit-animation: en_09 1s 0.8s ease-out both;
  animation: en_09 1s 0.8s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_10 {
  -webkit-animation: en_10 1s 0.9s ease-out both;
  animation: en_10 1s 0.9s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_11 {
  -webkit-animation: en_11 1s 1s ease-out both;
  animation: en_11 1s 1s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_12 {
  -webkit-animation: en_12 1s 1.1s ease-out both;
  animation: en_12 1s 1.1s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_13 {
  -webkit-animation: en_13 1s 1.2s ease-out both;
  animation: en_13 1s 1.2s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_14 {
  -webkit-animation: en_14 1s 1.3s ease-out both;
  animation: en_14 1s 1.3s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_15 {
  -webkit-animation: en_15 1s 1.4s ease-out both;
  animation: en_15 1s 1.4s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_16 {
  -webkit-animation: en_16 1s 1.5s ease-out both;
  animation: en_16 1s 1.5s ease-out both;
}
.page-chuolinebeerworks .sec_insta .insta_eng_txt.show .blc .en_17 {
  -webkit-animation: en_17 1s 1.6s ease-out both;
  animation: en_17 1s 1.6s ease-out both;
}
@-webkit-keyframes en_01 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_01 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_02 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_02 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_03 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_03 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_04 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_04 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_05 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_05 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_06 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_06 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_07 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_07 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_08 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_08 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_09 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_09 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_10 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_10 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_11 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_11 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_12 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_12 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_13 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_13 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_14 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_14 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_15 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_15 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_16 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_16 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes en_17 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  85% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes en_17 {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  85% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.page-chuolinebeerworks .sec_access {
  background: url("../img/footer_ill.png") no-repeat right bottom;
  background-size: 44% auto;
  padding-bottom: 35%;
}
.page-chuolinebeerworks .sec_access .address_blc {
  display: table;
  margin: 10px auto 0;
}
.page-chuolinebeerworks .sec_access .address_blc .address {
  font-size: 1.2rem;
  margin: 0;
}
.page-chuolinebeerworks .sec_access .address_blc .root {
  font-size: 1rem;
  margin: 0;
}
.page-chuolinebeerworks .sec_access .map {
  max-width: 76%;
  margin: 30px auto 0;
}
.page-chuolinebeerworks .sec_access .gmap_btn {
  width: 130px;
  margin: 30px auto 0;
}
.page-chuolinebeerworks .sec_access .btn-contact {
  margin: 20px auto 0;
  text-align: center;
}
.page-chuolinebeerworks .sec_access .btn-contact img {
  width: auto;
  height: 26px;
}
.page-chuolinebeerworks .sec_access .btn-company {
  margin: 10px auto 0;
  text-align: center;
}
.page-chuolinebeerworks .sec_access .btn-company img {
  width: auto;
  height: 26px;
}

/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.scrollIn.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scrollIn-no {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.scrollIn-rl {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.scrollIn-rl.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.scrollIn-lr {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.scrollIn-lr.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}