@charset "UTF-8";
@media screen and (max-width: 479px) {
  .show_sm {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .show_sm {
    display: none;
  }
}
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hiraginoBold {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.buttonLink {
  margin: 20px auto;
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #bda965;
  color: #fff !important;
  font-size: 0.8rem;
  padding: 15px 50px 15px 40px;
  border-radius: 50px;
  font-weight: bold;
}
.buttonLink:hover {
  background-color: #000;
}
.buttonLink:after {
  content: ">";
  position: absolute;
  right: 25px;
  font-size: 80%;
  font-weight: bold;
  top: 16px;
  color: #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #fff;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

#container {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  color: #000;
  list-style: none;
}
#container a {
  text-decoration: none;
  color: #000;
}

h1 {
  margin: 0;
}

main {
  font-size: 16px;
  line-height: 1.7;
}

#topic_path .inside_box {
  width: 100%;
  max-width: 1200px;
}

#container {
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
#container h2 {
  width: 100%;
  padding: 0;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
  font-weight: bold;
}

main {
  /*fadeDown*/
}
main .container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
main .lozad {
  opacity: 0;
}
main .lozad350 {
  opacity: 0;
}
main .lozad200 {
  opacity: 0;
}
main .lozad500 {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  main {
    /* IE11 */
    /* IE11 */
    /* IE11 */
    /* IE11 */
  }
  main _:-ms-lang(x)::-ms-backdrop, main .lozad {
    opacity: 1;
  }
  main _:-ms-lang(x)::-ms-backdrop, main .lozad350 {
    opacity: 1;
  }
  main _:-ms-lang(x)::-ms-backdrop, main .lozad200 {
    opacity: 1;
  }
  main _:-ms-lang(x)::-ms-backdrop, main .lozad500 {
    opacity: 1;
  }
}
main .fadeDown {
  animation-name: fadeDown;
  animation-duration: 1s;
}
main .fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
}
@keyframes fadeUp {
  from {
    position: relative;
    top: 0px;
    opacity: 0;
  }
  to {
    position: relative;
    top: -20px;
    opacity: 1;
  }
}

/*
lozad animations
*/
.lozad {
  opacity: 1;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fade*/
.fadeSlow {
  animation-name: fadeSlow;
  animation-duration: 4s;
}

@keyframes fadeSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*fade*/
.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
}

