@charset "utf-8";
/* CSS Document */
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/* prettier-ignore */
#hotdrink_cp_2511 h1,h2,h3,h4,h5,p,figure {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#hotdrink_cp_2511 ul,li,dl,dt,dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#hotdrink_cp_2511 a:link,a:visited,a:hover,a:active,a:focus {
    text-decoration: none;
  }

#hotdrink_cp_2511 img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

#hotdrink_cp_2511 {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  color: #130402;
  box-sizing: border-box;
}

/*===== main-area ======*/
#hotdrink_cp_2511 main {
  width: 100%;
  height: auto;
  background: #e70013;
  padding: 0 0 2rem;
}
#hotdrink_cp_2511 .imgbox {
  position: relative;
  z-index: 3;
}

#hotdrink_cp_2511 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#hotdrink_cp_2511 .text-area {
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  background-color: #e70013;
  color: #313131;
}
#hotdrink_cp_2511 .date-area {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem;
  font-weight: 600;
}
#hotdrink_cp_2511 .date {
  display: grid;
  grid-template-columns: 2fr 6fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background: #fbfbfb;
  width: 80%;
  margin: 0 auto;
  border-radius: 1rem;
}
#hotdrink_cp_2511 .date > dt {
  background: #130402;
  padding: 1rem;
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  border-radius: 0.7rem 0 0 0.7rem;
  color: #fff;
  box-sizing: border-box;
  margin: -1px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hotdrink_cp_2511 .date > dd {
  color: #130402;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.6rem 0;
}
#hotdrink_cp_2511 dd span {
  background: #130402;
  color: #fff;
  border-radius: 50%;
  width: 0.9em;
  height: 0.9em;
  padding: 0.4rem;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.2rem;
  align-items: center;
}
#hotdrink_cp_2511 .date dd > dl div {
  display: flex;
}
#hotdrink_cp_2511 .date dd > dl div:first-of-type {
  margin: 0 0 0.4rem;
}
#hotdrink_cp_2511 .ttl_h2 {
  width: 20%;
}

/*===== item-area ======*/
#hotdrink_cp_2511 .item-area {
  width: min(95%, 1200px);
  margin: 0 auto;
}
#hotdrink_cp_2511 .item-area .item-wrap {
  width: 100%;
  margin: 0 auto;
  border: 5px solid #130402;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
}

#hotdrink_cp_2511 .item-area .items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 0 2rem;
}

#hotdrink_cp_2511 .item-area .item-grp {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  gap: 1rem;
  background: #eee;
  padding: 1.5rem;
  border-radius: 2rem;
  border: 4px dashed #130402;
}

#hotdrink_cp_2511 .item-area .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

#hotdrink_cp_2511 .item-area .item-grp .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  gap: 0.2rem;
}

#hotdrink_cp_2511 .text .sub li {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: end;
}
#hotdrink_cp_2511 .text .sub.kirin li {
  grid-template-columns: 1fr;
}
#hotdrink_cp_2511 .text div {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 0.5rem;
}
#hotdrink_cp_2511 .item-area .sub.ito li {
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}

#hotdrink_cp_2511 .item-area .sub.ito {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
#hotdrink_cp_2511 .item-area .subname::before {
  content: '●';
  position: absolute;
  left: -1.2rem;
}

#hotdrink_cp_2511 .pic {
  position: relative;
  box-sizing: border-box;
}

#hotdrink_cp_2511 .repeat-area {
  margin: 2rem auto 0;
  box-sizing: border-box;
  filter: drop-shadow(0 5px 0 #130402);
}
#hotdrink_cp_2511 .repeat-area .inner {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem 4.5rem;
  background: #fef100;
  clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotdrink_cp_2511 .repeat-area .inner .repeat {
  background: #0077b8;
  padding: 1rem 2rem;
  width: 26%;
  border-radius: 50px;
  position: relative;
}
#hotdrink_cp_2511 .repeat-area .inner .repeat::after {
  content: '';
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #0077b8;
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 35px;
}
#hotdrink_cp_2511 .repeat-area .inner .one {
  font-size: 3.5rem;
  font-weight: 800;
  padding: 0 1.5rem;
}
#hotdrink_cp_2511 .repeat-area .inner .one span {
  font-size: 2rem;
  margin: 0 -1rem 0 0;
}
#hotdrink_cp_2511 .get-area {
  padding: 2rem;
}

#hotdrink_cp_2511 .get-area .get-drink {
  border: 4px dashed #130402;
  background: #eee;
  border-radius: 1rem;
  padding: 1rem;
  margin: -1rem 0 0;
  position: relative;
  z-index: 3;
}

