body {
  font-family: Roboto, sans-serif;
  color: #272727;
  font-weight: 300;
}
.pa-section-ttl {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #C79518;
  text-transform: uppercase;
}

.pa-section-ttl._default-color {
  color: #886900;
}
.pa-inner {
  max-width: calc(62.5rem + 40px);
  padding: 0 20px;
  margin: auto;
}
.page-about {
  background: #fff;
  -webkit-transition: 0.4s background ease-in-out;
  transition: 0.4s background ease-in-out;
}
.page-about.is-black {
  background: #363636;
}
.pa-fv {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(2%, #f5f3ed),
    color-stop(98%, transparent)
  );
  background: linear-gradient(
    90deg,
    transparent 0 2%,
    #f5f3ed 2% 98%,
    transparent 98% 100%
  );
}
.pa-fv__container {
  padding: 155px 0 210px;
  padding: 9.6875rem 0 13.125rem;
}
.pa-fv__top {
  width: 85%;
  padding: 0 20px;
  margin: 0 auto 80px;
  margin: 0 auto 5rem;
}
.pa-fv__ttl {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.pa-fv__read {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #886900;
  max-width: 925px;
  max-width: 57.8125rem;
}
.pa-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pa-fv__img {
  aspect-ratio: 700/398;
  width: 50%;
}
.pa-fv__text {
  max-width: 500px;
  max-width: 31.25rem;
  width: 50%;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #363636;
}
.pa-donut {
  margin-top: -70px;
  margin-top: -4.375rem;
}
.pa-donut__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pa-donut__left {
  width: 50%;
  padding-right: 40px;
  padding-right: 2.5rem;
}
.pa-donut__right {
  width: 50%;
  padding-left: 75px;
  padding-left: 4.6875rem;
}
.pa-donut__ttl {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.pa-donut__content:nth-of-type(1) {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
.pa-donut__right-img {
  aspect-ratio: 424/762;
}
.pa-donut__right-img video {
  height: 100%;
  width: calc(100% + 4px);
  -webkit-clip-path: inset(0 2px 0 2px);
  clip-path: inset(0 2px 0 2px);
}
.pa-donut__right-img:nth-of-type(1) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.pa-donut-c__ttl {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: rufina-stencil, sans-serif;
  color: #886900;
  font-weight: 300;
}
.pa-donut-c__read {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  line-height: 1.2142857143;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  color: #886900;
}
.pa-donut-c__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #363636;
}
.pa-donut-c__text--mb {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.pa-donut-c__img {
  aspect-ratio: 340/610;
}
.pa-donut-c__img video {
  height: 100%;
  width: calc(100% + 2px);
  -webkit-clip-path: inset(0 0 0 2px);
  clip-path: inset(0 0 0 2px);
}
.pa-other {
  margin-top: -75px;
  margin-top: -4.6875rem;
}
.pa-other__container {
  padding: 400px 0 290px;
  padding: 25rem 0 18.125rem;
}
.pa-other__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.pa-other__ttl {
  width: 50%;
  line-height: 1;
}
.pa-other__top-text {
  width: 45%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
  font-weight: 300;
  color: #C79518;
  letter-spacing: 0;
}
.pa-other__img {
  aspect-ratio: 1344/702;
  width: 95%;
  margin-left: auto;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
}
.pa-other__img video {
  height: 100%;
  width: 100%;
}
.pa-other__contents {
  padding-top: 100px;
  padding-top: 6.25rem;
  position: relative;
}
.pa-other__content {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
  z-index: 2;
}
.pa-other__slides {
  position: absolute;
  right: 50%;
  top: 0;
  width: 50vw;
  aspect-ratio: 700/500;
}
.pa-other__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}
.pa-other__slide.is-active {
  opacity: 1;
}
.pa-other__slide img,
.pa-other__slide picture {
  display: block;
  height: 100%;
}
.pa-other-c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pa-other-c__body {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  width: 60%;
  position: relative;
}
.pa-other-c__body::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 17/7;
  width: 17px;
  width: 1.0625rem;
  top: 60px;
  top: 3.75rem;
  right: 30px;
  right: 1.875rem;
  background: url(../../img/about/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pa-other-c__img {
  opacity: 0;
  visibility: hidden;
  width: 40%;
  aspect-ratio: 420/500;
}
.pa-other-c__ttl {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: Oswald, sans-serif;
  color: #C79518;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pa-other-c__text {
  color: #C79518;
  line-height: 2.125;
  font-weight: 300;
}
.pa-drink {
  overflow: hidden;
}
.pa-drink__container {
  padding: 230px 0 280px;
  padding: 14.375rem 0 17.5rem;
}
.pa-drink__ttl {
  text-align: center;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.pa-drink__ttl.pa-section-ttl {
  color: #886900;
}
.pa-drink__img {
  margin-bottom: 9vw;
  position: relative;
}
.pa-drink__img-wrap {
  aspect-ratio: 1000/560;
  position: relative;
}
.pa-drink__bgttl {
  text-transform: uppercase;
  font-size: 7.7vw;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f5f3ed;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.17em;
  z-index: 0;
  font-weight: 500;
}
.pa-drink__bgttl.pc {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pa-drink__bgttl span {
  text-transform: uppercase;
  font-size: 7.7vw;
}
.pa-drink-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.pa-drink-c__img {
  width: calc(50% - 4.875rem);
  margin-right: 78px;
  margin-right: 4.875rem;
  aspect-ratio: 500/754;
}
.pa-drink-c__body {
  width: 50%;
}
.pa-drink-c__content {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.pa-drink-c__ttl {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #886900;
  font-family: Oswald, sans-serif;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-weight: 500;
}
.pa-drink-c__text {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.pa-drink-c__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.pa-drink-c__icon {
  aspect-ratio: 1;
  width: 172px;
  width: 10.75rem;
}
.pa-drink-c__ttl2 {
  text-transform: uppercase;
  padding-left: 40px;
  padding-left: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
  font-size: 2.875rem;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.2em;
  color: #886900;
  line-height: 1.4782608696;
  font-weight: 500;
}
.pa-drink-c__ttl2 span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.pa-drink-c__exlink {
  color: #886900;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: Roboto, sans-serif;
  line-height: 1;
  padding: 0 40px 10px 5px;
  padding: 0 2.5rem 0.625rem 0.3125rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #886900;
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pa-drink-c__exlink:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.pa-drink-c__exlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  width: 1.0625rem;
  height: 8px;
  height: 0.5rem;
  -webkit-transform: translateY(-55%) rotate(-45deg);
  transform: translateY(-55%) rotate(-45deg);
  background-image: url(../../img/about/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(80%) saturate(121%) hue-rotate(3deg);
}
.page-about .footer__cover {
  background: #fff;
  height: 50%;
}
.sister-brand {
    background: #363636;
    padding: 118px 0 102px;
    padding: 7.375rem 0 6.375rem;
  }
  .brand-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand-c__box {
    width: calc(50% - 2rem);
    margin-right: 32px;
    margin-right: 2rem;
  }
  .brand-c__ttl {
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
    font-size: 52px;
    font-size: 3.25rem;
    font-family: Oswald, sans-serif;
    color: #C79518;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  .brand-c__ttl span {
    font-weight: 300;
  }
  .brand-c__txt {
    max-width: 468px;
    max-width: 29.25rem;
    margin-bottom: 49px;
    margin-bottom: 3.0625rem;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.753em;
  }
  .brand-c__more {
    margin: 0 auto;
  }
  .brand-c__more.more {
    color: #C79518;
    border: 1px solid #C79518;
  }
  .brand-c__more.more:hover {
    color: #fff;
    background: #C79518;
  }
  .brand-c__img {
    position: relative;
    width: calc(50% - 1.625rem);
    margin-left: 26px;
    margin-left: 1.625rem;
  }
  .brand-c__img::after {
    content: "";
    position: absolute;
    top: -43px;
    top: -2.6875rem;
    right: -30px;
    right: -1.875rem;
    width: 195px;
    width: 12.1875rem;
    height: 193px;
    height: 12.0625rem;
  }
  .webp .brand-c__img::after {
    background: url(../../img/location/sister-brand-sab.png.webp) no-repeat center
      center/cover;
  }
  .no-webp .brand-c__img::after {
    background: url(../../img/location/sister-brand-sab.png) no-repeat center
      center/cover;
  }
@media screen and (max-width: 767px) {
  .pa-section-ttl {
    font-size: 2.625rem;
  }
  .pa-inner {
    padding: 0 9.6%;
    max-width: 37.5rem;
  }
  .pa-fv {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, transparent),
      color-stop(4%, #f5f3ed),
      color-stop(96%, transparent)
    );
    background: linear-gradient(
      90deg,
      transparent 0 4%,
      #f5f3ed 4% 96%,
      transparent 96% 100%
    );
  }
  .pa-fv__container {
    padding: 4.6875rem 0;
  }
  .pa-fv__top {
    max-width: 37.5rem;
    padding: 0 4.6%;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .pa-fv__ttl {
    margin-bottom: 1.25rem;
  }
  .pa-fv__read {
    max-width: unset;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.25;
  }
  .pa-fv__content {
    display: block;
  }
  .pa-fv__img {
    margin-bottom: 2.8125rem;
    aspect-ratio: 416/230;
    width: 100%;
  }
  .pa-fv__text {
    max-width: 37.5rem;
    padding: 0 10.6%;
    width: 100%;
  }
  .pa-donut {
    margin-top: unset;
  }
  .pa-donut__container {
    display: block;
    padding-top: 5.625rem;
  }
  .pa-donut__left {
    width: 100%;
    padding-right: unset;
  }
  .pa-donut__ttl {
    margin-bottom: 2.1875rem;
  }
  .pa-donut__content:nth-of-type(1) {
    margin-bottom: 4.6875rem;
  }
  .pa-donut-c__ttl {
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .pa-donut-c__read {
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .pa-donut-c__text {
    font-size: 0.875rem;
    margin-bottom: 4.0625rem;
  }
  .pa-donut-c__text--mb {
    margin-bottom: 1.875rem;
  }
  .pa-donut-c__more {
    margin-bottom: 4.0625rem;
  }
  .pa-other {
    margin-top: -5rem;
  }
  .pa-other__container {
    padding: 14.0625rem 0 12.5rem;
  }
  .pa-other__top {
    display: block;
    margin-bottom: 3.125rem;
  }
  .pa-other__ttl {
    width: 100%;
    margin-bottom: 3.125rem;
    font-size: 3.75rem;
    line-height: 1.4833333333;
  }
  .pa-other__top-text {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2;
    width: 100%;
  }
  .pa-other__img {
    width: 100%;
  }
  .pa-other__contents {
    padding-top: unset;
  }
  .pa-other__content {
    margin-bottom: 3.75rem;
  }
  .pa-other__slides {
    display: none;
  }
  .pa-other-c {
    display: block;
    padding: unset;
  }
  .pa-other-c__body {
    width: 100%;
    max-width: 37.5rem;
    padding: 0 9.6%;
    margin: 0 auto;
    -webkit-transform: translateY(-2.1875rem);
    transform: translateY(-2.1875rem);
  }
  .pa-other-c__body::after {
    top: 1.9375rem;
    right: 10vw;
  }
  .pa-other-c__img {
    aspect-ratio: 700/500;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .pa-other-c__ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem;
    width: auto;
  }
  .pa-other-c__text {
    font-size: 0.875rem;
    line-height: 2;
  }
  .pa-drink__inner {
    padding: unset;
    max-width: unset;
  }
  .pa-drink__container {
    padding: 10.625rem 0 12.5rem;
  }
  .pa-drink__ttl {
    margin-bottom: 2.1875rem;
  }
  .pa-drink__img-wrap {
    margin-bottom: 2.5rem;
    aspect-ratio: 414/232;
  }
  .pa-drink__bgttl {
    font-size: 6.75rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    left: unset;
    right: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .pa-drink__content--sp {
    position: relative;
    max-width: 37.5rem;
    padding: 0 9.6%;
    margin: 0 auto 2.5rem;
    z-index: 1;
  }
  .pa-drink-c {
    display: block;
    max-width: 37.5rem;
    padding: 0 9.6%;
    margin: auto;
  }
  .pa-drink-c__img {
    width: 75%;
    margin-right: auto;
    margin-bottom: 2.5rem;
    padding-right: unset;
  }
  .pa-drink-c__body {
    width: 100%;
  }
  .pa-drink-c__content {
    margin-bottom: 2.5rem;
  }
  .pa-drink-c__ttl {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
  }
  .pa-drink-c__text {
    font-size: 0.875rem;
    line-height: 2;
  }
  .pa-drink-c__wrap {
    margin-bottom: 2.1875rem;
  }
  .pa-drink-c__icon {
    width: 8.75rem;
  }
  .pa-drink-c__ttl2 {
    padding-left: 1.25rem;
    font-size: 2.625rem;
  }
  .pa-drink-c__ttl2 span {
    font-size: 1.0625rem;
  }
  .sister-brand {
    padding: 7.1875rem 0 6.3125rem;
  }
  .brand-c__box {
    width: 100%;
    margin-right: 0;
  }
  .brand-c__ttl {
    margin-bottom: 2.625rem;
    font-size: 2.625rem;
    letter-spacing: 0.18em;
    line-height: 1.47em;
  }
  .brand-c__ttl span {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.5em;
  }
  .brand-c__txt {
    margin-bottom: 4.75rem;
    font-size: 0.875rem;
    line-height: 2em;
  }
  .brand-c__img {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-left: 0;
  }
  .brand-c__img::after {
    top: -1.875rem;
    right: -1.25rem;
    width: 8.625rem;
    height: 8.625rem;
  }
}