@keyframes fadeUp {
  from {
    position: relative;
    top: 20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUp*/
.fadeUpAbs {
  animation-name: fadeUpAbs;
  animation-duration: 1s;
}

@keyframes fadeUpAbs {
  from {
    position: absolute;
    top: 30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeUpAbsToCenter {
  animation-name: fadeUpAbsToCenter;
  animation-duration: 1.5s;
}

@keyframes fadeUpAbsToCenter {
  from {
    position: absolute;
    top: 55%;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 50%;
    opacity: 1;
  }
}
/*fadeUpAbs*/
.fadeDown {
  animation-name: fadeDown;
  animation-duration: 1s;
}

@keyframes fadeDown {
  from {
    position: relative;
    top: -20px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDown*/
.fadeDownAbs {
  animation-name: fadeDownAbs;
  animation-duration: 1s;
}

@keyframes fadeDownAbs {
  from {
    position: absolute;
    top: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    top: 0px;
    opacity: 1;
  }
}
/*fadeDownAbs*/
.fadeLeftAbs {
  animation-name: fadeLeftAbs;
  animation-duration: 1s;
}

@keyframes fadeLeftAbs {
  from {
    position: absolute;
    right: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeftAbs*/
.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
}

@keyframes fadeLeft {
  from {
    position: relative;
    right: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    right: 0px;
    opacity: 1;
  }
}
/*fadeLeft*/
.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
}

@keyframes fadeRight {
  from {
    position: relative;
    left: -30px;
    opacity: 0;
  }
  to {
    position: relative;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRight*/
.fadeRightAbs {
  animation-name: fadeRightAbs;
  animation-duration: 1s;
}

@keyframes fadeRightAbs {
  from {
    position: absolute;
    left: -30px;
    opacity: 0;
  }
  to {
    position: absolute;
    left: 0px;
    opacity: 1;
  }
}
/*fadeRightAbs*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lozad {
    opacity: 1;
  }

  /* IE11 */
}
main .mainVisual {
  width: 100%;
  position: relative;
}
main .mainVisualImage {
  width: 100%;
  z-index: -1;
  display: block;
}
main .mainVisual_textArea {
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: center;
}
main .mainVisual_Title {
  width: 100%;
}
main .mainVisual_Title img {
  width: 80%;
  text-align: center;
  padding-bottom: 15px;
}
main .mainVisual_subTitle {
  display: block;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.6;
  padding-top: 5%;
  color: #000;
}
main .mainvisual_describe {
  font-size: 100%;
  letter-spacing: 2px;
  padding-top: 6%;
  line-height: 1.8;
}
main .separator {
  width: 102%;
  position: absolute;
  bottom: -1px;
  z-index: 50;
  display: block;
}
@media screen and (max-width: 768px) {
  main .mainVisualImage {
    display: none;
  }
  main .sp_mainVisualImage {
    width: 100%;
    z-index: -1;
    display: block;
  }
  main .mainVisual_textArea {
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }
  main .mainVisual_Title {
    width: 90%;
    margin: 0 auto;
  }
  main .mainVisual_Title img {
    width: 75%;
  }
  main .mainVisual_subTitle {
    font-size: 1.3rem;
    padding-top: 4%;
  }
  main .br_tabPro {
    display: none;
  }
  main .mainvisual_describe {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 769px) {
  main .sp_mainVisualImage {
    display: none;
  }
  main .br_tabPro {
    display: none;
  }
  main .br_tab {
    display: none;
  }
  main .br_sp {
    display: none;
  }
}

main .introduction {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 180px;
}
main .introduction_container {
  width: 85%;
  margin: 0 auto;
  padding-top: 5%;
  text-align: center;
}
main .introduction_itemImage {
  width: 120px;
  padding-bottom: 20px;
}
main .introduction_text {
  width: 100%;
}
main .introduction_title {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 8px;
  line-height: 1.7;
  z-index: 100;
  font-weight: normal !important;
}
main .introduction_kamoshi {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;
}
main .introduction_describe {
  font-size: 100%;
  width: 70%;
  margin: 0 auto;
  letter-spacing: 3px;
  line-height: 1.9;
  padding: 3% 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .introduction {
    padding-top: 15%;
    padding-bottom: 100px;
  }
  main .introduction_container {
    display: block;
    padding-bottom: 20%;
    width: 95%;
  }
  main .introduction_text {
    width: 100%;
    margin: 0 auto;
  }
  main .introduction_title {
    position: relative;
    padding: 3% 0;
    letter-spacing: 5px;
  }
  main .introduction_describe {
    font-size: 1rem;
    padding-top: 5%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 3% 0%;
  }
}
main .productsListArea {
  position: relative;
  width: 100%;
  background-color: #eff1ef;
  min-height: 300px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main .productsListArea {
    padding-bottom: 100px;
  }
}
main .productsListArea .container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .productsListArea .container {
    padding-top: 10%;
  }
}
main .productsListArea__title {
  width: 250px;
  padding: 5% 5% 10% 5%;
  display: inline-block;
  text-align: center;
}
main .productsListArea__title img {
  width: 100%;
}
main .productsListArea .productsBox {
  display: flex;
  flex-wrap: wrap;
  background: url("../img/toppage/rice.svg") top right no-repeat;
  background-size: 50%;
  background-position: 95% 30%;
  width: 80%;
  margin: 5% auto;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox {
    background-size: 100%;
    background-position: 0% 90%;
    padding-bottom: 15%;
    width: 90%;
  }
}
main .productsListArea .productsBox.rice2 {
  background: url("../img/common/rice2.svg") top left no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox.rice2 {
    background-size: 100%;
    background-position: 0% 90%;
    padding-bottom: 15%;
  }
}
main .productsListArea .productsBox.reverse {
  flex-direction: row-reverse;
}
main .productsListArea .productsBox .left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox .left {
    width: 100%;
  }
}
main .productsListArea .productsBox .right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox .right {
    width: 100%;
  }
}
main .productsListArea .productsBox .beer {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox .beer {
    width: 60%;
    max-width: 220px;
  }
}
main .productsListArea .productsBox .handwipe {
  width: 270px;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox .handwipe {
    width: 90%;
    max-width: 360px;
  }
}
main .productsListArea .productsBox__linkArea {
  display: block;
  width: 100%;
  text-align: center;
}
main .productsListArea .productsBox__num {
  padding-top: 5%;
  font-size: 3rem;
  display: inline-block;
  border-bottom: #d64614 solid 2px;
  margin-bottom: 20px;
}
main .productsListArea .productsBox__subname {
  font-size: 1rem;
}
main .productsListArea .productsBox__beerName {
  font-size: 2.4rem;
  padding: 3%;
  letter-spacing: 6px;
}
main .productsListArea .productsBox__handwipeName {
  font-size: 1.8rem;
  padding: 3%;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  main .productsListArea .productsBox__handwipeName {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
main .productsListArea .productsBox__des {
  font-size: 1rem;
  line-height: 1.7;
}
main .productsListArea .productsBox__describeImage {
  width: 70%;
  margin: 0 auto;
  display: block;
  padding-top: 8%;
  max-width: 300px;
}

main .background {
  background-color: #fff;
  width: 100%;
}
main .background_titleArea {
  position: relative;
  width: 100%;
}
main .background_titleImage {
  width: 100%;
}
main .background_title {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  text-align: center;
  letter-spacing: 5px;
  font-weight: normal !important;
}
main .background_titleText {
  font-size: 2rem;
  font-weight: normal !important;
}
main .background_content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
  position: relative;
}
main .background_contentTitle {
  width: 50%;
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.7;
  font-weight: normal !important;
}
main .background_kamoshi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 415px;
  min-width: 342px;
  z-index: -1;
}
main .background_contentImg {
  width: 40%;
  position: relative;
}
main .background_contentImgBox {
  width: 100%;
  position: absolute;
  top: 0;
}
main .background_contentImgBox img {
  display: block;
  padding-bottom: 7%;
  width: 100%;
}
main .background_describe {
  padding-top: 5%;
  padding-bottom: 7%;
  font-size: 1rem;
  width: 90%;
  margin: 0 auto;
}
main .background_describe p {
  padding-bottom: 3%;
  letter-spacing: 2px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .background_titleText {
    font-size: 1.7rem;
    font-weight: normal !important;
  }
  main .background_titleImage {
    display: none;
  }
  main .sp_background_titleImage {
    width: 100%;
  }
  main .background_title {
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    font-size: 1.4rem;
  }
  main .background_content {
    display: block;
    width: 85%;
    padding-top: 15%;
  }
  main .background_contentTitle {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  main .background_kamoshi {
    min-width: 280px;
    max-width: 390px;
  }
  main .background_contentImg {
    width: 100%;
    margin: 0 auto;
    padding-top: 10%;
  }
  main .background_contentImgBox {
    position: initial;
  }
  main .background_describe {
    width: 85%;
    font-size: 95%;
    padding-top: 8%;
    padding-bottom: 10%;
  }
  main .background_describe p {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  main .sp_background_titleImage {
    display: none;
  }
}

main .productDetails {
  width: 100%;
  display: flex;
}
main .productDetails_itemImageArea {
  width: 50%;
  background-color: #fff;
  position: relative;
  padding-top: 30px;
}
main .productDetails_itemImageBox {
  width: 75%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .productDetails_itemImage {
  width: 100%;
  max-width: 500px;
}
main .buyBtnArea {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
main .buyBtn {
  width: 40%;
  margin: 0 auto;
  display: block;
  border: solid 2px rgba(136, 109, 75, 0.65);
  border-radius: 50px;
  font-size: 110%;
  padding: 2% 2% 3% 2%;
}
main .buyBtn:hover {
  color: #fff !important;
  background-color: #886d4b;
}
main .productDetails_box {
  width: 50%;
  background-color: #f2f0e8;
}
main .productDetails_content {
  width: 85%;
  margin: 0 auto;
}
main .productDetails_title {
  padding-top: 10%;
  padding-bottom: 5%;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.5;
  font-size: 1.5rem;
  width: 100%;
}
main .table_notes {
  display: block;
  text-align: right;
  font-size: 80%;
  padding-bottom: 1%;
}
main table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
main table th, main table td {
  border: solid 1px rgba(136, 109, 75, 0.5);
  font-size: 87%;
}
main table th {
  width: 28%;
  font-weight: normal;
  text-align: right;
  padding: 2%;
}
main table td {
  padding: 2%;
  line-height: 1.5;
}
main .productDetails_describe {
  padding-bottom: 5%;
}
main .productDetails_describeTitle {
  font-size: 80%;
  padding-bottom: 3%;
  padding-top: 5%;
}
main .productDetails_describeList li {
  line-height: 1.7;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  main .productDetails {
    display: block;
  }
  main .productDetails_content {
    width: initial;
  }
  main .productDetails_itemImageArea {
    width: 100%;
  }
  main .productDetails_itemImageBox {
    width: 75%;
    margin: 0 auto;
    position: initial;
    transform: none;
  }
  main .productDetails_itemImage {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  main .buyBtnArea {
    padding-top: 5%;
    padding-bottom: 10%;
    width: 65%;
    margin: 0 auto;
  }
  main .productDetails_box {
    width: 100%;
  }
  main .buyBtn {
    width: initial;
    padding: 6% 2%;
  }
  main .productDetails_title {
    padding-top: 15%;
    padding-bottom: 10%;
    font-size: 1.4rem;
  }
  main .table_notes {
    text-align: center;
    padding-bottom: 2%;
  }
  main tbody {
    border-top: solid 1px rgba(136, 109, 75, 0.5);
  }
  main table th {
    display: block;
    border: none;
    width: 50%;
    text-align: left;
    padding: 3% 0 0% 4%;
    font-weight: bold;
  }
  main table td {
    display: block;
    border: none;
    border-bottom: solid 1px rgba(136, 109, 75, 0.5);
    padding: 2% 4% 3% 4%;
  }
  main .productDetails_describe {
    padding-bottom: 15%;
    width: 85%;
    margin: 0 auto;
  }
  main .productDetails_describeTitle {
    padding-top: 10%;
    padding-bottom: 5%;
    font-size: 90%;
  }
  main .productDetails_describeList li {
    font-size: 90%;
  }
}
main.beer .productDetails {
  width: 100%;
  display: flex;
  top: -30vw;
}
main.beer .productDetails_itemImageArea {
  width: 50%;
  background: url("../img/beer/detail_image.jpg") bottom center no-repeat;
  background-size: cover;
  position: relative;
}
main.beer .productDetails_itemImageBox {
  width: 75%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.beer .productDetails_itemImage {
  width: 100%;
  max-width: 500px;
}
main.beer .buyBtnArea {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
main.beer .buyBtn {
  width: 40%;
  margin: 0 auto;
  display: block;
  border: solid 2px rgba(136, 109, 75, 0.65);
  border-radius: 50px;
  font-size: 110%;
  padding: 2% 2% 3% 2%;
}
main.beer .buyBtn:hover {
  color: #fff !important;
  background-color: #886d4b;
}
main.beer .productDetails_box {
  width: 50%;
  background-color: #f2f0e8;
}
main.beer .productDetails_content {
  width: 85%;
  margin: 0 auto;
}
main.beer .productDetails_buttonArea {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
main.beer .productDetails_buttonArea .buttonLink {
  margin: 10px;
}
main.beer .productDetails_title {
  padding-top: 10%;
  padding-bottom: 5%;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5;
  font-size: 2.5rem;
  width: 100%;
}
main.beer .productDetails_title span.small {
  font-size: 0.9rem;
}
main.beer .table_notes {
  display: block;
  text-align: right;
  font-size: 80%;
  padding-bottom: 1%;
}
main.beer table {
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
main.beer table th, main.beer table td {
  border: solid 1px rgba(136, 109, 75, 0.5);
  font-size: 87%;
}
main.beer table th {
  width: 28%;
  font-weight: normal;
  text-align: right;
  padding: 2%;
}
main.beer table td {
  padding: 2%;
  line-height: 1.5;
}
main.beer .productDetails_describe {
  margin-top: 15px;
  padding-bottom: 5%;
}
main.beer .productDetails_describeTitle {
  font-size: 80%;
  padding-bottom: 3%;
  padding-top: 5%;
}
main.beer .productDetails_describeList li {
  line-height: 1.7;
  font-size: 80%;
}
main.beer .productDetails_describeList li a {
  color: inherit !important;
}
main.beer .productDetails_describeList li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  main.beer .productDetails {
    display: block;
    top: -200px;
    position: relative;
  }
  main.beer .productDetails_content {
    width: initial;
    padding-bottom: 10%;
  }
  main.beer .productDetails_itemImageArea {
    width: 100%;
    min-height: 110vw;
  }
  main.beer .productDetails_itemImageBox {
    width: 75%;
    margin: 0 auto;
    position: initial;
    transform: none;
  }
  main.beer .productDetails_itemImage {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  main.beer .buyBtnArea {
    padding-top: 5%;
    padding-bottom: 10%;
    width: 65%;
    margin: 0 auto;
  }
  main.beer .productDetails_box {
    width: 100%;
  }
  main.beer .buyBtn {
    width: initial;
    padding: 6% 2%;
  }
  main.beer .productDetails_title {
    padding-top: 5%;
    padding-bottom: 10%;
  }
  main.beer .table_notes {
    text-align: center;
    padding-bottom: 2%;
  }
  main.beer tbody {
    border-top: solid 1px rgba(136, 109, 75, 0.5);
  }
  main.beer table th {
    display: block;
    border: none;
    width: 50%;
    text-align: left;
    padding: 3% 0 0% 4%;
    font-weight: bold;
  }
  main.beer table td {
    display: block;
    border: none;
    border-bottom: solid 1px rgba(136, 109, 75, 0.5);
    padding: 2% 4% 3% 4%;
  }
  main.beer .productDetails_describe {
    padding-bottom: 15%;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
  }
  main.beer .productDetails_describeTitle {
    padding-top: 10%;
    padding-bottom: 5%;
    font-size: 90%;
  }
  main.beer .productDetails_describeList li {
    font-size: 90%;
  }
}
main .tieUp {
  background-color: #f3f5f3;
  padding-bottom: 20vw;
}
main .tieUp_title {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.7;
  padding-top: 6%;
  padding-bottom: 4%;
}
main .tieUp_kamoshi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 415px;
  min-width: 342px;
  z-index: -1;
}
main .tieUp_imgArea {
  background-color: #fff;
  width: 60%;
  margin: 0 auto;
  max-width: 450px;
}
main .tieUp_logo {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
main .tieUp_image {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}
main .tieUp_describeArea {
  width: 75%;
  max-width: 680px;
  margin: 0 auto;
}
main .tieUp_describe {
  padding-top: 5%;
  padding-bottom: 10%;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 2px;
}
main .tieUp_link {
  display: block;
  padding-bottom: 10%;
  width: 30%;
  margin-left: auto;
  cursor: pointer;
}
main .tieUp_linkBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
main .tieUp_linkBox:hover {
  opacity: 0.7;
}
main .tieUp_linkBox span {
  font-size: 90%;
  font-family: "Hiragino Mincho ProN";
  line-height: 1.5;
}
main .tieUp_linkBox img {
  width: 30px;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  main .tieUp_title {
    font-size: 1.4rem;
    width: 85%;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 10%;
  }
  main .tieUp_kamoshi {
    min-width: 280px;
    max-width: 390px;
  }
  main .tieUp_imgArea {
    width: 85%;
  }
  main .tieUp_describeArea {
    width: 85%;
  }
  main .tieUp_describe {
    padding-top: 10%;
    padding-bottom: 20%;
  }
}
main.beer .tieUp {
  width: 100%;
  background-color: #f3f5f3;
  padding-bottom: 3%;
  top: -30vw;
}
@media screen and (max-width: 768px) {
  main.beer .tieUp {
    top: -200px;
  }
}
main.beer .tieUp .dblWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 5% 40px 5%;
}
main.beer .tieUp .dblWrapper .flexBox {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.beer .tieUp .dblWrapper .flexBox {
    width: 100%;
    padding-bottom: 16vw;
  }
}
main.beer .tieUp_title {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.7;
  padding-top: 10%;
  padding-bottom: 10%;
}
main.beer .tieUp_imgArea {
  background-color: unset;
  height: 160px;
  margin: 0 auto;
  padding-bottom: 25px;
}
main.beer .tieUp_imgArea .isekado {
  height: 100%;
}
main.beer .tieUp_imgArea .crust {
  height: 100%;
}
main.beer .tieUp_describeArea {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
main.beer .companyName {
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 0 0 0;
  font-weight: bold;
  letter-spacing: 3px;
}
main.beer .tieUp_describe {
  padding: 5%;
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
main.beer .tieUp_link {
  display: inline-block;
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
main.beer .tieUp_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  main.beer .tieUp_link {
    padding: 0 5% 0 5%;
  }
}
main.beer .tieUp_link span {
  font-size: 90%;
  font-family: "Hiragino Mincho ProN";
  line-height: 1.5;
}
main.beer .tieUp_link img {
  position: relative;
  vertical-align: middle;
  width: 26px;
  padding-left: 3%;
  top: -5px;
}
#container main .shopList {
  background-color: #fff;
  padding-bottom: 10%;
}
#container main .shopList h3 {
  padding-top: 12%;
  padding-bottom: 10%;
  text-align: center;
}
#container main .shopList h3 img {
  width: 100%;
  width: 260px;
  height: 39px;
}
#container main .shopList h4 {
  width: 80%;
  margin: 0 auto;
  font-weight: normal;
  max-width: 630px;
  font-size: 1.15rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
#container main .shopList ul {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 630px;
}
#container main .shopList li {
  border-bottom: 1px solid rgba(136, 109, 75, 0.25);
  padding: 1em;
  font-size: 1rem;
  color: #866d4b;
}
#container main .shopList li:last-child {
  border-bottom: none;
}
#container main .shopList li a {
  display: block;
  color: #866d4b;
}
#container main .shopList li a :hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 768px) {
  #container main .shopList h3 img {
    width: 180px;
  }
}
main.handwipe {
  background-color: #eff1ef;
}
main.handwipe .mainVisual {
  width: 100%;
  background-color: #eff1ef;
  padding: 3% 0;
}
main.handwipe .mainVisual__des {
  text-align: center;
  font-size: 1rem;
}
main.handwipe .mainVisual .container {
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.handwipe .mainVisual .left {
  width: 40%;
  position: relative;
  text-align: center;
  min-height: 600px;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .left {
    width: 100%;
  }
}
main.handwipe .mainVisual .imageSet {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
main.handwipe .mainVisual .handwipe_bg {
  width: 150%;
  height: 100%;
  position: relative;
  right: 10%;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .handwipe_bg {
    width: 110%;
    right: 5%;
  }
}
main.handwipe .mainVisual .hw_img01 {
  position: absolute;
  max-width: 240px;
  width: 50%;
  top: 3%;
  left: 0%;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .hw_img01 {
    top: -3%;
    left: 2%;
    max-width: 320px;
  }
}
main.handwipe .mainVisual .hw_img02 {
  position: absolute;
  max-width: 270px;
  width: 70%;
  top: 75%;
  right: -15%;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .hw_img02 {
    right: -4%;
    top: 78%;
    width: 65%;
    max-width: 300px;
  }
}
main.handwipe .mainVisual .handwipe {
  position: absolute;
  left: 25%;
  top: 12%;
  width: 78%;
  min-width: 300px;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .handwipe {
    width: 63%;
    min-width: 340px;
    top: 8%;
    left: 17%;
  }
}
main.handwipe .mainVisual .kaori {
  width: 55px;
  position: absolute;
  left: 15%;
  top: 50%;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .kaori {
    left: 10%;
    top: 55%;
  }
}
main.handwipe .mainVisual .right {
  width: 40%;
  position: relative;
  text-align: center;
  padding-top: 10%;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .right {
    width: 100%;
    padding-top: 25%;
  }
}
main.handwipe .mainVisual .ricelabo {
  width: 50%;
  max-width: 280px;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .ricelabo {
    width: 60%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
  }
}
main.handwipe .mainVisual .hw_name {
  width: 360px;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 820px) {
  main.handwipe .mainVisual .hw_name {
    padding: 40px 0 0px 0;
  }
}
main.handwipe .mainVisual .hw_feature {
  display: block;
  margin: 30px auto;
  width: 160px;
}
main.handwipe .exArea {
  width: 100%;
  padding: 6% 0 20vw 0;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea {
    padding: 6% 0 40vw 0;
  }
}
main.handwipe .exArea .container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
}
main.handwipe .exArea .container .left {
  width: 30%;
  text-align: center;
  background-color: red;
  background: url("../img/toppage/rice.svg") top center no-repeat;
  background-size: 70%;
  background-position: 80% 15%;
  position: relative;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea .container .left {
    width: 100%;
    background-size: 55%;
    background-position: 50% 20%;
    min-height: 420px;
  }
}
main.handwipe .exArea .container .tatoeba {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 20%;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea .container .tatoeba {
    right: 35%;
    width: 40px;
  }
}
main.handwipe .exArea .container .ex_title {
  width: 35px;
  position: absolute;
  top: 10px;
  right: 40%;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea .container .ex_title {
    right: 50%;
    width: 35px;
  }
}
main.handwipe .exArea .container .icon {
  width: 170px;
  position: absolute;
  top: 260px;
  left: 40%;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea .container .icon {
    position: relative;
    left: 0%;
  }
}
main.handwipe .exArea .container .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3%;
  box-sizing: border-box;
}
main.handwipe .exArea .container .right .exPanel {
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  main.handwipe .exArea .container .right {
    width: 100%;
  }
}
main.handwipe .jirei {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #eeece4;
  padding-top: 60px;
}
main.handwipe .jirei .wave {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20vw;
}
main.handwipe .jirei .jirei_title {
  font-size: 1.8rem;
  letter-spacing: 8px;
  padding-bottom: 15px;
}
main.handwipe .jirei .jirei_lead {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #686767;
  padding-bottom: 20px;
}
main.handwipe .jirei .slideArea {
  width: 100%;
  min-height: 200px;
}
main.handwipe .jirei .slideArea .slide {
  list-style: none;
  padding: 5% 0;
  margin: 0;
  width: 100%;
}
main.handwipe .jirei .slideArea .slide__item {
  display: inline-block;
  max-width: 260px;
  width: 30%;
}
main.handwipe .jirei .slideArea .slide__itemBox {
  background-color: #fff;
  width: 92%;
  margin: 0 4%;
  min-height: 200px;
  border-radius: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  main.handwipe .jirei .slideArea .slide__itemBox {
    min-height: 200px;
  }
}
main.handwipe .jirei .slideArea .slide .item_name {
  font-size: 0.8rem;
  padding: 20px 0;
  color: #686767;
  font-weight: bold;
}
main.handwipe .jirei .slideArea .slide .item_image {
  width: 100%;
}
main.handwipe .jirei .slideArea .slide .item_image img {
  width: 100%;
}
main.handwipe .jirei .slideArea .slide .item_company {
  font-size: 0.9rem;
  padding: 20px 0 5px 0;
  color: #686767;
  font-weight: bold;
  height: 3.6em;
}
main.handwipe .jirei .slideArea .slide .item_youto {
  display: inline;
  font-size: 0.7rem;
  color: #686767;
  padding: 0 3% 30px 3%;
  height: 3.2em;
  width: 100%;
  box-sizing: border-box;
}
main.handwipe .jirei__linkArea {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
main.handwipe .jirei__linkArea .buttonLink {
  margin: 10px 10px;
}
main.handwipe .conceptArea {
  width: 100%;
  background-color: #e1d1c4;
  padding: 6% 0;
  text-align: center;
  max-height: 15vw;
}
@media screen and (max-width: 820px) {
  main.handwipe .conceptArea {
    max-height: 35vw;
  }
}
main.handwipe .conceptArea__inner {
  position: relative;
  top: -25vw;
}
@media screen and (max-width: 820px) {
  main.handwipe .conceptArea__inner {
    top: -35vw;
  }
}
main.handwipe .conceptArea__title {
  font-size: 1.6rem;
  letter-spacing: 8px;
  padding-bottom: 35px;
}
@media screen and (max-width: 820px) {
  main.handwipe .conceptArea__title {
    font-size: 1.4rem;
  }
}
main.handwipe .conceptArea .videoArea {
  width: 55%;
  margin: 0 auto;
  padding-bottom: 10%;
}
@media screen and (max-width: 820px) {
  main.handwipe .conceptArea .videoArea {
    width: 80vw;
  }
}
main.handwipe .conceptArea .video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
main.handwipe .conceptArea .video::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
}
main.handwipe .conceptArea .video iframe {
  top: 0;
  left: 0;
  display: block;
}

main.beer {
  color: #60311b;
  margin-bottom: -30vw;
}
main.beer .beerTitle {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 3px;
  padding: 20px 0;
  font-weight: normal !important;
}
main.beer .beerDes {
  line-height: 2;
  font-size: 1rem;
}
main.beer .mainVisual {
  width: 100%;
  position: relative;
  z-index: 10;
}
main.beer .mainVisual .beerslider {
  z-index: 10;
}
main.beer .mainVisual .beerslider__sp {
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  main.beer .mainVisual .beerslider {
    display: none;
  }
  main.beer .mainVisual .beerslider__sp {
    display: block;
  }
}
main.beer .beerConceptArea {
  z-index: 2000;
  position: relative;
  top: -30vw;
  width: 100%;
  padding-bottom: 100px;
  background-image: url(../img/beer/bg.png), url(../img/beer/bg.png), url(../img/beer/bg.png), url(../img/beer/bg.png), url(../img/beer/bg.png), url(../img/beer/bg.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100%;
  background-position: 0 0, 0 40vw, 0 80vw, 0 120vw, 0 160vw, 0 200vw;
}
@media screen and (max-width: 768px) {
  main.beer .beerConceptArea {
    background-size: unset;
    top: -200px;
    background-position: 0 0, 0 500px, 0 1000px, 0 1500px, 0 2000px, 0 2500px;
  }
}
main.beer .beerConceptArea .ittekiArea.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 100px auto 30px auto;
}
main.beer .beerConceptArea .ittekiArea.container .left {
  width: 70%;
  box-sizing: border-box;
  padding: 10%;
}
main.beer .beerConceptArea .ittekiArea.container .left .show {
  display: none;
}
main.beer .beerConceptArea .ittekiArea.container .right {
  width: 30%;
}
main.beer .beerConceptArea .ittekiArea.container .right img {
  width: 80%;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  main.beer .beerConceptArea .ittekiArea.container .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
  }
  main.beer .beerConceptArea .ittekiArea.container .left .beerTitle {
    width: 65%;
    margin-top: auto;
  }
  main.beer .beerConceptArea .ittekiArea.container .left .show {
    display: block;
  }
  main.beer .beerConceptArea .ittekiArea.container .left .beerImage {
    width: 27%;
    display: block;
  }
  main.beer .beerConceptArea .ittekiArea.container .left .beerDes {
    padding-top: 30px;
    width: 100%;
  }
  main.beer .beerConceptArea .ittekiArea.container .right {
    display: none;
  }
}
main.beer .beerConceptArea .washokuArea {
  width: 100%;
  position: relative;
  min-height: 50vw;
  height: auto;
}
main.beer .beerConceptArea .washokuArea .washoku {
  position: absolute;
  width: 42%;
  max-width: 550px;
  left: 6%;
  top: 0;
}
main.beer .beerConceptArea .washokuArea .washokuTextArea {
  position: absolute;
  right: 10%;
  top: 5vw;
  width: 35%;
}
@media screen and (max-width: 768px) {
  main.beer .beerConceptArea .washokuArea {
    height: auto;
  }
  main.beer .beerConceptArea .washokuArea .washoku {
    position: relative;
    width: 60%;
    max-width: 500px;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  main.beer .beerConceptArea .washokuArea .washokuTextArea {
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 40px;
  }
}
main.beer .kanpaiArea {
  width: 100%;
}
main.beer .kanpaiArea .container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
main.beer .kanpaiArea .container .left {
  width: 50%;
  padding: 5%;
  box-sizing: border-box;
}
main.beer .kanpaiArea .container .right {
  width: 50%;
}
main.beer .kanpaiArea .container .right .kanpai {
  width: 90%;
  position: relative;
  top: -12vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  main.beer .kanpaiArea .container .left {
    width: 100%;
  }
  main.beer .kanpaiArea .container .right {
    width: 100%;
    text-align: center;
  }
  main.beer .kanpaiArea .container .right .kanpai {
    width: 70%;
    top: 0;
  }
}
main.beer .productDetails {
  position: relative;
}
main.beer .tieUp {
  position: relative;
}
main.beer .shopList {
  top: -30vw;
  position: relative;
}
main.beer .slick-dots-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 768px) {
  main.beer .slick-dots-wrapper {
    display: none;
  }
}
main.beer .slick-dots-wrapper-sp {
  position: absolute;
  top: 6%;
  width: 50%;
  height: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  main.beer .slick-dots-wrapper-sp {
    display: block;
  }
}
main.beer .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.beer .slick-dots {
    bottom: 8%;
  }
}
main.beer .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
main.beer .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
main.beer .slick-dots li button:hover,
main.beer .slick-dots li button:focus {
  outline: none;
}
main.beer .slick-dots li button:hover:before,
main.beer .slick-dots li button:focus:before {
  opacity: 1;
}
main.beer .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main.beer .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*# sourceMappingURL=main.css.map */
