@charset "utf-8";
section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-wide {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.row {
  display: flex;
}
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.title {
  text-align: center;
}

.title picture img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.for-pc {
  display: block;
}
.for-pc.flex {
  display: flex;
}
@media screen and (max-width: 640px) {
  .for-pc {
    display: none;
  }
  .for-pc.flex {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .for-sp {
    display: block;
  }
}

.hero {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #4F3D3A;
}
.hero img {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.lineup {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E0DDCB;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1066px) {
  .lineup {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .lineup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lineup::before {
  content: url(../images/lineup_bg-lt.png);
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 100;
}
.lineup::after {
  content: url(../images/lineup_bg-rb.png);
  position: absolute;
  bottom: -45px;
  right: -40px;
  z-index: 101;
}
.lineup .container {
  border: solid 1px #BFA480;
  padding: 2px;
  position: relative;
  max-width: 915px;
}
.lineup .container::before {
  content: "";
  background-image: url(../images/lineup_border-end-lt.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.lineup .container::after {
  content: url(../images/lineup_border-end-rt.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.lineup .container-inner {
  border: solid 2px #BFA480;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lineup .container-inner {
    padding: 25px 15px;
  }
}
.lineup .container-inner::before {
  content: url(../images/lineup_border-end-lb.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -9px;
  left: -9px;
}
.lineup .container-inner::after {
  content: url(../images/lineup_border-end-rb.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -9px;
  right: -9px;
}
.lineup .headline img {
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .lineup .headline img {
    margin: 0 auto 10px;
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .lineup .items .row {
    flex-direction: column;
  }
}
.lineup .items .item {
  color: #603813;
  position: relative;
}
.lineup .items .item:not(:last-child) {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .lineup .items .item:not(:last-child) {
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
  }
}
.lineup .items .item:nth-child(1) {
  border-bottom: solid 1px #899190;
}
.lineup .items .item:nth-child(1) .item-title::before {
  content: url(../images/lineup_name1.png);
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 640px) {
  .lineup .items .item:nth-child(1) .item-title::before {
    position: static;
  }
}
.lineup .items .item:nth-child(2) .item-title::before {
  content: url(../images/lineup_name2.png);
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 640px) {
  .lineup .items .item:nth-child(2) .item-title::before {
    position: static;
    width: 50%;
  }
}
.lineup .items .item-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .lineup .items .item-title {
    font-size: 19.6px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.lineup .items .item-title span {
  font-size: 21px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 640px) {
  .lineup .items .item-title span {
    font-size: 14.7px;
  }
}
.lineup .items .guide {
  width: 72%;
}
@media screen and (max-width: 640px) {
  .lineup .items .guide {
    width: 100%;
  }
}
.lineup .items .guide p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .lineup .items .guide p {
    font-size: 13px;
  }
}
.lineup .items .guide p.note {
  font-size: 13px;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .lineup .items .guide p.note {
    font-size: 11px;
    margin-top: 18.75px;
  }
}
.lineup .items .pic {
  width: 28%;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .lineup .items .pic {
    width: 100%;
    padding-top: 20px;
  }
}
.lineup .items .pic.pic-center img {
  margin-left: auto;
  margin-right: auto;
}

.history {
  padding-top: 0;
  padding-bottom: 50px;
  color: #FFF;
  background-color: #473024;
  background-image: url(../images/history_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .history {
    padding-bottom: 50px;
  }
}
.history header {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .history header {
    margin-bottom: 30px;
  }
}
.history .headline img {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .history .headline img {
    max-width: 80%;
    margin: 40px auto 40px;
  }
}
.history .timeline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .history .timeline {
    flex-direction: column;
  }
}
.history .timeline img {
  transform: translateX(40px) translateY(-20px);
}
@media screen and (max-width: 640px) {
  .history .timeline img {
    transform: translateX(0) translateY(0);
  }
}
.history .timeline::before {
  content: url(../images/history_photo.png);
}
@media screen and (max-width: 640px) {
  .history .timeline::before {
    margin: 0 auto 1em;
  }
}
.history .guide {
  font-size: 16px;
  line-height: 1.8;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .history .guide {
    font-size: 13px;
    width: 100%;
  }
}

.webp .history {
  background-image: url(../images/history_bg.webp);
}

.sour {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #46BABB;
}
.sour .container-wide {
  position: relative;
}
.sour .container-wide.for-sp {
  background-image: url(../images/sour_bg-sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 30px;
}
.sour .container-wide.for-sp .title {
  width: 90%;
  margin: 0 auto;
}
.sour .container-wide.for-sp .conversion {
  width: 60%;
  margin: 0 auto;
}
.sour .toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sour .toggle img {
  width: 8.58%;
  height: 8.58%;
  margin-bottom: 2.5%;
  transform: translateX(90%);
  cursor: pointer;
}
.sour .toggle img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .sour .toggle img {
    width: 15%;
    height: 15%;
    margin-bottom: 0.5%;
    margin-bottom: 9%;
    transform: translateX(100%);
  }
}
.sour .toggle .show-close,
.sour .toggle.open .show-open {
  display: block;
}
.sour .toggle .show-open,
.sour .toggle.open .show-close {
  display: none;
}

.webp .container-wide.for-sp {
  background-image: url(../images/sour_bg-sp.webp);
}

.recipes {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #E8DDBE;
  background-image: url(../images/recipes_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .recipes {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.recipes .title {
  transform: translateX(-12.5%);
}
@media screen and (max-width: 640px) {
  .recipes .title {
    transform: translateX(0);
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
.recipes .lead {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}

.webp .recipes {
  background-image: url(../images/recipes_bg.webp);
}

.accodion {
  display: none;
}

.menu {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2A2728;
  background-image: url(../images/menu-container_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 640px) {
  .menu {
    padding-top: 40px;
  }
}
.menu .container_wrapper {
  background-image: url(../images/menu_bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.menu .title {
  transform: translateX(-10%);
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .menu .title {
    transform: translateX(0);
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
.menu .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
}
.menu .items img {
  margin: 0 auto 12px;
}

.webp .menu {
  background-image: url(../images/menu-container_bg.webp);
}

.accordion-close img {
  margin: 0 auto;
  cursor: pointer;
}
.accordion-close img:hover {
  opacity: 0.75;
}

.cocktail-arrange {
  color: #FFF;
  background-color: #010102;
  background-image: url(../images/cocktail_bg-long.png);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .cocktail-arrange {
    background-position: center -40px;
  }
}

.webp .cocktail-arrange {
  background-image: url(../images/cocktail_bg-long.webp);
}

.cocktail {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .cocktail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cocktail .title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.cocktail .row {
  justify-content: space-between;
}
.cocktail .row.pic .col img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .cocktail .row .text {
    text-align: center;
  }
}
.cocktail .row .col {
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .cocktail .row .col {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cocktail .row .col:last-child {
  margin-right: 0;
}
.cocktail .recipe_title {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 0.75em;
}
@media screen and (max-width: 640px) {
  .cocktail .recipe_title {
    margin-top: -20px;
  }
}
.cocktail .cocktail_recipe {
  font-size: 15px;
  line-height: 1.65;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .cocktail .cocktail_recipe {
    font-size: 13px;
  }
}

.arrange {
  padding-top: 0;
  padding-bottom: 60px;
  background-image: url(../images/arrange_bg-ornament.webp);
  background-position: center 25px;
  background-repeat: no-repeat;
}
.arrange .title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 640px) {
  .arrange .title {
    margin-bottom: 40px;
  }
}
.arrange .title::before {
  content: url(../images/arrange_photo.png);
  position: absolute;
  top: -80px;
  left: -40px;
}
@media screen and (max-width: 640px) {
  .arrange .title::before {
    content: "";
  }
}
.arrange .row {
  justify-content: center;
  margin-top: 20px;
}
.arrange .row li {
  padding: 0 1em;
}
.arrange .row li:nth-child(2) {
  padding-top: 60px;
}
.arrange .row li:nth-child(3) {
  padding-top: 20px;
}
.arrange .row li:nth-child(4) {
  padding-top: 40px;
}

.pickup_wrapper {
  background-image: url(../images/cocktail_bg-long.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.pickup_wrapper::after {
  content: "";
  background-image: url(../images/main_bottom.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  display: block;
  height: 24px;
  padding-top: 60px;
}

.webp .pickup_wrapper {
  background-image: url(../images/cocktail_bg-long.webp);
}

.pickup {
  color: #FFF;
  background-color: rgba(115, 99, 87, 0.8);
}
@media screen and (max-width: 640px) {
  .pickup {
    padding-top: 30px;
  }
}
.pickup .pickup_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .pickup .pickup_title {
    width: 75%;
    margin: -40px auto 20px;
  }
  .pickup .pickup_title img {
    margin: 0 auto;
  }
}
.pickup .pickup_recipe {
  font-size: 18px;
  line-height: 1.55;
}
.pickup .pickup_recipe .indent {
  display: block;
  margin-left: 1em;
}
.pickup .pickup_recipe .indent > span {
  text-indent: 1em;
  margin-left: -1em;
}
.pickup .row {
  margin-bottom: -30px;
}
@media screen and (max-width: 640px) {
  .pickup .row {
    display: block;
  }
}
.pickup .col.label {
  flex-basis: 35%;
  transform: translateY(-70px) translateX(-50px);
}
@media screen and (max-width: 640px) {
  .pickup .col.label {
    flex-basis: 100%;
    transform: translateY(-70px) translateX(0);
  }
}
.pickup .col.text {
  transform: translateY(-38px) translateX(-20px);
  flex-basis: 65%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .pickup .col.text {
    flex-basis: 100%;
    transform: translateY(-38px) translateX(0);
  }
  .pickup .col.text p {
    font-size: 13px;
  }
}
.pickup .col.text .innner-l {
  width: 75%;
  flex-grow: 2;
}
@media screen and (max-width: 640px) {
  .pickup .col.text .innner-l {
    width: 100%;
    flex-grow: 1;
  }
}
.pickup .col.text .innner-r {
  width: 25%;
  flex-grow: 1;
  transform: translateX(-100px) translateY(70px);
}
.pickup .col.text .innner-r img {
  max-width: none !important;
}
