/*  ads cm
========================================================================== */
.cm-lower .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm-lower__section .ybs-content__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cm-lower__section .ybs-content__inner .title-line {
  width: 100%;
}
.cm-lower__header {
  font-family: var(--ybs-serif);
}
.cm-lower__header:not(:first-child) {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media (max-width: 768px) {
  .cm-lower__header:not(:first-child) {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.ybs-section-lead + .cm-lower__header {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (max-width: 768px) {
  .ybs-section-lead + .cm-lower__header {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.cm-lower__title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cm-lower__title {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    line-height: 1.34;
  }
}
.cm-lower__sub {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media (max-width: 768px) {
  .cm-lower__sub {
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.425;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.cm-lower .ybs-section-lead {
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  .cm-lower .ybs-section-lead {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
  .cm-lower .ybs-section-lead p {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.cm-lower__movie {
  aspect-ratio: 16/9;
  -webkit-margin-before: 42px;
          margin-block-start: 42px;
  position: relative;
  width: 864px;
}
@media (max-width: 768px) {
  .cm-lower__movie {
    -webkit-margin-before: 27px;
            margin-block-start: 27px;
    width: 100%;
  }
}
.cm-lower__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cm-lower__movie.mt-0 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.cm-lower__movie__title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6F6F6F;
  margin-top: 16px !important;
  text-align: left;
}
@media (max-width: 768px) {
  .cm-lower__movie__title {
    margin-top: 16px !important;
  }
}
.cm-lower__external {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cm-lower__external {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    gap: 0 20px;
  }
}
.cm-lower__text {
  text-align: center;
  -webkit-margin-before: 20px !important;
          margin-block-start: 20px !important;
}
@media (max-width: 768px) {
  .cm-lower__text {
    -webkit-margin-before: 20px !important;
            margin-block-start: 20px !important;
  }
}
.cm-lower .movie-wrap .cm-lower__movie {
  width: 100%;
}
.cm-lower .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 37px;
}
@media (max-width: 768px) {
  .cm-lower .cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.cm-lower .cards--2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
}
@media (max-width: 768px) {
  .cm-lower .cards--2col {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.cm-lower .card__title {
  font-size: 1.8rem;
  text-align: left;
  font-family: var(--ybs-gothic), sans-serif;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .cm-lower .card__title {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.cm-lower .card__title span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .cm-lower .card__title span {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.cm-lower .card__text {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .cm-lower .card__text {
    margin-top: 8px;
  }
}
.cm-lower .card__thumb img {
  width: 100%;
}
.cm-lower .card a:hover {
  opacity: 0.8;
}
.cm-lower .interview-section {
  background-color: #FFF8EC;
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
}
@media (max-width: 768px) {
  .cm-lower .interview-section {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
  }
}
.cm-lower .interview-section .ybs-content__inner {
  margin-top: 0;
  margin-bottom: 0;
}
.cm-lower .interview-section .cards {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media (max-width: 768px) {
  .cm-lower .interview-section .cards {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}

.content-related__linktext.link-text::after {
  content: none !important;
}

@media (max-width: 768px) {
  .content-image.sp-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2083333333vw;
  }
}
.content-image__pic--l {
  width: 960px;
}
@media (max-width: 768px) {
  .content-image__pic--l {
    width: 100%;
  }
}
.content-image__pic.grid-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .content-image__pic.grid-3 {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0833333333vw;
  }
}

/*  creative brew line up
========================================================================== */
/*  creative brew lineup
========================================================================== */
.cb-lineup__title span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cb-lineup__title span {
    font-size: 1.5rem;
  }
}
.cb-lineup__nav {
  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-margin-before: 98px;
          margin-block-start: 98px;
}
@media (max-width: 768px) {
  .cb-lineup__nav {
    display: block;
    -webkit-margin-before: 41px;
            margin-block-start: 41px;
  }
}
.cb-lineup__article {
  width: 49%;
}
@media (min-width: 769px) {
  .cb-lineup__article:nth-of-type(n+3) {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media (max-width: 768px) {
  .cb-lineup__article {
    width: auto;
  }
  .cb-lineup__article:not(:first-child) {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media (hover: hover) {
  .cb-lineup__article a:hover {
    opacity: 0.5;
  }
}
.cb-lineup__article-content {
  background: no-repeat 100% 100%;
  background-size: cover;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  display: grid;
  font-family: var(--ybs-serif);
  grid-auto-flow: row;
  grid-template-areas: "pict text";
  grid-template-columns: minmax(31.9727891156%, 188px) auto;
  grid-template-rows: auto;
  min-height: 294px;
}
@media (max-width: 768px) {
  .cb-lineup__article-content {
    background-size: cover;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-template-areas: "pict margin text";
    grid-template-columns: 29.6875vw 1fr 58.8541666667vw;
    min-height: 46.09375vw;
  }
}
.cb-lineup__article-content.houjicha {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_houjicha.webp);
  color: #fff;
}
.cb-lineup__article-content.hopdrip {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_hopdrip.webp);
  color: #fff;
}
.cb-lineup__article-content.kogarekou {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_kogarekou.webp);
  color: #fff;
}
.cb-lineup__article-content.ibushi {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_ibushi.webp);
  color: #fff;
}
.cb-lineup__article-content.juicyale {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_juicyale.webp);
}
.cb-lineup__article-content.citrusblanc {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_citrusblanc.webp);
}
.cb-lineup__article-content.orange {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_orange.webp);
}
.cb-lineup__article-content.neworigin {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_neworign.webp);
  color: #fff;
}
.cb-lineup__article-content.kaorimitsu {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_kaorimitsu.webp);
  color: #fff;
}
@media (max-width: 768px) {
  .cb-lineup__article-content.kaorimitsu .package img {
    inset-block-end: 14.9739583333vw;
  }
}
.cb-lineup__article-content.kaorimitsu .outline__text {
  font-size: clamp(1.4rem, 0.2363636364rem + 1.1363636364vw, 1.6rem);
}
@media (max-width: 768px) {
  .cb-lineup__article-content.kaorimitsu .outline__text {
    font-size: 3.90625vw;
  }
}
.cb-lineup__article-content.mariageblanc {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_mariageblanc.webp);
  background-size: cover;
  color: #fff;
}
@media (max-width: 768px) {
  .cb-lineup__article-content.mariageblanc .package img {
    inset-block-end: 9.375vw;
  }
}
.cb-lineup__article-content.mariageblanc .outline__text {
  font-size: clamp(1.4rem, 0.2363636364rem + 1.1363636364vw, 1.6rem);
}
@media (max-width: 768px) {
  .cb-lineup__article-content.mariageblanc .outline__text {
    font-size: 3.90625vw;
  }
}
.cb-lineup__article-content.wakana {
  background-image: url(/yebisu/product/creativebrew/images/cb_linup_wakana.webp);
  color: #fff;
}
.cb-lineup__article-content .package {
  grid-area: pict;
  position: relative;
}
.cb-lineup__article-content .package img {
  inset-block-end: 44px;
  inset-inline-end: 0;
  position: absolute;
  width: 90.4255319149%;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .package img {
    inset-block-end: 3.90625vw;
    max-height: none;
    width: 26.5625vw;
  }
}
.cb-lineup__article-content .outline {
  grid-area: text;
  position: relative;
  padding-block: 60px 20px;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 17px 21px;
    -webkit-padding-end: 1em;
            padding-inline-end: 1em;
  }
}
.cb-lineup__article-content .outline__name {
  font-size: clamp(2.2rem, -2.4545454545rem + 4.5454545455vw, 3rem);
  font-weight: 600;
  text-align: left;
  line-height: 1em;
}
.cb-lineup__article-content .outline__name .eng {
  font-size: clamp(1.4rem, -0.9272727273rem + 2.2727272727vw, 1.8rem);
  display: inline-block;
  -webkit-margin-after: -2px;
          margin-block-end: -2px;
  white-space: nowrap;
}
.cb-lineup__article-content .outline__name .eng.cb {
  letter-spacing: -0.05em;
}
.cb-lineup__article-content .outline__name .label {
  font-size: clamp(1.8rem, -1.6909090909rem + 3.4090909091vw, 2.4rem);
  display: inline-block;
  margin-block: -4px 8px;
}
.cb-lineup__article-content .outline__name .thin {
  font-size: 0.94em;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__name {
    font-size: 5.2083333333vw;
  }
  .cb-lineup__article-content .outline__name .eng {
    font-size: 3.125vw;
  }
  .cb-lineup__article-content .outline__name .label {
    font-size: 3.125vw;
    margin-block: 0;
  }
}
.cb-lineup__article-content .outline__text {
  font-size: clamp(1.4rem, -0.9272727273rem + 2.2727272727vw, 1.8rem);
  font-weight: 500;
  line-height: 1.4444444444;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__text {
    font-size: 3.90625vw;
    line-height: 1.4;
    -webkit-margin-before: 1.5625vw;
            margin-block-start: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline.ja__name .eng {
    font-size: 2.8645833333vw;
  }
  .cb-lineup__article-content .outline.ja__text {
    font-size: 3.125vw;
    line-height: 1.3333333333;
  }
}
.cb-lineup__article-content .outline__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.cb-lineup__article-content .outline__date > * {
  line-height: 1em;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__date {
    -webkit-margin-before: auto;
            margin-block-start: auto;
    -webkit-padding-before: 1em;
            padding-block-start: 1em;
  }
}
.cb-lineup__article-content .outline__date dt {
  font-size: clamp(1.3rem, -1.0272727273rem + 2.2727272727vw, 1.7rem);
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__date dt {
    font-size: 2.6041666667vw;
    -webkit-margin-end: 2.8645833333vw;
            margin-inline-end: 2.8645833333vw;
  }
}
.cb-lineup__article-content .outline__date dd {
  font-size: clamp(1.9rem, -2.1727272727rem + 3.9772727273vw, 2.6rem);
  font-family: var(--ybs-gothic);
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__date dd {
    font-size: 3.90625vw;
  }
}
.cb-lineup__article-content .outline__badge {
  inset-block-start: -52px;
  inset-inline-end: 8px;
  position: absolute;
  width: 31.914893617%;
}
@media (max-width: 768px) {
  .cb-lineup__article-content .outline__badge {
    inset-block-start: -11.4583333333vw;
    inset-inline-end: 1.8229166667vw;
    width: 15.625vw;
  }
}
.cb-lineup__article-note {
  -webkit-margin-before: 4px !important;
          margin-block-start: 4px !important;
}
@media (max-width: 768px) {
  .cb-lineup__article-note {
    font-size: 1.2rem;
  }
}
.cb-lineup__extra {
  -webkit-margin-before: 46px;
          margin-block-start: 46px;
}
@media (max-width: 768px) {
  .cb-lineup__extra {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
}
@media (hover: hover) {
  .cb-lineup__extra a:hover {
    opacity: 0.5;
  }
}
.cb-lineup__subtitle {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media (max-width: 768px) {
  .cb-lineup__subtitle {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}

/*  202502 interview
========================================================================== */
.interview .ybs-content__inner {
  max-width: calc(850px + 9.6rem);
  margin-top: 0;
  margin-bottom: 0;
}
.interview .ybs-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.interview .content-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E7DAAB), color-stop(50%, #FFEDB6), to(#D9A63A));
  background: linear-gradient(360deg, #E7DAAB 0%, #FFEDB6 50%, #D9A63A 100%);
}
@media (max-width: 768px) {
  .interview .content-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.interview .content-intro .ybs-content__inner {
  margin-top: 0;
  margin-bottom: 0;
}
.interview .content-intro .ybs-content__inner p {
  font-family: var(--ybs-serif);
  font-weight: 700;
}
.interview__section {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .interview__section {
    margin-top: 60px;
  }
}
.interview__title {
  color: #8D5B16;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .interview__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.interview__title + .interview__image {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .interview__title + .interview__image {
    margin-bottom: 32px;
  }
}
.interview__qa dt {
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 42px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #340008;
}
@media (max-width: 768px) {
  .interview__qa dt {
    padding-left: 32px;
    margin-bottom: 14px;
  }
}
.interview__qa dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 34px;
  height: 1px;
  background-color: #340008;
}
@media (max-width: 768px) {
  .interview__qa dt::before {
    width: 24px;
  }
}
.interview__qa dd {
  color: #340008;
}
.interview__qa dd p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .interview__qa dd p + p {
    margin-top: 12px;
  }
}
.interview__qa dd .interview__box + .interview__box {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .interview__qa dd .interview__box + .interview__box {
    margin-top: 28px;
  }
}
.interview__qa + .interview__qa {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .interview__qa + .interview__qa {
    margin-top: 40px;
  }
}
.interview__text {
  font-size: 1.5rem;
  line-height: 2;
}
.interview__image figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6F6F6F;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .interview__image figcaption {
    margin-top: 16px;
  }
}
.interview__movie {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .interview__movie {
    margin-top: 40px;
  }
}
.interview__movie__heading {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #340008;
}
@media (max-width: 768px) {
  .interview__movie__heading {
    margin-bottom: 14px;
  }
}
.interview__movie a {
  text-decoration: underline;
}
.interview__movie a:hover {
  text-decoration: none;
}
.interview .content-profile {
  border-block: 1px solid;
  display: grid;
  grid-auto-columns: 1fr;
  margin: 80px auto 100px;
  width: 100%;
  gap: 0 40px;
  grid-template-areas: "profile-image profile-content";
  grid-template-columns: minmax(auto, 240px) 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  max-width: 850px;
  padding-block: 50px 50px;
}
@media (max-width: 768px) {
  .interview .content-profile {
    gap: 20px 0;
    grid-template-columns: 1fr;
    margin-block: 40px;
    margin-bottom: 80px;
    padding-block: 30px;
    grid-template-areas: "profile-image" "profile-content";
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
  }
}
.interview .content-profile__name {
  margin-bottom: 0;
  text-align: left;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .interview .content-profile__name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .interview .content-profile__image {
    width: 48.1770833333vw;
  }
}
.interview .content-profile__heading {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .interview .content-profile__heading {
    margin-bottom: 12px;
  }
}
.interview .links {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .interview .links {
    margin-bottom: 60px;
  }
}
.interview .links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media (max-width: 768px) {
  .interview .links__inner {
    gap: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview .links__heading {
  font-size: 1.7rem;
  font-weight: 700;
}
.interview .links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.interview .related {
  background-color: #FFF8EC;
}
.interview .related__inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .interview .related__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.interview .related__title {
  color: #340008;
  font-size: 3.2rem;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .interview .related__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.interview .related__title::before, .interview .related__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #340008;
}
.interview .related__title::before {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .interview .related__title::before {
    margin-right: 7px;
  }
}
.interview .related__title::after {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .interview .related__title::after {
    margin-left: 7px;
  }
}

.content-index {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
@media (max-width: 768px) {
  .content-index {
    -webkit-padding-before: 13.0208333333vw;
            padding-block-start: 13.0208333333vw;
  }
}
.content-index__inner {
  padding: 20px 0 20px;
  background-color: #f5f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .content-index__inner {
    padding: 6.25vw 0 6.25vw;
  }
}
.content-index__list {
  background-color: #340008;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  display: grid;
  grid-template-columns: 1fr repeat(2, minmax(190px, 300px)) 1fr;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .content-index__list {
    background-color: transparent;
    -webkit-column-gap: 6.25vw;
       -moz-column-gap: 6.25vw;
            column-gap: 6.25vw;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: initial;
    width: 89.5833333333vw;
  }
}
.content-index__list::before, .content-index__list::after {
  background-color: #f5f6f9;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .content-index__list::before, .content-index__list::after {
    content: none;
  }
}
.content-index__list li {
  background-color: #f5f6f9;
  font-family: var(--ybs-serif);
  position: relative;
}
@media (max-width: 768px) {
  .content-index__list li {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .content-index__list li + li {
    -webkit-margin-before: 5.2083333333vw;
            margin-block-start: 5.2083333333vw;
  }
}
.content-index__list li span {
  color: #868686;
  cursor: pointer;
  display: block;
  font-size: clamp(1.2rem, 1.2857142857vw, 1.8rem);
  font-weight: bold;
  line-height: normal;
  min-height: 3.5555555556em;
  padding: 0.6666666667em 0.6em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .content-index__list li span {
    font-size: clamp(1.3rem, -0.1312977099rem + 3.8167938931vw, 2.8rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6.5104166667vw;
    border: solid 1px #340008;
    color: #340008;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13.0208333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3214285714;
    min-height: 0;
    padding: 0 1em;
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .content-index__list li span {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .content-index__list li span::after {
    background: url(/yebisu/gift/images/icon_list_off.svg) no-repeat 0 0;
    background-size: cover;
    content: "";
    display: block;
    height: 20px;
    inset-block-end: 0;
    inset-inline: 0;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    width: 20px;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .content-index__list li span:hover {
    color: #340008;
  }
  .content-index__list li span:hover::after {
    background-image: url(/yebisu/gift/images/icon_list_on.svg);
  }
}
@media (min-width: 769px) {
  .content-index__list li span.active {
    color: #340008;
  }
  .content-index__list li span.active::after {
    background-image: url(/yebisu/gift/images/icon_list_on.svg);
  }
}
@media (max-width: 768px) {
  .content-index__list li span.active {
    background-color: #340008;
    color: #fff;
  }
}
.content-item {
  display: none;
}
.content-item.show {
  -webkit-animation: peek-a-boo 1s linear forwards;
          animation: peek-a-boo 1s linear forwards;
  display: block;
  opacity: 0;
}
@-webkit-keyframes peek-a-boo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes peek-a-boo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=ads_cm.css.map */
