@charset "UTF-8";
/* =============================================================
    共通設定・変数
============================================================= */
html {
  --color-white: #fff;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw !important;
  }
}
#pageStatic {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}

#pageStatic .breadcrumbs {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

/* レイアウト・共通
------------------------------------------------------------- */
.header.active {
  transition-duration: 0.5s;
  background: rgba(255, 255, 255, 0.9);
}

#Wrap_lower {
  padding-bottom: 0;
  background-color: var(--color-white);
}

@media (min-width: 769px) {
  .lp-sp_only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .lp-sp_only {
    display: block;
  }
}

@media (min-width: 769px) {
  .lp-pc_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .lp-pc_only {
    display: none !important;
  }
}

/* =============================================================
  メインブロック
============================================================= */
.superdry {
  --font-hiragino: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Verdana, sans-serif;
  --font-en: "Roboto", sans-serif;
  --color-karakuchi1: #48B5ED;
  --color-karakuchi2: #0094E2;
  --color-karakuchi3: #D5001A;
  --color-font-base: #222222;
  --color-white: #fff;
  font-family: var(--font-hiragino);
  color: var(--color-font-base);
  letter-spacing: 0.075em;
  background-color: var(--color-karakuchi1);
}
.superdry#pageStatic {
  max-width: none;
}
@media (max-width: 768px) {
  .superdry#pageStatic {
    padding-top: 0;
  }
}
.superdry p {
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .superdry {
    padding-bottom: 14.9333333333vw;
  }
  .superdry > .linkbtn {
    position: sticky;
    z-index: 1;
    bottom: 3.5rem;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.superdry {
  /* --- 共通パーツ --- */
}
.superdry .c-period {
  position: relative;
}
.superdry .c-period .c-period-label {
  position: absolute;
  right: 1rem;
  top: -4.3rem;
  display: inline-block;
  padding: 0.7rem 0.3rem 0.7rem 1.1rem;
  background-color: #DD4848;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: var(--color-white);
  font-weight: bold;
  rotate: 3deg;
  z-index: 10;
}
.superdry .c-period .c-period-label--close {
  top: -4rem;
  right: 12rem;
  background-color: #EF5B0C;
  padding: 0.7rem 0.8rem 0.7rem 1.1rem;
  rotate: 5deg;
}
@media (max-width: 768px) {
  .superdry .c-period .c-period-label {
    right: 5.3333333333vw;
    top: -1.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.superdry .c-period-text {
  width: fit-content;
  font-size: 4rem;
  color: var(--color-karakuchi2);
  font-family: var(--font-en);
  letter-spacing: 0.5em;
  margin-inline: auto;
}
.superdry .c-period-text__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .superdry .c-period-text__inner {
    flex-wrap: wrap;
  }
}
.superdry .c-period-text__subtext {
  margin-top: 0.8rem;
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .superdry .c-period-text__subtext {
    margin-top: 2.1333333333vw;
    text-align: center;
    font-size: 3.2vw;
  }
}
.superdry .c-period-text + .c-period-text {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .superdry .c-period-text + .c-period-text {
    margin-top: 1.8666666667vw;
  }
}
@media (max-width: 768px) {
  .superdry .c-period-text {
    font-size: 5.3333333333vw;
  }
}
.superdry .c-period-text--small {
  margin: 0 0.5rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .superdry .c-period-text--small {
    position: relative;
    font-size: 3.7333333333vw;
    margin: 0 0.9333333333vw;
  }
  .superdry .c-period-text--small:last-of-type {
    margin-right: 0;
  }
}
.superdry .c-period-text--small.c-period-text--last {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .superdry .c-period-text--small.c-period-text--last {
    font-size: 3.4666666667vw;
  }
}
.superdry .c-period-text__icon {
  display: inline-block;
  margin-right: 2.8rem;
  margin-top: 0.5rem;
  padding: 0.1rem 0.8rem;
  background-color: var(--color-karakuchi2);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--font-jp);
  line-height: 1.44;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .superdry .c-period-text__icon {
    margin-right: 60%;
    margin-top: 0;
    margin-bottom: 0.9rem;
    padding: 0.2666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.superdry .superdry__title {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .superdry .superdry__title {
    font-size: 8vw;
  }
}
.superdry .linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 50px;
  background-color: var(--color-karakuchi3);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
  color: var(--color-white);
  font-family: var(--font-hiragino);
}
.superdry .linkbtn[disabled] {
  pointer-events: none;
  background-color: #A5A5A5;
}
@media (max-width: 768px) {
  .superdry .linkbtn {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.superdry .linkbtn__wrap {
  position: relative;
  padding-left: 4rem;
}
.superdry .linkbtn__wrap .linkbtn__status-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  background-color: #FFD700;
  border-radius: 50%;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  color: #523F3F;
  font-weight: 700;
  rotate: -10deg;
  font-family: var(--font-hiragino);
}
@media (max-width: 768px) {
  .superdry .linkbtn__wrap {
    padding-left: 10.6666666667vw;
  }
  .superdry .linkbtn__wrap .linkbtn__status-icon {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    font-size: 5.8666666667vw;
  }
}

/* --- セクションインナー --- */
.superdry-section__inner {
  max-width: 148rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .superdry-section__inner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
}

/* =============================================================
  メインビジュアル
============================================================= */
.mv {
  margin-bottom: 0;
  padding: 2.2rem 0 1.8rem;
  background: url(../img/bg_mv_pc.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .mv {
    margin-bottom: 0;
    padding: 0 0 10.6666666667vw;
    background: url(../img/bg_mv_sp.jpg) no-repeat center top/cover;
  }
}
@media (max-width: 768px) {
  .mv .c-period {
    order: 1;
  }
}
.mv .c-period-text {
  margin-top: 2.7rem;
}
.mv .c-period-text + .c-period-text {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .mv .c-period-text {
    margin-top: 2.1333333333vw;
  }
  .mv .c-period-text + .c-period-text {
    margin-top: 2.6666666667vw;
  }
}
.mv .c-period-text__icon {
  color: var(--color-white);
  background-color: var(--color-karakuchi2);
}
.mv .linkbtn {
  width: 25rem;
  margin-top: 3.3rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .mv .linkbtn {
    margin-top: 5.6vw;
  }
}

.mv__inner {
  display: grid;
  grid-template-columns: 1fr 45.5857%;
  max-width: 161.6rem;
  padding-inline: 11rem 10rem;
}
@media (max-width: 768px) {
  .mv__inner {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    max-width: 100%;
    padding-inline: 4vw;
  }
}

.mv__logoarea {
  text-align: center;
}
@media (max-width: 768px) {
  .mv__logoarea {
    display: contents;
  }
}

.mv__logo {
  position: relative;
  width: 90.4rem;
  margin-top: 5.3rem;
}
@media (max-width: 768px) {
  .mv__logo {
    order: 0;
    width: 100%;
    margin-block: 0;
  }
}

.mv__logo-img img {
  position: relative;
  width: 77.3rem;
  left: -1.2rem;
}
@media (max-width: 768px) {
  .mv__logo-img img {
    position: static;
    width: 88.8vw;
  }
}

.mv-lead {
  margin-top: -1.7rem;
}
@media (max-width: 768px) {
  .mv-lead {
    margin-top: -2.1333333333vw;
  }
}

.mv__beer {
  position: relative;
  width: 59.2rem;
}
@media (max-width: 768px) {
  .mv__beer {
    order: 0;
    width: 100%;
    margin-top: 4.5333333333vw;
  }
}
.mv__beer img {
  position: relative;
  right: 10rem;
}
@media (max-width: 768px) {
  .mv__beer img {
    position: static;
    width: 68.5333333333vw;
  }
}
/* =============================================================
  製法
============================================================= */
.manufacturing-method {
  padding-block: 8rem 12rem;
  background: url(../img/bg_manufacturing_method_pc.png) no-repeat center top/100%;
}
@media (max-width: 768px) {
  .manufacturing-method {
    padding: 14.9333333333vw 4vw 16vw;
    background: url(../img/bg_manufacturing_method_sp.png) no-repeat center top/100%;
  }
}

.manufacturing-method-title {
  max-width: 142.4rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .manufacturing-method-title {
    width: 100%;
  }
}

.manufacturing-method-lead {
  text-align: center;
  color: #05328F;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.66666667;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .manufacturing-method-lead {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 0;
  }
}

.manufacturing-method-sub-title {
  position: relative;
  width: 40rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
  padding: 3.2rem 1rem;
  margin: 4rem auto 0;
}
.manufacturing-method-sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #05328F;
  transform: skew(-6deg);
}
@media (max-width: 768px) {
  .manufacturing-method-sub-title {
    width: 68.8vw;
    font-size: 6.4vw;
    padding: 5.3333333333vw 2.6666666667vw;
    margin-top: 6.4vw;
  }
}

.manufacturing-method-sub-title-inner {
  position: relative;
  z-index: 1;
}

.manufacturing-method-inner {
  position: relative;
  width: min(140rem, 100%);
  background-color: var(--color-white);
  padding: 9rem 8rem 1.4rem;
  margin: 4rem auto 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.manufacturing-method-inner:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 6rem;
  background-color: #05328F;
}
@media (max-width: 768px) {
  .manufacturing-method-inner {
    width: 100%;
    padding: 16vw 5.3333333333vw 4.5333333333vw;
    margin-top: 14.4vw;
  }
  .manufacturing-method-inner:before {
    height: 8vw;
  }
}

.manufacturing-method-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    width: 100%;
  }
}

.manufacturing-method-list-item {
  width: min(56rem, 100%);
}
@media (max-width: 768px) {
  .manufacturing-method-list-item {
    width: 100%;
  }
}

.manufacturing-method-list-item-inner {
  display: flex;
  flex-direction: column;
  padding: 0 4rem 3rem;
  background-color: #F4FCFF;
}
@media (max-width: 768px) {
  .manufacturing-method-list-item-inner {
    padding: 0 5.3333333333vw 8vw;
  }
}

.manufacturing-method-list-title {
  margin-top: -3rem;
}
.manufacturing-method-list-title img {
  display: block;
  width: 20rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .manufacturing-method-list-title {
    margin-top: -5.3333333333vw;
  }
  .manufacturing-method-list-title img {
    width: 37.3333333333vw;
  }
}

.manufacturing-method-list-title__inner {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  color: var(--color-white);
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  background-color: var(--color-karakuchi2);
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list-title__inner {
    font-size: 6.9333333333vw;
  }
}

.manufacturing-method-list-title__inner--small {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list-title__inner--small {
    font-size: 4.8vw;
  }
}

.manufacturing-method-list-text {
  font-size: 1.8rem;
  line-height: 1.66666667;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list-text {
    font-size: 3.7333333333vw;
    line-height: 1.71428571;
    margin-top: 2.1333333333vw;
  }
}

.manufacturing-method-list-img--bottom {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list-img--bottom {
    margin-top: 4.5333333333vw;
  }
}

.manufacturing-method-list__cross {
  position: relative;
  top: 5.6rem;
  width: 8rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .manufacturing-method-list__cross {
    position: static;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    margin-inline: auto;
    margin-top: -0.5333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}

.manufacturing-method-bottom-img {
  position: relative;
  display: block;
  width: min(105.5rem, 100%);
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .manufacturing-method-bottom-img {
    width: 100%;
    margin-top: 4.8vw;
  }
}

/* =============================================================
  商品詳細
============================================================= */
.proddetail {
  padding: 12rem 26rem;
  background: url(../img/bg_proddetail_pc.jpg) no-repeat top center/cover;
}
@media (max-width: 768px) {
  .proddetail {
    padding: 10.6666666667vw 4vw;
    background: url(../img/bg_proddetail_sp.jpg) no-repeat top center/cover;
  }
}

.proddetail__inner {
  display: grid;
  max-width: 1400px;
  width: 100%;
  padding: 7.2rem 5rem 6rem;
  text-align: center;
  background-color: var(--color-white);
}
@media (max-width: 768px) {
  .proddetail__inner {
    display: flex;
    flex-direction: column;
    padding: 10vw 5.3333333333vw 8vw;
  }
}

.proddetail__title {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .proddetail__title {
    margin-bottom: 6.9333333333vw;
  }
}

.proddetail__list {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-hiragino);
}
.proddetail__list > div {
  display: grid;
  grid-template-columns: 21.4rem 58.7rem;
  width: fit-content;
}
@media (max-width: 768px) {
  .proddetail__list > div {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
  }
  .proddetail__list > div + div {
    margin-top: 4vw;
  }
}

.proddetail__list-title,
.proddetail__list-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  font-family: var(--font-hiragino);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .proddetail__list-title,
  .proddetail__list-text {
    font-size: 4.2666666667vw;
  }
}

