.kv {
  position: relative;
  height: 42.875rem;
  overflow: hidden;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .kv {
    height: 50.8148148148vw;
  }
}
@media (max-width: 959.9px) {
  .kv {
    height: 28.0625rem;
  }
}
.kv__inner {
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}
.kv__inner.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.kv__trigger {
  position: absolute;
  top: 0;
}
@media (max-width: 959.9px) {
  .kv__trigger {
    top: -3.9375rem;
  }
}
.kv__date {
  z-index: 1;
  position: absolute;
  left: 0;
  background: url("../images/kv_date_txt.svg") #5C2500 no-repeat center/100%;
  width: 100%;
  top: 1.3125rem;
  height: 3rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .kv__date {
    top: 1.5555555556vw;
    height: 3.5555555556vw;
  }
}
@media (max-width: 959.9px) {
  .kv__date {
    top: 0;
    height: 2.5rem;
  }
}
.kv__img {
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1025px) {
  .kv__img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.kv__img img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .kv__img img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.kv__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.kv__text img {
  width: 100%;
}

.navi-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navi-select__item {
  width: 50%;
  height: 3.6875rem;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .navi-select__item {
    height: 4.3703703704vw;
  }
}
.navi-select__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.navi-select__item.--item01 {
  background-color: #8ED365;
}
.navi-select__item.--item02 {
  background-color: #F08929;
}
.navi-select__item.--item03 {
  background-color: #FFA7A7;
}
.navi-select__item.--item04 {
  background-color: #A7B13C;
}

.tvcm {
  background-color: #5C2500;
  padding-block: 3.0625rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .tvcm {
    padding-block: 3.6296296296vw 2.962962963vw;
  }
}
@media (max-width: 767.9px) {
  .tvcm {
    margin-top: -1px;
    padding-top: 3.125rem;
  }
}
.tvcm__trigger {
  position: absolute;
  top: 0;
}
@media (max-width: 959.9px) {
  .tvcm__trigger {
    top: -3.9375rem;
  }
}
.tvcm__ttl img {
  width: 100%;
}
.tvcm__video {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .tvcm__video {
    margin-top: 1.8518518519vw;
  }
}
.tvcm__video h4 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 900;
  color: #FFE8C1;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .tvcm__video h4 {
    font-size: 1.3333333333vw;
  }
}
.tvcm__video .video {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #FFE8C1;
  margin-inline: auto;
  width: 19.5rem;
  padding: 0.375rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .tvcm__video .video {
    width: 23.1111111111vw;
    padding: 0.4444444444vw;
    margin-top: 1.4074074074vw;
  }
}
.tvcm__video .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/tvcm_ico_play.png") no-repeat center/3.875rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .tvcm__video .video:before {
    background-size: 4.5925925926vw;
  }
}
.tvcm__video .video img {
  width: 100%;
}