/*===== animation-area ======*/
#hotdrink_cp_2511 .pic img {
  will-change: filter;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.3));
}
#hotdrink_cp_2511 .c-pic-item {
  position: relative;
  z-index: -1;
}
/*================ text ==============*/

#hotdrink_cp_2511 .date-area {
  font-size: clamp(1rem, 2.5vw, 1.6rem);
}
#hotdrink_cp_2511 .date-area dd span {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
}
#hotdrink_cp_2511 .item-area .date {
  text-align: center;
  background: #130402;
  border-radius: 6px;
  padding: 2px 8px;
  box-sizing: border-box;
  width: clamp(145px, 15vw, 150px);
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  color: #fff;
}
#hotdrink_cp_2511 .item-area .maker {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#hotdrink_cp_2511 .item-area .name {
  text-align: center;
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.3rem;
}
#hotdrink_cp_2511 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#hotdrink_cp_2511 .item-area .subname {
  text-align: left;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 1rem;
  position: relative;
}

#hotdrink_cp_2511 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
#hotdrink_cp_2511 .item-area .subprice {
  text-align: left;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  font-weight: 600;
}
#hotdrink_cp_2511 .item-area .subprice span {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#hotdrink_cp_2511 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
}
#hotdrink_cp_2511 .item-area .txt {
  font-size: clamp(0.92rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#hotdrink_cp_2511 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}
#hotdrink_cp_2511 .ttl_h2 {
  border: 4px solid #130402;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  position: relative;
  background: #fef100;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 1rem;
}
#hotdrink_cp_2511 .get-area .ttl_h2 {
  margin: -4rem auto 0;
}
#hotdrink_cp_2511 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  position: relative;
}

