@charset "UTF-8";
.mv .mv-img img {
  width: 100%;
}
.mv .mv-img.anim {
  overflow: hidden;
}
.mv .mv-img.anim img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  opacity: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv .mv-img.anim.is-show img {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mv .mv-header {
  background: url(../img/brand/bg01.png) no-repeat center bottom/cover;
  padding: 32px 0;
  min-height: 143px;
}
.mv .mv-header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mv .mv-header-title {
  font-family: var(--font_eng);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.mv .mv-header-title span {
  font-family: var(--font_ja);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-left: 25px;
  vertical-align: middle;
}
.mv .mv-header-catch {
  font-size: 18px;
}
.mv .mv-header--coffee .mv-header-inner {
  max-width: 1180px;
}
.mv .mv-header--coffee .mv-header-title {
  font-size: 51px;
  letter-spacing: 0.02em;
}

.feature {
  padding: 72px 0;
}
.feature .feature-list {
  width: 94%;
  max-width: 1180px;
  margin: 80px auto 0;
}
.feature .feature-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7.5%;
     -moz-column-gap: 7.5%;
          column-gap: 7.5%;
  margin: 0 0 100px;
}
.feature .feature-list-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature .feature-list-item:last-child {
  margin-bottom: 0;
}
.feature .feature-list-item-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
.feature .feature-list-item-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.feature .feature-list-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.1em;
  line-height: 1.7333333333;
  margin: 0 0 36px;
}
.feature .feature-list-item-txt {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.feature .feature-list-item-notice {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 45px;
}

.recipe {
  padding: 72px 0;
}
.recipe .recipe-header {
  border: 1px solid var(--c_text);
  padding: 18px 0;
  position: relative;
}
.recipe .recipe-slider {
  border: 1px solid var(--c_text);
  border-top: 0;
}
.recipe .recipe-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recipe .recipe-slider-item {
  border-right: 1px solid var(--c_text);
  padding: 8px 8px 24px;
  text-align: center;
  height: auto;
}
.recipe .recipe-slider-item:first-child:last-child, .recipe .recipe-slider-item:first-child:nth-last-child(2) {
  border-left: 1px solid var(--c_text);
}
.recipe .recipe-slider-item-name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 20px 0 24px;
}
.recipe .recipe-slider-item-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
.recipe .recipe-slider-arrows .slick-arrow {
  width: 90px;
  height: 100%;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-left: 1px solid var(--c_text);
  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;
}
.recipe .recipe-slider-arrows .slick-arrow:before {
  display: none;
}
.recipe .recipe-slider-arrows .slick-arrow:after {
  content: "→";
  font-family: var(--font_ja);
  font-size: 21px;
  font-weight: 500;
  color: var(--c_text);
}
.recipe .recipe-slider-arrows .slick-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recipe .recipe-slider-arrows .slick-next {
  right: 0;
}