.product {
  position: relative;
}
.product__trigger {
  position: absolute;
  top: 0;
}
@media (max-width: 959.9px) {
  .product__trigger {
    top: -3.9375rem;
  }
}
.product__photo {
  position: relative;
}
.product__photo .img {
  position: relative;
}
.product__photo .img:before {
  content: "";
  position: absolute;
}
.product__photo .img img {
  width: 100%;
}
.product__photo .ttl {
  position: absolute;
  left: 0;
  right: 0;
}
.product__photo .ttl img {
  width: 100%;
}
.product__photo .name {
  position: absolute;
  left: 0;
  right: 0;
}
.product__photo .name img {
  width: 100%;
}
.product__infor .desc {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 960px) {
  .product__infor .desc {
    font-size: calc(0.875rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .product__infor .desc {
    font-size: 1.037037037vw;
  }
}
.product__infor .link {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 960px) {
  .product__infor .link {
    font-size: calc(0.75rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .product__infor .link {
    font-size: 0.8888888889vw;
    margin-top: 1.1111111111vw;
  }
}
.product__infor .link a {
  color: inherit;
  text-underline-position: under;
}
.product__infor .note {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
  width: 100%;
  max-width: 15.375rem;
  margin-inline: auto;
  font-size: 0.5rem;
  line-height: 1.25;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .product__infor .note {
    font-size: calc(0.5rem * 1.184);
    max-width: calc(15.375rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .product__infor .note {
    font-size: 0.5925925926vw;
    max-width: 18.2222222222vw;
    margin-top: 1.1851851852vw;
  }
}

.burger .product__photo .img:before {
  width: 5.0625rem;
  height: 4.9375rem;
  left: 0.4375rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product__photo .img:before {
    width: 6vw;
    height: 5.8518518519vw;
    left: 0.5185185185vw;
  }
}
.burger .product.--burger01 .product__photo .img:before {
  background: url("../images/burger_marker01.png") no-repeat center/100%;
  top: 7.375rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger01 .product__photo .img:before {
    top: 8.7407407407vw;
  }
}
.burger .product.--burger01 .product__photo .ttl {
  top: 2rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger01 .product__photo .ttl {
    top: 2.3703703704vw;
  }
}
.burger .product.--burger01 .product__photo .name {
  bottom: -0.5rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger01 .product__photo .name {
    bottom: -0.5925925926vw;
  }
}
.burger .product.--burger01 .product__infor {
  background-color: #8ED365;
  color: #5C2500;
  padding-block: 0.9375rem 2rem;
}
@media (min-width: 960px) {
  .burger .product.--burger01 .product__infor {
    padding-block: calc(0.9375rem * 1.184) calc(2rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger01 .product__infor {
    padding-block: calc(1.1111111111vw * 1.184) calc(2.3703703704vw * 1.184);
  }
}
.burger .product.--burger02 {
  background-color: #F08929;
}
.burger .product.--burger02 .product__photo .img:before {
  background: url("../images/burger_marker02.png") no-repeat center/100%;
  top: 1.5rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger02 .product__photo .img:before {
    top: 1.7777777778vw;
  }
}
.burger .product.--burger02 .product__photo .name {
  bottom: 2rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger02 .product__photo .name {
    bottom: 2.3703703704vw;
  }
}
.burger .product.--burger02 .product__infor {
  color: #361B13;
  position: relative;
  margin-top: -1.0625rem;
  padding-bottom: 2rem;
}
@media (min-width: 960px) {
  .burger .product.--burger02 .product__infor {
    padding-bottom: calc(2rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger02 .product__infor {
    margin-top: -1.2592592593vw;
    padding-bottom: calc(2.3703703704vw * 1.184);
  }
}
.burger .product.--burger02 .product__infor .desc span {
  letter-spacing: -0.045em;
}
.burger .product.--burger03 .product__photo .ttl {
  top: 2rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger03 .product__photo .ttl {
    top: 2.3703703704vw;
  }
}
.burger .product.--burger03 .product__photo .name {
  bottom: 1rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger03 .product__photo .name {
    bottom: 1.1851851852vw;
  }
}
.burger .product.--burger03 .product__infor {
  color: #FFE8C1;
  padding-block: 0.9375rem;
  background-color: #5C2500;
}
@media (min-width: 960px) {
  .burger .product.--burger03 .product__infor {
    padding-bottom: calc(0.9375rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .burger .product.--burger03 .product__infor {
    padding-bottom: calc(1.1111111111vw * 1.184);
  }
}

.drink .product {
  padding: 2rem 1.25rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product {
    padding: 2.3703703704vw 1.4814814815vw;
  }
}
.drink .product__photo .name {
  position: static;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product__photo .name {
    margin-top: 1.1851851852vw;
  }
}
.drink .product__photo .img:before {
  width: 4.5625rem;
  height: 4.75rem;
  top: -1rem;
  left: -0.5625rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product__photo .img:before {
    width: 5.4074074074vw;
    height: 5.6296296296vw;
    top: -1.1851851852vw;
    left: -0.6666666667vw;
  }
}
.drink .product__photo .img img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product__photo .img img {
    border-radius: 1.7777777778vw;
  }
}
.drink .product__infor .note {
  letter-spacing: -0.07em;
}
.drink .product.--drink01 {
  background-color: #FFA7A7;
}
.drink .product.--drink01 .product__photo .img:before {
  background: url("../images/drink_marker01.png") no-repeat center/100%;
}
.drink .product.--drink01 .product__infor {
  color: #900000;
}
.drink .product.--drink01 .product__infor .note {
  max-width: 19.75rem;
}
@media (min-width: 960px) {
  .drink .product.--drink01 .product__infor .note {
    max-width: calc(19.75rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product.--drink01 .product__infor .note {
    max-width: calc(23.4074074074vw * 1.184);
  }
}
.drink .product.--drink02 {
  background-color: #A7B13C;
}
.drink .product.--drink02 .product__photo .img:before {
  background: url("../images/drink_marker02.png") no-repeat center/100%;
}
.drink .product.--drink02 .product__infor {
  color: #353B20;
}
.drink .product.--drink02 .product__infor .note {
  max-width: 13.25rem;
}
@media (min-width: 960px) {
  .drink .product.--drink02 .product__infor .note {
    max-width: calc(13.25rem * 1.184);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .drink .product.--drink02 .product__infor .note {
    max-width: calc(15.7037037037vw * 1.184);
  }
}

.campaign {
  padding-bottom: 8.3125rem;
  padding-block: 2.5rem 1.5rem;
  background-color: #FFE8C1;
  position: relative;
}
.campaign__trigger {
  position: absolute;
  top: 22.5rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__trigger {
    padding-bottom: 9.8518518519vw;
    padding-block: 2.962962963vw 1.7777777778vw;
    top: 26.6666666667vw;
  }
}
@media (max-width: 959.9px) {
  .campaign__trigger {
    top: 16.25rem;
  }
}
.campaign__banner02 a {
  display: block;
  max-width: 20.9375rem;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .campaign__banner02 a {
    max-width: 24.79rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__banner02 a {
    max-width: 29.3807407407vw;
  }
}
.campaign__banner02 a img {
  border-radius: 0.8125rem;
}
@media (min-width: 960px) {
  .campaign__banner02 a img {
    border-radius: 0.962rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__banner02 a img {
    border-radius: 1.1401481481vw;
  }
}
.campaign__ttl {
  margin: 2rem 0 0;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__ttl {
    margin: 2.3703703704vw 0 0;
  }
}
.campaign__ttl img {
  width: 100%;
}
.campaign__img {
  margin-top: 0.375rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__img {
    margin-top: 0.4444444444vw;
  }
}
.campaign__step {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__step {
    margin-top: 2.3703703704vw;
  }
}
.campaign__step .img {
  position: relative;
}
.campaign__step .img img {
  width: 100%;
}
.campaign__step .img a {
  position: absolute;
  text-decoration: none;
  font-size: 0;
  bottom: 0.9375rem;
  right: 7.5rem;
  width: 9.5625rem;
  height: 1rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__step .img a {
    bottom: 1.1111111111vw;
    right: 8.8888888889vw;
    width: 11.3333333333vw;
    height: 1.1851851852vw;
  }
}
@media (max-width: 959.9px) {
  .campaign__step .img a {
    bottom: 0.75rem;
    right: 6.25rem;
    width: 8.125rem;
  }
}
@media (max-width: 767.9px) {
  .campaign__step .img a {
    bottom: 0.75rem;
    right: 6.25rem;
    width: 8.125rem;
  }
}
.campaign__img img {
  width: 100%;
}
.campaign__btn {
  margin-inline: auto;
  display: block;
  width: 20.9375rem;
  margin-top: 3rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__btn {
    width: 24.8148148148vw;
    margin-top: 3.5555555556vw;
  }
}
.campaign__btn img {
  width: 100%;
}
.campaign__policy {
  margin-inline: auto;
  margin-top: 1.5rem;
  max-width: 20.9375rem;
  border-radius: 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__policy {
    margin-top: 1.7777777778vw;
    max-width: 24.8148148148vw;
    border-radius: 0.7407407407vw;
  }
}
.campaign__policy .policy-ttl {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.campaign__policy .policy-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.1875rem;
  height: 1rem;
  background: url("../images/campaign_polygon.svg") no-repeat center/100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__policy .policy-ttl:after {
    right: 1.7777777778vw;
    width: 1.4074074074vw;
    height: 1.1851851852vw;
  }
}
.campaign__policy .policy-ttl img {
  width: 100%;
}
.campaign__policy .policy-ttl.is-opened:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.campaign__policy .policy-content {
  display: none;
}
.campaign__policy .policy-inner {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  width: 18.75rem;
  margin-inline: auto;
  font-size: 0.625rem;
  padding-block: 0.8125rem 1.375rem;
  color: #5C2500;
}
@media (min-width: 960px) {
  .campaign__policy .policy-inner {
    font-size: 0.74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__policy .policy-inner {
    width: 22.2222222222vw;
    font-size: 0.877037037vw;
    padding-block: 0.962962963vw 1.6296296296vw;
  }
}
.campaign__policy .policy-inner dl {
  margin: 0;
}
.campaign__policy .policy-inner dl:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__policy .policy-inner dl:not(:last-child) {
    margin-bottom: 1.1851851852vw;
  }
}
.campaign__policy .policy-inner dl dt:not(.none-bold) {
  font-weight: 900;
}
.campaign__policy .policy-inner dl dd {
  margin: 0;
}
.campaign__policy .policy-inner dl dd a {
  color: blue;
}
.campaign__note {
  font-weight: 300;
  line-height: 1.8181818182;
  white-space: nowrap;
  margin-inline: auto;
  font-size: 0.6875rem;
  width: 11.6875rem;
  margin-top: 1.4375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .campaign__note {
    font-size: 0.8148148148vw;
    width: 13.8518518519vw;
    margin-top: 1.7037037037vw;
  }
}

.delivery {
  background-color: #E2F4E7;
  text-align: center;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .delivery {
    padding-bottom: 5rem;
  }
}
@media (min-width: 960px) {
  .delivery__wrap {
    position: relative;
  }
}
.delivery__ttl {
  background-color: #007749;
  font-size: 0;
  margin: 0;
}
.delivery__ttl img {
  width: 100%;
}
.delivery__img {
  margin-top: 2.375rem;
  text-indent: -1.375rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .delivery__img {
    margin-top: 2.8148148148vw;
    text-indent: -1.6296296296vw;
  }
}
.delivery__img img {
  width: 20.4375rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .delivery__img img {
    width: 24.2222222222vw;
  }
}
.delivery__btn {
  margin-top: 2.625rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .delivery__btn {
    margin-top: 3.1111111111vw;
  }
}
@media (min-width: 960px) {
  .delivery__btn a {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .delivery__btn a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 959.9px) {
  .delivery__btn {
    margin-top: 2.625rem;
  }
}
.delivery__btn a {
  display: inline-block;
}
.delivery__btn img {
  width: 20.875rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .delivery__btn img {
    width: 24.7407407407vw;
  }
}

.step {
  background-color: #007749;
  border-bottom: 0.125rem solid #fff;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .step {
    border-bottom-width: 0.1481481481vw;
  }
}
.step__ttl {
  position: relative;
}
.step__ttl img {
  width: 100%;
}
.step__ttl a {
  position: absolute;
  display: block;
  z-index: 1;
}
.step__ttl a.app-store {
  bottom: 20.75rem;
  left: 4rem;
  width: 8.625rem;
  height: 3.125rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .step__ttl a.app-store {
    bottom: 24.5925925926vw;
    left: 4.7407407407vw;
    width: 10.2222222222vw;
    height: 3.7037037037vw;
  }
}
@media (max-width: 959.9px) {
  .step__ttl a.app-store {
    bottom: 17.5rem;
    left: 3.375rem;
    width: 7.25rem;
    height: 2.625rem;
  }
}
.step__ttl a.google-play {
  bottom: 20.75rem;
  right: 4rem;
  width: 10.625rem;
  height: 3.125rem;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .step__ttl a.google-play {
    bottom: 24.5925925926vw;
    right: 4.7407407407vw;
    width: 12.5925925926vw;
    height: 3.7037037037vw;
  }
}
@media (max-width: 959.9px) {
  .step__ttl a.google-play {
    bottom: 17.5rem;
    right: 3.375rem;
    width: 8.9375rem;
    height: 2.625rem;
  }
}