#hotdrink_cp_2511 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}
#hotdrink_cp_2511 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0.8rem 0 1rem;
}
#hotdrink_cp_2511 .kome {
  text-align: left;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #hotdrink_cp_2511 .pc-none {
    display: none;
  }

  /* div#contents {
    background: #cf000e;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  } */

  /* [id^="group"] {
    scroll-margin-top: 95px;
  } */
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  /*===== common ======*/
  #hotdrink_cp_2511 .sp-none {
    display: none;
  }
  #hotdrink_cp_2511 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #313131;
    box-sizing: border-box;
  }

  /* [id^="group"] {
    scroll-margin-top: 54px;
  } */

  #hotdrink_cp_2511 .text-area {
    padding: 1rem;
  }
  #hotdrink_cp_2511 .date-area {
    text-align: center;
    margin: 0;
    width: 100%;
    font-weight: 600;
  }
  #hotdrink_cp_2511 .date {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
    background: #fbfbfb;
    margin: 0 auto;
    border-radius: 1rem;
  }
  #hotdrink_cp_2511 .date > dt {
    background: #130402;
    padding: 0.5rem 1rem 0.7rem;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    width: 100%;
    margin: -1px 0 0;
    border-radius: 0.8rem 0.8rem 0 0;
    box-sizing: border-box;
  }
  #hotdrink_cp_2511 .date > dd {
    color: #130402;
    padding: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  #hotdrink_cp_2511 dd span {
    background: #130402;
    color: #fff;
    border-radius: 50%;
    padding: 0.4rem;
    width: 0.7em;
    height: 0.7em;
    line-height: 0.2em;
  }
  #hotdrink_cp_2511 .ttl_h2 {
    border: 3px solid #130402;
    width: 50%;
    margin: 1rem auto;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }

  /*===== item-area ======*/
  #hotdrink_cp_2511 .item-area {
    width: 94%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #hotdrink_cp_2511 .item-area .item-wrap {
    border: 3px solid #130402;
    border-radius: 1rem;
  }

  #hotdrink_cp_2511 .item-area .items {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
  }
  #hotdrink_cp_2511 .item-area .item-grp {
    padding: 1rem;
    border-radius: 1rem;
    border: 3px dashed #130402;
  }
  #hotdrink_cp_2511 .text .sub li {
    grid-template-columns: 1fr;
  }
  #hotdrink_cp_2511 .text .sub li:not(:last-child) {
    margin: 0 0 0.5rem;
  }
  #hotdrink_cp_2511 .text .sub.ito li {
    margin: 0;
  }
  #hotdrink_cp_2511 .text .sub.kirin li {
    margin: 0 0 0 1rem;
  }
  #hotdrink_cp_2511 .text .sub.ito .subname {
    margin: 0 0 0 1rem;
  }

  #hotdrink_cp_2511 .item-area .sub.ito .subprice span {
    display: block;
  }
  #hotdrink_cp_2511 .item-area .subprice {
    font-feature-settings: 'palt' 1;
  }
  #hotdrink_cp_2511 .item-area li .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  /* #hotdrink_cp_2511 .item-area .sub.ito {
    gap: 0.5rem;
  } */
  #hotdrink_cp_2511 .kome {
    font-size: 0.8rem;
  }
  #hotdrink_cp_2511 .repeat-area {
    filter: drop-shadow(0 3px 0 #130402);
    will-change: filter;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat {
    padding: 0.5rem 2rem;
    width: 60%;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat::after {
    width: 30px;
    height: 25px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 80%;
    right: 0;
    left: 0;
    margin: auto;
    transform: none;
    z-index: -1;
  }

  #hotdrink_cp_2511 .repeat-area .inner {
    flex-direction: column;
    padding: 1rem;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
  #hotdrink_cp_2511 .repeat-area .inner .one span {
    font-size: 1.2rem;
    margin: 0 -0.5rem 0 0;
  }
  #hotdrink_cp_2511 .repeat-area .inner .one {
    font-size: 2rem;
    padding: 1rem;
  }

  #hotdrink_cp_2511 .get-area {
    padding: 1.5rem 1rem 1rem;
  }
  #hotdrink_cp_2511 .get-area .get-drink {
    margin: 0;
    border: 3px dashed #130402;
    padding: 0.5rem;
  }
  #hotdrink_cp_2511 .get-area .ttl_h2 {
    margin: -1.2rem auto 0.5rem;
  }

  .others {
    padding: 0 0.8rem;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #hotdrink_cp_2511 .tb-none {
    display: none;
  }
  #hotdrink_cp_2511 .date {
    width: 90%;
  }
  #hotdrink_cp_2511 .text .sub li {
    grid-template-columns: 1fr;
  }
  #hotdrink_cp_2511 .item-area .sub.ito .subprice span {
    display: block;
  }
  #hotdrink_cp_2511 .item-area .items {
    padding: 0 1.5rem;
    gap: 1rem;
  }
  #hotdrink_cp_2511 .item-area .item-grp {
    padding: 1rem;
    border-radius: 1.5rem;
  }
  #hotdrink_cp_2511 .kome {
    font-size: 0.9rem;
  }
  #hotdrink_cp_2511 .item-area .subprice {
    font-feature-settings: 'palt' 1;
  }
  #hotdrink_cp_2511 .item-area .sub.ito {
    gap: 0.3rem;
  }
  #hotdrink_cp_2511 .repeat-area .inner .one {
    font-size: 3rem;
    padding: 0 0 0 1.5rem;
  }
  #hotdrink_cp_2511 .repeat-area .inner .one span {
    font-size: 1.5rem;
    margin: 0 -0.5rem 0 0;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat {
    width: 30%;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat::after {
    right: -11%;
  }
  #hotdrink_cp_2511 .ttl_h2 {
    width: 30%;
    padding: 0.5rem;
  }
  #hotdrink_cp_2511 .get-area .ttl_h2 {
    margin: -2.2rem auto 0;
    padding: 0.5rem;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #hotdrink_cp_2511 .tb-none {
    display: none;
  }
  #hotdrink_cp_2511 .date {
    width: 100%;
  }
  #hotdrink_cp_2511 .text .sub li {
    grid-template-columns: 1fr;
  }
  #hotdrink_cp_2511 .item-area .sub.ito .subprice span {
    display: block;
  }
  #hotdrink_cp_2511 .item-area .items {
    padding: 0 1.5rem;
    gap: 1rem;
  }
  #hotdrink_cp_2511 .item-area .item-grp {
    padding: 1rem;
    border-radius: 1.5rem;
  }
  #hotdrink_cp_2511 .kome {
    font-size: 0.9rem;
  }
  #hotdrink_cp_2511 .item-area .subprice {
    font-feature-settings: 'palt' 1;
  }
  #hotdrink_cp_2511 .item-area .sub.ito {
    gap: 0.3rem;
  }
  #hotdrink_cp_2511 .repeat-area .inner .one {
    font-size: 3rem;
    padding: 0 0 0 1.5rem;
  }
  #hotdrink_cp_2511 .repeat-area .inner .one span {
    font-size: 1.5rem;
    margin: 0 -0.5rem 0 0;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat {
    width: 30%;
  }
  #hotdrink_cp_2511 .repeat-area .inner .repeat::after {
    right: -11%;
  }
  #hotdrink_cp_2511 .ttl_h2 {
    width: 30%;
    padding: 0.5rem;
  }
  #hotdrink_cp_2511 .get-area .ttl_h2 {
    margin: -2.2rem auto 0;
    padding: 0.5rem;
  }
}
