*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  letter-spacing: 1px;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.fade {
  opacity: 0;
  position: relative;
  bottom: -50px;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media only screen and (min-width: 769px) {
  .fade {
    bottom: -100px;
  }
}

html {
  overflow-x: hidden;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#ef3487), color-stop(99%, #83c8d8));
  background: linear-gradient(180deg, #ef3487 0%, #83c8d8 99%);
  position: relative;
  font-size: 14px;
  overflow-x: hidden;
}
body::before, body::after {
  content: "";
  display: block;
  width: 190px;
  height: 100%;
  position: absolute;
}
body::before {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/bg_left.png") repeat right top/auto 890px;
  left: -140px;
  top: 0;
}
body::after {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/bg_right.png") repeat left top/auto 890px;
  right: -140px;
  top: 0;
}
@media only screen and (min-width: 769px) {
  body::before {
    left: -100px;
  }
  body::after {
    right: -100px;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 15px;
  }
  body::before {
    left: 0;
  }
  body::after {
    right: 0;
  }
}

main,
footer,
#contents {
  position: relative;
  z-index: 5;
}

main,
footer,
#contents > section {
  padding: 0 10px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.logo::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/logo_ico.svg") no-repeat left top/contain;
  left: 156px;
  top: 10px;
  -webkit-animation: 1s linear infinite scale;
  animation: 1s linear infinite scale;
}
.logo .cerezo {
  display: block;
  width: 140px;
  height: 60px;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/logo_cerezo.svg") no-repeat left top/contain;
}
.logo .dbw {
  display: block;
  width: 120px;
  height: 50px;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/logo_dbw.svg") no-repeat left top/contain;
  margin-left: 60px;
}
@media only screen and (min-width: 960px) {
  .logo::before {
    left: 196px;
    top: 16px;
  }
  .logo .cerezo {
    width: 180px;
    height: 70px;
  }
  .logo .dbw {
    width: 160px;
    height: 50px;
  }
}

header {
  position: absolute;
  top: 24px;
  right: 50%;
  margin-right: -160px;
  z-index: 100;
}
header .hd_btn {
  display: block;
  background-color: white;
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: #001b6f 4px solid;
  border-radius: 100px;
}
header .hd_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/hd_btn02.png") no-repeat 50px 10px/auto 80px;
  top: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: 5s linear infinite rotation;
  animation: 5s linear infinite rotation;
}
header .hd_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #faee72;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
header .hd_btn span {
  display: block;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/hd_btn01.png") no-repeat center/56px auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  header {
    top: 30px;
  }
  header .hd_btn {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  header {
    margin-right: 0;
    top: 40px;
    right: 50px;
  }
  header .hd_btn {
    width: 200px;
    height: 200px;
    bottom: 50px;
    right: 50px;
  }
  header .hd_btn::before {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/hd_btn02.png") no-repeat 80px 14px/auto 110px;
  }
  header .hd_btn:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  header .hd_btn span {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/hd_btn01.png") no-repeat center/80px auto;
  }
}