.proddetail__list-title {
  display: flex;
  align-items: baseline;
  gap: 0 0.3rem;
  font-weight: bold;
}
.proddetail__list-title::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-font-base);
}
@media (max-width: 768px) {
  .proddetail__list-title {
    align-items: center;
    margin-bottom: 1.6vw;
    line-height: 1;
    gap: 0 0.8vw;
  }
}

.proddetail__list-text {
  font-weight: 500;
}
@media (max-width: 768px) {
  .proddetail__list-text {
    line-height: 1.625;
  }
}

.proddetail__list-text--small {
  margin: 0.3rem 0 1.1rem;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .proddetail__list-text--small {
    margin: 0;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}

.proddetail__note {
  width: 80.1rem;
  margin: 1.5rem auto 0;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  font-family: var(--font-hiragino);
}
@media (max-width: 768px) {
  .proddetail__note {
    width: auto;
    margin: 1.3333333333vw auto 0;
    font-size: 4.2666666667vw;
  }
}

.proddetail-recommend {
  max-width: 80rem;
  width: 100%;
  padding: 1.5rem;
  margin-inline: auto;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: var(--color-white);
  text-align: center;
  line-height: 1.875;
  font-weight: 600;
  background-color: var(--color-karakuchi1);
}
@media screen and (max-width: 768px) {
  .proddetail-recommend {
    font-size: 4vw;
    padding: 6.1333333333vw 5.0666666667vw;
    margin-top: 3.2vw;
    line-height: 1.86666667;
  }
}

.info-schedule {
  padding: 12rem 10rem 11.4rem;
  color: var(--color-white);
  background: url(../img/bg_schedule_pc.jpg) no-repeat top center/cover;
}
@media (max-width: 768px) {
  .info-schedule {
    padding: 16vw 4vw 14.6666666667vw;
    background: url(../img/bg_schedule_sp.jpg) no-repeat top center/cover;
  }
}
.info-schedule .superdry-section__inner {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .info-schedule .superdry-section__inner {
    padding: 0;
  }
}
.info-schedule .c-period-text {
  color: var(--color-white);
}
.info-schedule .c-period-text + .c-period-text {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .info-schedule .c-period-text {
    font-size: 6.4vw;
  }
  .info-schedule .c-period-text + .c-period-text {
    margin-top: 2.9333333333vw;
  }
}

.info-schedule__inner {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.info-schedule__title {
  margin-bottom: 3.3rem;
  text-align: center;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .info-schedule__title {
    margin-bottom: 8vw;
  }
}

.c-period-text__icon {
  color: #05328F;
  font-weight: bold;
  background-color: var(--color-white);
}

.info-schedule__note {
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.714;
  font-family: var(--font-hiragino);
}
.info-schedule__note::before {
  content: "・";
}
@media (max-width: 768px) {
  .info-schedule__note {
    display: block;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

/* =============================================================
  商品紹介
============================================================= */
.info-item {
  padding: 12rem 1.5rem 11.7rem;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .info-item {
    padding: 16vw 4vw 0;
  }
}

.info-item-title {
  text-align: center;
}
.info-item-title img {
  position: relative;
  left: 1rem;
  width: 115.4rem;
}
@media (max-width: 768px) {
  .info-item-title {
    text-align: left;
  }
  .info-item-title img {
    position: static;
    width: 100%;
  }
}

.info-item-title--annotation {
  display: block;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .info-item-title--annotation {
    font-size: 3.2vw;
    margin-top: 4vw;
    line-height: 1.5;
  }
}

.info-item__inner {
  display: flex;
  justify-content: flex-start;
  padding-left: 17.5rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .info-item__inner {
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin-top: 7.2vw;
  }
}

.info-item__img {
  width: 45.2rem;
  margin-right: 11.4rem;
}
@media (max-width: 768px) {
  .info-item__img {
    width: 85.8666666667vw;
    margin-inline: auto;
  }
}

.info-item__text {
  color: var(--color-white);
  padding-top: 5.1rem;
}
@media (max-width: 768px) {
  .info-item__text {
    padding-top: 3.4666666667vw;
  }
}

.info-item__period {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .info-item__period {
    padding: 0;
    margin: 4.8vw 0;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    text-align: center;
  }
}

.info-item__note {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .info-item__note {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.info-item__list {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.571;
}
.info-item__list li {
  list-style: inherit;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.info-item__list--bold {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info-item__list {
    margin-top: 4.2666666667vw;
    line-height: 1.571;
    font-size: 3.7333333333vw;
  }
  .info-item__list li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* =============================================================
  About
============================================================= */
.about {
  margin-top: 2.2rem;
  margin-bottom: 0;
}
.about .about__inner {
  display: flex;
}
.about .about__img {
  display: flex;
  align-items: center;
  width: 55.01%;
  margin-right: 0;
}
.about .about__img-text {
  width: 32.6rem;
  margin-right: 2rem;
}
.about .about__img-beer {
  width: 57rem;
  margin: 0 11.5rem 0 auto;
}
.about .about__text {
  width: 42.8572%;
  margin-top: 9.2rem;
  font-size: 3.6rem;
  color: var(--color-karakuchi2);
  font-weight: bold;
}
.about .about__text-title {
  width: 57.35rem;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.about .about__text-text {
  margin: 1.9rem 0 1.7rem;
  font-size: 2.2rem;
  line-height: 2;
  font-family: var(--font-hiragino);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: "pkna";
  text-align: justify;
}
.about .about__text--catchcopy {
  width: 45.8rem;
}
.about .about__text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 32rem;
  height: 6rem;
  margin-top: 6.2rem;
  background-color: var(--color-karakuchi2);
  font-size: 1.8rem;
  color: var(--color-white);
  line-height: 1;
}
.about .about__text-btn img {
  width: 2.4rem;
}
@media (max-width: 768px) {
  .about {
    margin-top: 0;
    margin-bottom: 12.8vw;
  }
  .about .about__inner {
    flex-direction: column;
    grid-template-columns: unset;
    overflow: hidden;
  }
  .about .about__img {
    width: 82%;
    position: relative;
    align-items: flex-start;
    margin: auto;
  }
  .about .about__img-text {
    position: absolute;
    left: -4vw;
    top: 8vw;
    width: 41.3333333333vw;
    margin-right: 0;
  }
  .about .about__img-beer {
    width: 100%;
    margin: 0;
  }
  .about .about__text {
    margin-top: 13.6vw;
    width: 100%;
  }
  .about .about__text-text {
    margin: 3.4666666667vw 0 3.0666666667vw;
    font-size: 1.6rem;
    line-height: 1.875;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .about .about__text--catchcopy {
    width: 95%;
  }
  .about .about__text-title {
    width: 100%;
    font-size: 9.6vw;
  }
  .about .about__text-btn {
    gap: 2.6666666667vw;
    width: 92vw;
    height: 16vw;
    margin-top: 10.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .about .about__text-btn img {
    width: 6.4vw;
  }
}

/* =============================================================
  Info CV
============================================================= */
.info-cv + .info-cv {
  margin-top: 2rem;
}
.info-cv .info-cv__text {
  display: flex;
  align-items: baseline;
  font-size: 3rem;
  font-weight: bold;
  font-family: var(--font-hiragino);
}
.info-cv .info-cv__text__inner {
  display: flex;
  align-items: baseline;
}
.info-cv .info-cv__text--small {
  font-size: 1.6rem;
}
.info-cv .info-cv__text--small:first-of-type {
  margin-right: 0.6rem;
}
.info-cv .info-cv__text--small:last-of-type {
  margin-left: 0rem;
}
.info-cv .info-cv__text--weight-normal {
  font-weight: 500;
  font-size: 1.4rem;
}
.info-cv .info-cv__text--tax {
  margin-left: 1.2rem;
  font-size: 1.8rem;
}
.info-cv .linkbtn {
  width: 25rem;
  margin-top: 1.3rem;
}
@media (max-width: 768px) {
  .info-cv .info-cv__text {
    flex-direction: column;
    align-items: center;
    font-size: 8vw;
  }
  .info-cv .info-cv__text__inner {
    margin-bottom: 2.1333333333vw;
  }
  .info-cv .info-cv__text--small {
    font-size: 4.2666666667vw;
  }
  .info-cv .info-cv__text--weight-normal {
    font-size: 3.7333333333vw;
  }
  .info-cv .info-cv__text--tax {
    margin-left: 3.2vw;
    font-size: 4.8vw;
  }
  .info-cv .linkbtn {
    width: 66.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}

/* =============================================================
  Info Glass
============================================================= */
.info-glass {
  padding: 0 4rem;
}
.info-glass .info-glass__inner {
  max-width: 1400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 19rem 6rem 6rem;
  border-radius: 3rem;
  background-color: var(--color-karakuchi1);
}
.info-glass .info-glass__textarea {
  color: var(--color-white);
}
.info-glass .info-glass__text {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
}
.info-glass .info-glass__text--big {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.info-glass .info-glass__title {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-family: var(--font-hiragino);
  font-weight: 500;
}
.info-glass .info-cv {
  margin-top: 3rem;
}
.info-glass .info-glass__img--beer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background-color: var(--color-white);
}
.info-glass .info-glass__img--beer img {
  width: 32.6rem;
}
.info-glass .info-glass__img--text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.info-glass .info-glass__img--text img {
  width: auto;
  height: 100%;
}
.info-glass .linkbtn {
  margin-top: 5rem;
  width: 30rem;
}
@media (max-width: 768px) {
  .info-glass {
    padding: 0 4vw 13.3333333333vw;
  }
  .info-glass .campaignBtn_btmText {
    text-align: left;
  }
  .info-glass .info-glass__inner {
    flex-direction: column-reverse;
    padding: 8vw 2.1333333333vw 29.8666666667vw 4.2666666667vw;
  }
  .info-glass .info-glass__text {
    margin-top: 6.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  .info-glass .info-glass__text--big {
    margin-top: 1.3333333333vw;
    font-size: 8vw;
    line-height: 1.3333;
  }
  .info-glass .info-glass__title {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .info-glass .info-cv {
    margin-top: 5.3333333333vw;
  }
  .info-glass .info-cv .info-cv__text {
    align-items: flex-start;
  }
  .info-glass .info-cv .info-cv__text__inner {
    margin-bottom: 1.8666666667vw;
  }
  .info-glass .info-glass__img--beer {
    width: 74.6666666667vw;
    height: 74.6666666667vw;
  }
  .info-glass .info-glass__img--beer img {
    width: 49.3333333333vw;
  }
  .info-glass .info-glass__img--text {
    width: 89.3333333333vw;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    height: auto;
  }
  .info-glass .info-glass__img--text img {
    width: 100%;
    height: auto;
  }
  .info-glass .linkbtn {
    width: 72vw;
    margin-top: 8vw;
  }
  .info-glass .linkbtn__wrap {
    padding-left: 10.6666666667vw;
  }
  .info-glass .info-cv .linkbtn__wrap .linkbtn__status-icon {
    left: 5.3333333333vw;
  }
  .info-glass .info-cv .linkbtn__wrap:has(.linkbtn__status-icon) {
    padding-left: 0;
  }
}