.package {
  padding: 20px 0 72px;
  position: relative;
}
.package .package-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 492px;
  overflow: hidden;
}
.package .package-bg:before {
  content: "";
  width: 1020px;
  height: 1020px;
  background: var(--c_yellow);
  border-radius: 50%;
  display: block;
  margin: 45px auto 0;
}
.package .package-header {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0 12px;
}
.package .package-list {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 12px;
}
.package .package-list-item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.package .package-list-item.anim:nth-child(4n+2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.package .package-list-item.anim:nth-child(4n+3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.package .package-list-item.anim:nth-child(4n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.package .package-list-item-img {
  margin: 0 0 12px;
}
.package .package-footer {
  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;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}
.package .package-footer-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
}
.package .package-footer-txtbox:before {
  content: "";
  width: 148px;
  height: 148px;
  background: var(--c_yellow);
  border-radius: 50%;
  position: absolute;
  left: -56px;
  top: -40px;
  z-index: -1;
}
.package .package-footer-txt {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.0526315789;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: underline;
  text-underline-offset: 10px;
}
.package .package-footer-link {
  font-family: var(--font_eng);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  margin: 28px 0 0;
}
.package .package-footer-link a {
  position: relative;
  padding: 0 0.5em;
  margin: 0 -0.5em;
  z-index: 2;
}
.package .package-footer-link a:before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--c_yellow);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.package .package-footer-link a:hover {
  opacity: 1;
}
.package .package-footer-link a:hover:before {
  width: 100%;
}
.package .package-footer-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 298px;
          flex: 0 1 298px;
}
.package .package-footer-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.package .package-footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.lineup {
  padding: 44px 0 64px;
  background: var(--c_yellow);
}
.lineup .lineup-list {
  width: 95%;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 36px auto 0;
}
.lineup .lineup-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background: var(--c_wht);
  border: 1px solid var(--c_text);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 20px auto;
  grid-template-columns: 45% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 32px 40px;
}
.lineup .lineup-list-item:nth-child(even) {
  border-left: 0;
}
.lineup .lineup-list-item:nth-child(n+3) {
  border-top: 0;
}
.lineup .lineup-list-item.anim:nth-child(even) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lineup .lineup-list-item-imgbox {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.lineup .lineup-list-item-txtbox {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5714285714;
}
.lineup .lineup-list-item-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}
.lineup .lineup-list-item-txt {
  margin: 20px 0;
}
.lineup .lineup-list-item-price {
  margin: 20px 0 0;
}
.lineup .lineup-list-item-buy a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  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;
  border: 1px solid var(--c_text);
  font-size: 16px;
  max-width: 245px;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
}
.lineup .lineup-list-item-buy a:before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--c_yellow);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}
.lineup .lineup-list-item-buy a img {
  width: 100px;
}
.lineup .lineup-list-item-buy a:hover {
  opacity: 1;
}
.lineup .lineup-list-item-buy a:hover:before {
  width: 100%;
}
.lineup .lineup-list-item-buy a + a {
  margin-top: 10px;
}
.lineup .lineup-note {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
@media (max-width: 1280px) {
  .feature .feature-list-item {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .feature .feature-list-item-txtbox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* スマホ
  ------------------------ */
@media (max-width: 980px) {
  .mv .mv-header {
    background: url(../img/brand/bg01_sp.png) no-repeat center bottom/cover;
    padding: 24px 0;
    min-height: 145px;
  }
  .mv .mv-header-inner {
    display: block;
    width: 80%;
  }
  .mv .mv-header-title {
    font-size: 32px;
  }
  .mv .mv-header-title span {
    font-size: 12px;
    margin-left: 5px;
  }
  .mv .mv-header-catch {
    font-size: 13px;
    line-hegiht: 1.5384615385;
    margin: 8px 0 0;
  }
  .mv .mv-header--coffee .mv-header-title {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .feature {
    padding: 60px 0 28px;
  }
  .feature .feature-list {
    width: 100%;
    margin: 24px 0 0;
  }
  .feature .feature-list-item {
    display: block;
    margin: 0 0 48px;
  }
  .feature .feature-list-item-txtbox {
    padding: 20px 24px;
  }
  .feature .feature-list-item-title {
    font-size: 22px;
    line-height: 1.4545454545;
    letter-spacing: 0.025em;
    margin: 0 0 16px;
  }
  .feature .feature-list-item-txt {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .feature .feature-list-item-notice {
    margin-top: 20px;
  }
  .recipe {
    padding: 28px 0 32px;
  }
  .recipe .recipe-header {
    padding: 14px 0;
  }
  .recipe .recipe-slider-item {
    border: 0;
    padding-bottom: 20px;
  }
  .recipe .recipe-slider-item-name {
    font-size: 21px;
    margin: 12px 0 8px;
  }
  .recipe .recipe-slider-item-txt {
    font-size: 13px;
  }
  .package {
    padding: 32px 0 60px;
  }
  .package .package-bg {
    max-height: 328px;
    top: 128px;
  }
  .package .package-bg:before {
    width: 500px;
    height: 500px;
    margin-top: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .package .package-list {
    margin: 0 auto 52px;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }
  .package .package-list-item {
    font-size: 11px;
  }
  .package .package-list-item.anim:nth-child(2n) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .package .package-list-item.anim:nth-child(2n+1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .package .package-list-item-img {
    margin: 0 0 8px;
  }
  .package .package-footer {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .package .package-footer-txtbox {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .package .package-footer-txtbox:before {
    width: 113px;
    height: 113px;
    left: -62px;
    top: -40px;
  }
  .package .package-footer-txt {
    font-size: 23px;
    letter-spacing: 0.12em;
  }
  .package .package-footer-link {
    font-size: 12px;
    margin: 12px 0 0;
  }
  .package .package-footer-imgbox {
    width: 182px;
    margin: 0 auto;
  }
  .lineup {
    padding: 32px 0 40px;
  }
  .lineup .lineup-list {
    margin-top: 28px;
  }
  .lineup .lineup-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-grid-columns: 37% 2.5% auto;
    grid-template-columns: 37% auto;
    gap: 28px 2.5%;
    padding: 32px 20px;
  }
  .lineup .lineup-list-item:nth-child(even) {
    border-left: 1px solid var(--c_text);
  }
  .lineup .lineup-list-item:nth-child(n+2) {
    border-top: 0;
  }
  .lineup .lineup-list-item.anim:nth-child(even) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .lineup .lineup-list-item-imgbox {
    grid-row: auto;
  }
  .lineup .lineup-list-item-txtbox {
    font-size: 12px;
  }
  .lineup .lineup-list-item-name {
    font-size: 22px;
    line-height: 1.2727272727;
    margin: 0 0 8px;
  }
  .lineup .lineup-list-item-txt {
    margin: 16px 0;
  }
  .lineup .lineup-list-item-price {
    margin: 16px 0 0;
  }
  .lineup .lineup-list-item-buybox {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .lineup .lineup-list-item-buy a {
    margin: 0 auto;
    font-size: 14px;
    max-width: 272px;
    padding: 4px 8px;
  }
  .lineup .lineup-note {
    font-size: 10px;
  }
}
/*# sourceMappingURL=brand.css.map */