main {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
main.visible {
  opacity: 1;
}
main .main_bg {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_bg.png") no-repeat center/cover;
  margin: 0 -10px;
  padding: 140px 10px 340px;
  position: relative;
}
@media only screen and (max-width: 400px) {
  main .main_bg {
    padding-bottom: 280px;
  }
}
main .main_bg::before {
  content: "";
  display: block;
  width: 1000px;
  height: 400px;
  position: absolute;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_img01.png") no-repeat center top/contain;
  left: 50%;
  margin-left: -600px;
  bottom: -250px;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 10;
}
main .main_bg.visible::before {
  bottom: -150px;
  opacity: 1;
}
main .main_bg > div {
  max-width: 1200px;
  margin: 0 auto;
}
main .tit {
  display: block;
  max-width: 460px;
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: left 1s ease-in-out, opacity 0.5s ease-in-out;
  transition: left 1s ease-in-out, opacity 0.5s ease-in-out;
}
main .tit.visible {
  left: 0;
  opacity: 1;
}
main .txt {
  width: 2500px;
  position: absolute;
  bottom: 300px;
  left: 100px;
  opacity: 0;
  color: white;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 4px;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: left 1s ease-in-out, opacity 0.5s ease-in-out;
  transition: left 1s ease-in-out, opacity 0.5s ease-in-out;
}
main .txt.visible {
  left: 0;
  opacity: 1;
}
main .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 80px auto 0;
  position: relative;
  z-index: 11;
}
main .menu li {
  width: 100%;
}
main .menu li:nth-child(1) span {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu01.png") no-repeat 20px 24px/auto 16px;
}
main .menu li:nth-child(2) span {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu02.png") no-repeat 20px 24px/auto 16px;
}
main .menu li:nth-child(3) span {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu03.png") no-repeat 20px 24px/auto 16px;
}
main .menu li:nth-child(4) span {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu04.png") no-repeat 20px 24px/auto 16px;
}
main .menu li:not(:first-child) {
  margin-top: 14px;
}
main .menu a {
  display: block;
  background-color: white !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  border-radius: 18px;
}
main .menu a::before {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu_ico01.svg") no-repeat center top/contain;
  right: 30px;
  z-index: 3;
}
main .menu a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #faee72;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
main .menu a span {
  display: block;
  padding: 44px 20px 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  main .main_bg::before {
    margin-left: -500px;
  }
  main .menu {
    max-width: 1200px;
  }
  main .menu li {
    width: 32.5%;
  }
  main .menu li:not(:first-child) {
    margin-top: 0;
  }
  main .menu a::before {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  main .main_bg {
    padding: 160px 0 580px;
  }
  main .main_bg::before {
    width: 1500px;
    height: 620px;
    margin-left: -750px;
  }
  main .tit {
    max-width: 700px;
    margin-left: 10px;
  }
  main .txt {
    width: 2900px;
    bottom: 400px;
    font-size: 36px;
  }
  main .menu li:nth-child(1) span {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu01.png") no-repeat 20px 30px/auto 18px;
  }
  main .menu li:nth-child(2) span {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu02.png") no-repeat 20px 30px/auto 18px;
  }
  main .menu li:nth-child(3) span {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu03.png") no-repeat 20px 30px/auto 18px;
  }
  main .menu li:nth-child(4) span {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/main_menu04.png") no-repeat 20px 30px/auto 18px;
  }
  main .menu a {
    font-size: 15px;
  }
  main .menu a::before {
    display: block;
    width: 32px;
    height: 23px;
  }
  main .menu a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  main .menu a span {
    padding: 56px 20px 20px;
  }
}
@media only screen and (min-width: 1100px) {
  main .menu li {
    width: 31.5%;
  }
  main .menu a span {
    background-position: 40px 30px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wrap {
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .wrap {
    padding: 90px 0;
  }
}

.sec_tit {
  padding-bottom: 40px;
  margin: -10px 0 46px;
  font-size: 16px;
  font-weight: bold;
  color: #001b6f;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .sec_tit {
    padding-bottom: 56px;
    margin: -16px 0 60px;
    font-size: 18px;
  }
}

.btn {
  display: block;
  background: #faee72;
  max-width: 400px;
  height: 56px;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  color: #001b6f;
  line-height: 56px;
  text-align: center;
  border-radius: 8px;
}
.btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/btn_arrow.svg") no-repeat left center/contain;
  right: 20px;
  -webkit-transition: background 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
  z-index: 3;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #001b6f;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.btn span {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .btn {
    margin: 40px 0 0;
    font-size: 16px;
  }
  .btn::before {
    width: 13px;
    right: 28px;
  }
  .btn:hover::before {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/btn_arrow_on.svg") no-repeat center top/cover;
  }
  .btn:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .btn:hover span {
    color: white;
  }
}

