@charset "utf-8";
/* CSS Document */

/*===============================================
736px以下
===============================================*/
#anc01 {
  margin-top: -54px;
  padding-top: 54px;
}
#cola-chicken_cp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

#cola-chicken_cp img {
  width: 100%;
}

/*---------------- kv ----------------*/
.kv {
  position: relative;
}

.kv span {
  display: block;
}

.c-mv-ttl01 {
  width: 38%;
  position: absolute;
  left: 1%;
  top: 20%;
}

.js-kv01 .kv01 {
  display: block; 
}

/*---------------- date ----------------*/
.date {
  width: 90%;
  margin: 0 auto;
  padding: .5rem 0;
  font-weight: 600;
}

.date dl {
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem;
  display: flex;
}

.date dl dt {
  display: inline-block;
  color: #fff;
  background-color: #313131;
  border-radius: .3rem;
  padding: .2rem .4rem;
  margin-right: .5rem;
  font-size: clamp(.75rem, 2vw, 1.5rem);
}

.date dl dd {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

/*---------------- taisyo ----------------*/
.red_area {
  padding: 2rem 0 3rem;
  background-color: #d7000f;
  position: relative;
}

.taisyo {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: .7rem;
  position: relative;
}

.taisyo::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/content/dam/family/campaign/2510_cola-chicken_cp/plus.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.taisyo_item {
  border: 3px solid;
  border-radius: 1rem;
  padding: .5rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  align-items: center;
}

.taisyo_item .name {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
}

.name.taisho_cola {
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
}

.taisyo_img01 {
  width: 50%;
  margin: 0 auto;
}

.name02 {
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.3;
}

.set {
  margin: 3% 0;
  font-size: clamp(1.85rem, 6vw, 6rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.set span {
  font-size: clamp(4rem, 10vw, 10rem);
}

.anc {
  padding-left: 1rem;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}

.anc:after {
  position: absolute;
  content: '\e903';
  top: 23%;
  left: -7%;
  width: 12px;
  height: 12px;
  color: #313131;
  font-family: "icn_font";
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 0;
  transform: rotate(90deg);
}

a.anc:link {
  color: #313131;
}

/*---------------- item-area -----------------------*/
.item-area {
  padding: 2rem 0;
  margin: 0 auto;
  width: 90%;
  border: 3px solid;
  border-radius: 1rem;
  background-color: #fff;
}

.item-area h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.item-area h2 span {
  color: #fff;
  background-color: #313131;
  border-radius: 3rem;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  padding: .5rem 2rem;
}

.item {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.item li {
  background-color: #f7f6f6;
  padding: 1rem;
  box-sizing: border-box;
  width: calc((100% - 1rem) / 2);
  max-width: 100%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  
}

.item li:last-child {
  margin-bottom: 0;
}

.item li .name {
  font-size: clamp(0.875rem, 0.676rem + 0.53vw, 1.7rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .2rem;
}

.item li .name span {
  font-size: clamp(0.813rem, 0.813rem + 0.25vw, 1rem);
}

.item li .price {
  text-align: right;
  font-size: clamp(0.875rem, 0.776rem + 0.22vw, 0.938rem);
  padding: 0 0 10px;
  font-weight: bold;
}

.item li .txt {
  font-size: clamp(0.875rem, 0.776rem + 0.22vw, 0.938rem);
  text-align: left;
  line-height: 1.6;
}

.c-txt {
  padding: 1rem .5rem;
}

@media (max-width: 500px) {
  .item li {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .item li figure {
    flex: 0 0 auto;
    width: 40%;
  }

  .item li .c-txt {
    flex: 1;
    padding-left: 0.5rem;
  }
}



/*===============================================
737px以上
===============================================*/
@media screen and (min-width:737px) {
  #anc01 {
    margin-top: -95px;
    padding-top: 95px;
  }

  /*---------------- kv ----------------*/
  .c-mv-ttl01 {
    width: 35%;
    top: 5%;
  }

  /*---------------- date ----------------*/
  .date {
    padding: 1rem 0;
  }

  .date dl dt {
    padding: .2rem 1rem;
  }

  /*---------------- taisyo ----------------*/
  .taisyo {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
  }

  .taisyo::before {
    width: 3.5rem;
    height: 3.5rem;
  }

  .taisyo_item {
    border: 4px solid;
    padding: .5rem 1rem;
  }

  .taisyo_item .name {
    font-weight: 900;
  }

  .anc:after {
    top: 34%;
  }

  /*---------------- item-area -----------------------*/
  .item-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 4px solid;
  }

  .item li {
    width: calc((100% - 2rem) / 3);
  }
}