footer {
  overflow: hidden;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #e75286;
  bottom: 0;
}
footer.visible > div::after {
  bottom: 0;
  opacity: 1;
}
footer > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
  position: relative;
}
footer > div::after {
  content: "";
  display: block;
  width: 505px;
  height: 341px;
  position: absolute;
  display: none;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/ft_img01.png") no-repeat center top/cover;
  bottom: -200px;
  right: 0;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
footer .logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .logo::before {
  left: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -6px;
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
footer .sns li:last-child {
  margin-left: 16px;
}
footer .sns a {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .sns a.ig {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/ft_ig.svg") no-repeat center/contain;
}
footer .sns a.tw {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/ft_tw.svg") no-repeat center/contain;
}
footer .copy {
  font-size: 11px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  footer > div {
    padding: 90px 0 40px;
  }
  footer > div::after {
    display: block;
  }
  footer .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .logo::before {
    left: 196px;
    -webkit-transform: inherit;
    transform: inherit;
    margin-left: 0;
  }
  footer .sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 50px 0 60px;
  }
  footer .sns a:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  footer .copy {
    font-size: 13px;
    text-align: left;
  }
}

#product {
  overflow: hidden;
}
#product .sec_tit {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_tit.png") no-repeat right bottom/auto 28px;
}
#product .beer_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#product .beer_list > li:not(:first-child) {
  margin-top: 40px;
}
#product .beer_list > li:nth-child(1) {
  position: relative;
}
#product .beer_list > li:nth-child(1)::before {
  content: "";
  display: block;
  width: 178px;
  height: 77px;
  position: absolute;
  display: none;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_txt01.png") no-repeat center top/cover;
  position: absolute;
  top: 20px;
  left: 130px;
}
#product .beer_list > li:nth-child(1) > div::before {
  background: #d9609d;
  left: -10px;
}
#product .beer_list > li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#product .beer_list > li:nth-child(2) > div::before {
  background: #cd73a6;
  right: -10px;
}
#product .beer_list > li:nth-child(3) > div::before {
  background: #c57dac;
  left: -10px;
}
#product .beer_list > li:nth-child(1) .glaf {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_glaf01.png") no-repeat left center/contain;
}
#product .beer_list > li:nth-child(2) .glaf {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_glaf02.png") no-repeat left center/contain;
}
#product .beer_list > li:nth-child(3) .glaf {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_glaf03.png") no-repeat left center/contain;
}
#product .beer_list > li:nth-child(4) .glaf {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_glaf04.png") no-repeat left center/contain;
}
#product .beer_list > li img {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#product .beer_list > li > div {
  width: 100%;
  padding: 20px 0 40px;
  position: relative;
}
#product .beer_list > li > div::before {
  content: "";
  display: block;
  width: 100vw;
  height: 110%;
  position: absolute;
  top: -60px;
}
#product .beer_list > li > div .tit,
#product .beer_list > li > div p,
#product .beer_list > li > div .detail {
  position: relative;
  z-index: 2;
}
#product .beer_list > li > div .tit {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: white;
  line-height: 1.6;
}
#product .beer_list > li > div > p {
  margin: 10px 0 20px;
}
#product .beer_list > li .detail .txt li {
  padding-left: 94px;
  position: relative;
}
#product .beer_list > li .detail .txt li:not(:first-child) {
  margin-top: 14px;
}
#product .beer_list > li .detail .txt li p {
  font-size: 13px;
  letter-spacing: 0;
}
#product .beer_list > li .detail .txt li p span {
  font-size: 11px;
}
#product .beer_list > li .detail .txt li > span {
  display: block;
  background: white;
  width: 80px;
  height: 30px;
  position: absolute;
  top: -4px;
  left: 0;
  color: #001b6f;
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
}
#product .beer_list > li .detail .glaf {
  width: 226px;
  height: 184px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 769px) {
  #product .beer_list > li:not(:first-child) {
    margin-top: 0;
  }
  #product .beer_list > li:nth-child(1) > div::before {
    left: -160px;
  }
  #product .beer_list > li:nth-child(2) img {
    margin-left: 0;
    margin-right: -30px;
  }
  #product .beer_list > li:nth-child(2) > div::before {
    background: #d06da3;
    right: -160px;
  }
  #product .beer_list > li:nth-child(3) > div::before {
    background: #cb75a7;
    left: -160px;
  }
  #product .beer_list > li img {
    width: 40%;
    max-width: 460px;
    margin-left: -30px;
    margin-bottom: -50px;
  }
  #product .beer_list > li > div {
    width: 60%;
    padding-top: 40px;
  }
  #product .beer_list > li > div::before {
    height: 100%;
    top: 0;
    border-radius: 40px;
  }
  #product .beer_list > li .detail {
    padding-right: 240px;
  }
  #product .beer_list > li .detail .glaf {
    margin: 0;
    position: absolute;
    bottom: 90px;
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  #product .wrap {
    padding-bottom: 40px;
  }
  #product .sec_tit {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/product_tit.png") no-repeat right bottom/auto 38px;
  }
  #product .beer_list > li:nth-child(1)::before {
    display: block;
  }
  #product .beer_list > li > div {
    width: 56%;
    padding: 50px 0 70px;
  }
  #product .beer_list > li > div .tit {
    font-size: 34px;
    line-height: 2;
  }
  #product .beer_list > li > div > p {
    margin-bottom: 30px;
  }
  #product .beer_list > li .detail {
    padding-right: 240px;
  }
  #product .beer_list > li .detail .txt li {
    padding-left: 104px;
  }
  #product .beer_list > li .detail .txt li:not(:first-child) {
    margin-top: 20px;
  }
  #product .beer_list > li .detail .txt li p {
    font-size: 14px;
  }
  #product .beer_list > li .detail .txt li p span {
    font-size: 12px;
  }
  #product .beer_list > li .detail .txt li > span {
    width: 90px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
}

#about {
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
}
#about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  top: 0;
  left: 0;
}
#about .wrap {
  position: relative;
  z-index: 2;
}
#about .sec_tit {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/logo_dbw.svg") no-repeat center top/auto 50px;
  padding-top: 60px;
  padding-bottom: 0;
  color: #000;
  text-align: center;
}
#about dl {
  margin-top: -10px;
  padding-bottom: 280px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
#about dl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 190px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/about_img01.jpg") no-repeat center/cover;
  bottom: 50px;
}
#about dl dt {
  font-size: 20px;
  color: #e75286;
}
#about dl dd {
  margin-top: 18px;
  font-size: 14px;
  color: #001b6f;
}
#about .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 221, 230, 0.1)), to(white));
  background: linear-gradient(0deg, rgba(224, 221, 230, 0.1) 0%, white 100%);
  padding: 30px 20px 90px;
  position: relative;
  border-radius: 30px 30px 0 0;
}
#about .detail .tit_area,
#about .detail .txt {
  width: 100%;
}
#about .detail .tit_area p {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #001b6f;
}
#about .detail .tit_area .btn {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
#about .detail .txt {
  margin-top: 20px;
}
#about .slide {
  padding-bottom: 50px;
  margin-top: 50px;
}
#about .slide li {
  background: white;
  margin: 0 10px;
  overflow: hidden;
  border: white 8px solid;
  border-radius: 40px;
}
#about .slide li .img {
  max-height: 240px;
  overflow: hidden;
}
#about .slide li .profile {
  padding: 16px 16px 20px;
}
#about .slide li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #e75286;
  font-size: 14px;
  font-weight: bold;
  border-bottom: #dae2ea 1px solid;
}
#about .slide li .tit span {
  color: #001b6f;
  font-size: 11px;
  letter-spacing: 0;
}
#about .slide li p {
  font-size: 12px;
}
#about .slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#about .slide .slick-slide {
  height: auto !important;
}
#about .slide .slick-arrow {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/btn_arrow.svg") no-repeat 16px center/10px auto;
  background-color: white;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 25px;
}
#about .slide .slick-arrow.slick-prev {
  right: 62px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#about .youtube {
  margin-top: 30px;
}
#about .youtube .y_tit {
  font-size: 20px;
  font-weight: bold;
  color: #e75286;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 2px;
}
#about .youtube .sakura {
  position: relative;
}
#about .youtube .img {
  max-width: 700px;
  margin: 34px auto 0;
  overflow: hidden;
  border: white 8px solid;
  border-radius: 40px;
}
#about .youtube .img::before {
  content: "";
  display: block;
  width: 200px;
  height: 80px;
  position: absolute;
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/about_youtube_logo.svg") no-repeat left top/contain;
  left: -10px;
  top: -20px;
}
#about .youtube .comment {
  background: white;
  margin: 16px auto 0;
  padding: 18px 20px;
  border-radius: 20px;
}
#about .youtube .comment:nth-of-type(2) {
  left: 0;
  bottom: 38px;
}
#about .youtube .comment:nth-of-type(3) {
  right: 0;
  top: 38px;
}
#about .youtube .comment .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #e75286;
  font-size: 13px;
  font-weight: bold;
  border-bottom: #dae2ea 1px solid;
}
#about .youtube .comment .tit span {
  color: #001b6f;
  font-size: 11px;
  letter-spacing: 0;
}
#about .youtube .comment p {
  font-size: 12px;
}
#about .youtube .btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  #about::before {
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
  #about dl dt {
    letter-spacing: 2px;
  }
  #about .detail {
    padding: 40px;
    border-radius: 40px 40px 0 0;
  }
  #about .detail .tit_area,
#about .detail .txt {
    width: 50%;
  }
  #about .detail .tit_area {
    position: relative;
    border-right: white 4px solid;
  }
  #about .detail .tit_area .btn {
    width: calc(100% - 26px);
    left: 0;
    bottom: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }
  #about .detail .txt {
    padding-left: 26px;
    margin-top: 0;
  }
  #about .detail .tit_area {
    padding-right: 26px;
  }
  #about .slide {
    padding-bottom: 70px;
  }
  #about .slide li .tit {
    font-size: 16px;
  }
  #about .slide li .tit span {
    font-size: 13px;
  }
  #about .slide li p {
    font-size: 13px;
  }
  #about .youtube .y_tit {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 2px;
  }
  #about .youtube .y_tit br.sp {
    display: none;
  }
  #about .youtube .img::before {
    width: 319px;
    height: 119px;
    top: 24px;
  }
  #about .youtube .comment {
    max-width: 700px;
  }
  #about .youtube .comment .tit {
    font-size: 15px;
  }
  #about .youtube .comment .tit span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) {
  #about .sec_tit {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/logo_dbw.svg") no-repeat center top/auto 70px;
    padding-top: 100px;
  }
  #about dl {
    padding-bottom: 400px;
  }
  #about dl::before {
    height: 278px;
    bottom: 68px;
  }
  #about dl dt {
    font-size: 28px;
  }
  #about dl dd {
    margin-top: 26px;
    font-size: 16px;
  }
  #about .detail {
    padding: 70px;
  }
  #about .detail .tit_area p {
    font-size: 22px;
  }
  #about .detail .tit_area .btn {
    width: 100%;
  }
  #about .detail .txt {
    padding-left: 46px;
  }
  #about .detail .tit_area {
    padding-right: 0;
  }
  #about .slide {
    padding-bottom: 80px;
    margin-top: 60px;
  }
  #about .slide .slick-arrow {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/btn_arrow.svg") no-repeat 20px center/13px auto;
    background-color: white;
    width: 50px;
    height: 50px;
  }
  #about .slide .slick-arrow.slick-prev {
    right: 78px;
  }
  #about .youtube {
    margin-top: 50px;
  }
  #about .youtube .y_tit {
    font-size: 28px;
  }
  #about .youtube .img {
    margin-bottom: 50px;
  }
  #about .youtube .img::before {
    left: 100px;
  }
  #about .youtube .comment {
    max-width: 340px;
    margin-top: 0;
    position: absolute;
  }
  #about .youtube .btn {
    margin: 0 auto;
  }
}

#location {
  padding-top: 90px !important;
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}
#location .wrap {
  padding: 0;
}
#location .sec_tit {
  background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/location_tit.png") no-repeat left bottom/auto 28px;
  margin-top: 0;
  text-align: left;
}
#location .l_txt {
  margin: 10px 0 30px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 2px;
  z-index: 3;
}
#location .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#location .detail:nth-of-type(1) .txt::before {
  background: #95B6CE;
  left: -10px;
}
#location .detail:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#location .detail:nth-of-type(2) .txt::before {
  background: #8BC1D4;
  right: -10px;
}
#location .detail .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  border: white 8px solid;
  z-index: 2;
}
#location .detail .txt {
  width: 100%;
  padding: 20px 0 40px;
  position: relative;
}
#location .detail .txt::before {
  content: "";
  display: block;
  width: 100vw;
  height: 120%;
  position: absolute;
  top: -60px;
  border-radius: 40px;
}
#location .detail .txt .tit,
#location .detail .txt p {
  position: relative;
  z-index: 2;
}
#location .detail .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: white;
}
#location .detail .txt .tit span {
  display: inline-block;
  font-size: 14px;
}
#location .detail .txt p {
  margin-top: 10px;
}
#location .detail .txt p .area {
  display: block;
  background: #b1dbea;
  padding: 14px;
  margin: 14px 0;
  font-size: 11px;
  border-radius: 10px;
}
#location .detail .txt p .area a {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  #location .sec_tit {
    margin-bottom: 10px;
  }
  #location .l_txt {
    margin: 16px 0 40px;
    font-size: 24px;
  }
  #location .l_txt br.sp {
    display: none;
  }
  #location .detail:nth-of-type(1) .txt::before {
    left: -160px;
  }
  #location .detail:nth-of-type(2) .txt::before {
    right: -160px;
  }
  #location .detail .img {
    width: 49.5%;
    max-width: 590px;
  }
  #location .detail .txt {
    width: 45.8%;
    padding-top: 40px;
  }
  #location .detail .txt::before {
    height: 100%;
    top: 0;
  }
  #location .detail .txt p {
    margin-top: 16px;
  }
  #location .detail .txt p .area {
    padding: 20px;
    font-size: 13px;
  }
  #location .detail .txt p .area a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  #location .sec_tit {
    background: url("/wp-content/themes/twentytwentyone-child/assets/cerezo/img/location_tit.png") no-repeat left bottom/auto 38px;
    margin-bottom: 30px;
  }
  #location .l_txt {
    font-size: 24px;
  }
  #location .detail .txt {
    padding: 50px 0 70px;
  }
  #location .detail .txt .tit {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1100px) {
  #location .detail .txt .tit {
    font-size: 30px;
  }
  #location .detail .txt .tit span {
    font-size: 18px;
  }
}