@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
.pacifico {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.card__wrap {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  width: 100%;
}

.sec__ttl {
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  .sec__ttl {
    margin-bottom: 24px;
  }
}

.sec__ttl_wrap {
  text-align: center;
  display: grid;
  background-image: url(/kakitanekitchen/15th-anniv/img/sec__ttl_wrap_bg.png);
  background-repeat: no-repeat;
  background-position: center 80%;
}
.sec__ttl_wrap .en {
  font-size: 5.4rem;
  font-family: "ta-oonishi", sans-serif;
  line-height: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 961px) {
  .sec__ttl_wrap .en {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
}
.sec__ttl_wrap .jp {
  font-family: "ta-oonishi", sans-serif;
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 961px) {
  .sec__ttl_wrap .jp {
    font-size: 1.6rem;
  }
}

.sec__lead {
  background-image: url(/kakitanekitchen/15th-anniv/img/sec__lead_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  line-height: 6.9rem;
}
@media screen and (max-width: 961px) {
  .sec__lead {
    font-size: 1.6rem;
    line-height: 4.7rem;
    background-size: contain;
  }
}

@media screen and (min-width: 960px) {
  .btn_buy {
    width: 320px;
  }
}
.btn_buy a {
  color: #7a6f65;
  background-color: #fbd74f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 15px 15px 25px;
  border-radius: 2px;
}
@media screen and (min-width: 960px) {
  .btn_buy a {
    font-size: 1.6rem;
    border-radius: 4px;
  }
}
.btn_buy a::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/kakitanekitchen/libs-v2/img/common/icon-onlineshop-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.btn_buy a::after {
  content: "";
  width: 29px;
  height: 7px;
  background-image: url(/kakitanekitchen/libs-v2/img/common/mark-arrow1-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* =============================================
 ###　NAV
============================================= */
.card__nav {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 961px) {
  .card__nav {
    margin-bottom: 40px;
  }
}
.card__nav .card__nav_list {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  background-image: url(/kakitanekitchen/15th-anniv/img/line_dotted.png);
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list {
    grid-template-columns: 1fr;
    background: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.card__nav .card__nav_list .card__nav_item {
  background-image: url(/kakitanekitchen/15th-anniv/img/line_dotted.png);
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list .card__nav_item {
    background-image: url(/kakitanekitchen/15th-anniv/img/line_dotted_btm.png);
    background-position: left bottom;
    padding-bottom: 10px;
    background-size: 100%;
    background-repeat: repeat-x;
  }
}
.card__nav .card__nav_list a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: space-between; /* ← 縦均等 */
  height: 100%;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list a {
    gap: 5px;
    padding: 10px 0;
    height: auto;
  }
}
.card__nav .card__nav_list a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f49d3a;
  border-left: 2px solid #f49d3a;
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
}
.card__nav .card__nav_list span.pacifico {
  display: block;
  color: #fbd74f;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list span.pacifico {
    font-size: 1.5rem;
  }
}
.card__nav .card__nav_list .tx_s {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 961px) {
  .card__nav .card__nav_list .tx_s {
    display: inline-block;
  }
}

/* =============================================
 ###INFO
============================================= */
.card__info {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 961px) {
  .card__info {
    overflow: hidden;
  }
}
.card__info::before {
  content: "";
  aspect-ratio: 310/498;
  width: 20.6666666667%;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__info_bg1.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media screen and (max-width: 961px) {
  .card__info::before {
    width: 150px;
    background-size: contain;
    top: 80px;
    left: -80px;
  }
}
.card__info::after {
  content: "";
  aspect-ratio: 210/419;
  width: 14%;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__info_bg2.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 5%;
}

.card__info_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card__info_ttl {
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 961px) {
  .card__info_ttl {
    width: 86.4%;
    margin-bottom: 35px;
    margin-left: -1.2%;
  }
}

.card__info_lead {
  font-family: "ta-oonishi", sans-serif;
  font-size: 5rem;
  background-image: url(/kakitanekitchen/15th-anniv/img/info_lead_deco.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 27px;
}
@media screen and (max-width: 961px) {
  .card__info_lead {
    font-size: 2.4rem;
    background-size: 68%;
    padding-bottom: 15px;
  }
}

.card__info_text {
  margin-bottom: 50px;
  line-height: 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 961px) {
  .card__info_text {
    font-size: 1.5rem;
  }
}

.card__info_bnr {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 961px) {
  .card__info_bnr {
    width: 90%;
  }
}

.card__info_image1 {
  position: absolute;
  top: 10%;
  right: -10px;
}
@media screen and (max-width: 961px) {
  .card__info_image1 {
    width: 100px;
  }
}

.card__info_image2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 961px) {
  .card__info_image2 {
    width: 86px;
    top: auto;
    bottom: -5%;
    z-index: 5;
  }
}

/* =============================================
 ###PRODUCT
============================================= */
.card__products {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__products_bg.png);
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 961px) {
  .card__products {
    padding-top: 35px;
    padding-bottom: 50px;
    background-size: 230%;
  }
}
.card__products::before {
  content: "";
  aspect-ratio: 1454/18;
  width: 100%;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__products_line.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 961px) {
  .card__products::before {
    top: -5px;
  }
}
.card__products .sec__ttl {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__products_ttl_bg.png);
  padding-top: 130px;
}
@media screen and (max-width: 961px) {
  .card__products .sec__ttl {
    background-image: url(/kakitanekitchen/15th-anniv/img/card__products_ttl_bg_sp.png);
    background-size: 288px auto;
    padding-top: 100px;
  }
}
.card__products .sec__lead {
  margin-bottom: 110px;
}
@media screen and (max-width: 961px) {
  .card__products .sec__lead {
    margin-bottom: 55px;
  }
}

.card__products_wrap {
  background-color: #fff;
  border-radius: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 961px) {
  .card__products_wrap {
    border-radius: 32px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.card__products_product {
  position: relative;
  padding: 56px 0 0 90px;
}
@media screen and (max-width: 961px) {
  .card__products_product {
    padding: 20px 0 15px;
  }
}
.card__products_product .txBlock {
  width: 500px;
  min-height: 280px;
  background-image: url(/kakitanekitchen/15th-anniv/img/products_bg.png);
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  padding: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-image: url(/kakitanekitchen/15th-anniv/img/card__products_bg_sp.png);
    background-size: 100%;
  }
}
.card__products_product .txBlock .product_seal {
  position: absolute;
  top: -80px;
  right: 70px;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_seal {
    width: 108px;
    right: 30px;
    top: 20px;
  }
}
.card__products_product .txBlock .product_img {
  display: none;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_img {
    display: block;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.card__products_product .txBlock .product_name {
  display: grid;
  margin-bottom: 33px;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_name {
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
}
.card__products_product .txBlock .product_name_sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_name_sub {
    font-size: 1.4rem;
  }
}
.card__products_product .txBlock .product_name_main {
  font-size: 3rem;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_name_main {
    font-size: 2rem;
  }
}
.card__products_product .txBlock .product_price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_price {
    justify-content: center;
  }
}
.card__products_product .txBlock .product_price_main {
  font-size: 2.2rem;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_price_main {
    font-size: 1.4rem;
  }
}
.card__products_product .txBlock .product_price_sub,
.card__products_product .txBlock .product_price_capacity {
  font-size: 1.6rem;
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_price_sub,
  .card__products_product .txBlock .product_price_capacity {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 961px) {
  .card__products_product .txBlock .product_price_capacity {
    width: 100%;
    text-align: center;
  }
}
.card__products_product .image {
  width: 548px;
  position: absolute;
  top: -58px;
  right: 35px;
}
@media screen and (max-width: 961px) {
  .card__products_product .image {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}

/* =============================================
 ## card__products_info 罫線
============================================= */
.card__products_info {
  position: relative;
  border-radius: 48px;
  background: #fff;
  padding: 40px 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .card__products_info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    padding: 20px 0;
  }
}

/* SVGを完全フィット */
.card__products_info_border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* rectを親サイズに合わせる */
.card__products_info_border-rect {
  x: 1;
  y: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  fill: none;
  stroke: #f49d3a;
  stroke-width: 2;
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  rx: 48;
  ry: 48;
}
@media screen and (max-width: 961px) {
  .card__products_info_border-rect {
    rx: 24;
    ry: 24;
    stroke-dasharray: 1 4;
    stroke-width: 1;
  }
}

.card__products_info_inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 961px) {
  .card__products_info_inner {
    padding: 0 10px;
  }
}
.card__products_info_inner .btn_buy {
  margin-left: auto;
  margin-right: auto;
}

.card__products_info_lead {
  text-align: center;
  font-family: "ta-oonishi", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 961px) {
  .card__products_info_lead {
    font-size: 1.7rem;
    letter-spacing: -0.08em;
  }
}
.card__products_info_lead::after {
  content: "";
  aspect-ratio: 654/10;
  width: 700px;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__products_info_lead_line.png);
  background-size: contain;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 961px) {
  .card__products_info_lead::after {
    width: 100%;
  }
}

.card__products_info_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 961px) {
  .card__products_info_text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.card__products_info_img1 {
  position: absolute;
  top: -20px;
  left: -50px;
}
@media screen and (max-width: 961px) {
  .card__products_info_img1 {
    display: none;
  }
}

.card__products_info_img2 {
  position: absolute;
  bottom: -30px;
  right: -50px;
}
@media screen and (max-width: 961px) {
  .card__products_info_img2 {
    display: none;
  }
}

/* =============================================
 ###campaign
============================================= */
.card__campaign {
  background-color: #fdd64f;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_bg.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
@media screen and (max-width: 961px) {
  .card__campaign {
    padding-top: 30px;
    background-size: 120%;
    padding-bottom: 40px;
  }
}
.card__campaign::before {
  content: "";
  background-image: url(/kakitanekitchen/15th-anniv/img/wave_upper.png);
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 961px) {
  .card__campaign::before {
    background-size: 41px 20px;
    background-repeat: repeat-x;
    top: -20px;
    height: 20px;
  }
}
.card__campaign::after {
  content: "";
  background-image: url(/kakitanekitchen/15th-anniv/img/wave_lower.png);
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 961px) {
  .card__campaign::after {
    background-size: 41px 20px;
    background-repeat: repeat-x;
    bottom: -20px;
    height: 20px;
  }
}
.card__campaign .sec__ttl {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_ttl_bg.png);
  padding-top: 130px;
}
@media screen and (max-width: 961px) {
  .card__campaign .sec__ttl {
    background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_ttl_bg_sp.png);
    background-size: 288px auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
}
.card__campaign .sec__lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  .card__campaign .sec__lead {
    margin-bottom: 20px;
  }
}
.card__campaign .card__campaign_text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.card__campaign_lead_wrap {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_lead_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  min-height: 239px;
  box-sizing: border-box;
  padding-top: 35px;
  margin-top: -40px;
}
@media screen and (max-width: 961px) {
  .card__campaign_lead_wrap {
    background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_lead_bg_sp.png);
    background-size: 149.0666666667%;
    background-position: center 0;
    padding-top: 0;
    margin-top: 0;
    min-height: auto;
  }
}

.card__campaign_list_wrap {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_list_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 961px) {
  .card__campaign_list_wrap {
    background-image: url(/kakitanekitchen/15th-anniv/img/card__campaign_list_bg_sp.png);
    background-size: 118.9333333333%;
    background-position: center -50px;
    padding-top: 0;
    margin-top: 0;
  }
}

.card__campaign_list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 961px) {
  .card__campaign_list {
    grid-template-columns: 1fr;
    width: 80%;
  }
}
.card__campaign_list .text {
  background-color: #fff;
  border-radius: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 10px;
}

/* =============================================
 ###HISTORY
============================================= */
.card__history {
  background-color: #fbf7f2;
  padding-top: 90px;
  padding-bottom: 300px;
}
@media screen and (max-width: 961px) {
  .card__history {
    padding-bottom: 100px;
  }
}
.card__history .sec__ttl {
  background-image: url(/kakitanekitchen/15th-anniv/img/card__products_ttl_bg.png);
  padding-top: 130px;
}
@media screen and (max-width: 961px) {
  .card__history .sec__ttl {
    background-image: url(/kakitanekitchen/15th-anniv/img/card__products_ttl_bg_sp.png);
    background-size: 288px auto;
    padding-top: 100px;
  }
}
.card__history .sec__lead {
  margin-bottom: 90px;
}
@media screen and (max-width: 961px) {
  .card__history .sec__lead {
    margin-bottom: 40px;
  }
}

.card__history_list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 90px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 961px) {
  .card__history_list {
    padding-left: 45px;
    padding-bottom: 0;
    gap: 50px;
    padding-top: 20px;
  }
}
.card__history_list::before {
  content: "";
  width: 1px;
  inset: 0;
  border-left: 1px solid #000;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 961px) {
  .card__history_list::before {
    left: 12px;
  }
}

.card__history_item {
  position: relative;
}
@media screen and (max-width: 961px) {
  .card__history_item {
    background-color: #f9f0e8;
    border-radius: 30px 0 0 30px;
    padding: 20px 32px;
    display: grid;
    gap: 15px;
  }
}
.card__history_item .card__history_item_1 {
  border-radius: 30px;
  max-width: 650px;
  width: 100%;
  background-color: #f9f0e8;
  padding: 40px 56px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 961px) {
  .card__history_item .card__history_item_1 {
    padding: 0;
    display: contents;
  }
}
.card__history_item .year {
  color: #f49d3a;
  font-size: 2.2rem;
  position: absolute;
  top: -50px;
  left: 250px;
}
@media screen and (max-width: 961px) {
  .card__history_item .year {
    top: -40px;
    left: 32px;
    font-size: 1.5rem;
  }
}
.card__history_item .year .pacifico {
  font-size: 6.4rem;
}
@media screen and (max-width: 961px) {
  .card__history_item .year .pacifico {
    font-size: 4.2rem;
  }
}
.card__history_item .ttl {
  background-color: #fff;
  font-size: 2.8rem;
  font-family: "ta-oonishi", sans-serif;
  padding: 5px 10px;
  margin-bottom: 30px;
  width: 370px;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  .card__history_item .ttl {
    width: 100%;
    order: 0;
    font-size: 1.8rem;
    margin-bottom: 0;
    position: relative;
  }
}
.card__history_item .text {
  width: 370px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 961px) {
  .card__history_item .text {
    width: 100%;
    order: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 961px) {
  .card__history_item .image {
    order: 0;
  }
}
.card__history_item .product_list {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 10px;
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 961px) {
  .card__history_item .product_list {
    order: 0;
    margin-top: 0;
    border-radius: 15px;
    padding-left: 40px;
  }
}
.card__history_item .product_list::before {
  content: "";
  aspect-ratio: 16/20;
  width: 16px;
  background-image: url(/kakitanekitchen/15th-anniv/img/icon1.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
}
.card__history_item .product_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px;
  max-width: 270px;
}
@media screen and (max-width: 961px) {
  .card__history_item .product_list ul li {
    font-size: 1.2rem;
  }
}
.card__history_item .product_list ul li:before {
  content: "・";
  color: #f49d3a;
}
.card__history_item .card__history_item_2 {
  width: 430px;
  position: absolute;
  top: -10px;
  right: 60px;
}
@media screen and (max-width: 961px) {
  .card__history_item .card__history_item_2 {
    padding: 0;
    display: contents;
  }
}
.card__history_item:nth-of-type(odd) .card__history_item_1 .ttl {
  position: relative;
}
.card__history_item:nth-of-type(odd) .card__history_item_1 .ttl::before {
  content: "";
  display: block;
  aspect-ratio: 117/12;
  width: 117px;
  background-image: url(/kakitanekitchen/15th-anniv/img/leader_line_r.png);
  position: absolute;
  top: 20px;
  right: -120px;
}
@media screen and (max-width: 961px) {
  .card__history_item:nth-of-type(odd) .card__history_item_1 .ttl::before {
    background-image: url(/kakitanekitchen/15th-anniv/img/leader_line_l_sp.png);
    aspect-ratio: 130/22;
    background-size: contain;
    width: 65px;
    left: -70px;
    top: 10px;
    right: auto;
  }
}
.card__history_item:nth-of-type(even) .card__history_item_1 {
  margin-left: auto;
}
.card__history_item:nth-of-type(even) .card__history_item_1 .ttl,
.card__history_item:nth-of-type(even) .card__history_item_1 .text {
  margin-left: auto;
}
.card__history_item:nth-of-type(even) .card__history_item_1 .ttl {
  position: relative;
}
.card__history_item:nth-of-type(even) .card__history_item_1 .ttl::before {
  content: "";
  display: block;
  aspect-ratio: 115/12;
  width: 115px;
  background-image: url(/kakitanekitchen/15th-anniv/img/leader_line_l.png);
  position: absolute;
  top: 20px;
  left: -120px;
}
@media screen and (max-width: 961px) {
  .card__history_item:nth-of-type(even) .card__history_item_1 .ttl::before {
    background-image: url(/kakitanekitchen/15th-anniv/img/leader_line_l_sp.png);
    aspect-ratio: 130/22;
    background-size: contain;
    width: 65px;
    left: -70px;
    top: 10px;
    right: auto;
  }
}
.card__history_item:nth-of-type(even) .card__history_item_2 {
  left: 60px;
  right: auto;
}
@media screen and (max-width: 961px) {
  .card__history_item:nth-of-type(even) .card__history_item_2 {
    left: inherit;
  }
}

.card__history_item_now {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .card__history_item_now {
    position: relative;
    bottom: inherit;
    left: inherit;
    transform: translateX(0);
    background-color: inherit;
    padding: 0 32px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    text-align: left;
  }
}
.card__history_item_now .img_15th {
  position: relative;
}
@media screen and (max-width: 961px) {
  .card__history_item_now .img_15th img {
    width: 84px;
  }
}
.card__history_item_now .img_15th::before {
  content: "";
  display: block;
}
@media screen and (max-width: 961px) {
  .card__history_item_now .img_15th::before {
    background-image: url(/kakitanekitchen/15th-anniv/img/leader_line_l_sp.png);
    aspect-ratio: 130/22;
    background-size: contain;
    width: 65px;
    left: -70px;
    top: 50%;
    right: auto;
    position: relative;
  }
}
.card__history_item_now .year {
  position: relative;
  top: auto;
  left: auto;
  margin-top: -20px;
}
@media screen and (max-width: 961px) {
  .card__history_item_now .year {
    order: -1;
    text-align: left;
    margin-top: 0;
  }
}

/* =============================================
 ###EPISODE
============================================= */
.card__episode {
  position: relative;
  padding-top: 55px;
}
.card__episode::before {
  content: "";
  background-image: url(/kakitanekitchen/15th-anniv/img/wave_upper2.png);
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 961px) {
  .card__episode::before {
    background-size: 41px 20px;
    background-repeat: repeat-x;
    height: 20px;
    top: -20px;
  }
}
.card__episode .card__episode_wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/kakitanekitchen/15th-anniv/img/card__episode_bg.png);
  background-size: 30px 30px;
  padding: 10px;
  border-radius: 30px;
}
@media screen and (max-width: 961px) {
  .card__episode .card__episode_wrap {
    width: 90%;
    padding: 6px;
  }
}
.card__episode .card__episode_inner {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 28px 0 50px;
}
@media screen and (max-width: 961px) {
  .card__episode .card__episode_inner {
    padding: 28px 10px 30px;
  }
}

.card__episode_ttl {
  position: relative;
  margin-bottom: 23px;
}
.card__episode_ttl::before {
  display: block;
  content: "";
  aspect-ratio: 140/60;
  width: 140px;
  background-image: url(/kakitanekitchen/15th-anniv/img/episode_flag.png);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.card__episode_text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 961px) {
  .card__episode_text {
    text-align: left;
    font-size: 1.4rem;
  }
}
.card__episode_text .tx_s {
  font-size: 1.4rem;
}
@media screen and (max-width: 961px) {
  .card__episode_text .tx_s {
    font-size: 1.2rem;
  }
}

.card__episode_text_2 {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
}
.card__episode_text_2 .text {
  text-align: center;
}
@media screen and (max-width: 961px) {
  .card__episode_text_2 {
    font-size: 1.4rem;
  }
}
.card__episode_text_2::before {
  content: "";
  aspect-ratio: 32/13;
  width: 32px;
  background-image: url(/kakitanekitchen/15th-anniv/img/arrow1_l.png);
}
.card__episode_text_2::after {
  content: "";
  aspect-ratio: 32/13;
  width: 32px;
  background-image: url(/kakitanekitchen/15th-anniv/img/arrow1_r.png);
}
.card__episode_text_2 a {
  color: #f49d3a;
  text-decoration: underline;
}

.card__episode_campaign {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 30px 80px;
  box-sizing: border-box;
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 961px) {
  .card__episode_campaign {
    padding: 0;
    width: 100%;
    padding: 20px 10px;
    gap: 20px;
  }
}
.card__episode_campaign .list {
  display: grid;
  gap: 10px;
  text-align: left;
}
.card__episode_campaign .list .item {
  background-color: #fff;
  border-radius: 100px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 10px 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 961px) {
  .card__episode_campaign .list .item {
    grid-template-columns: 1fr;
    border-radius: 20px;
    text-align: center;
    font-size: 1.4rem;
  }
}
.card__episode_campaign .list .item .item_ttl {
  font-weight: 600;
}
.card__episode_campaign .list .item .tx_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 961px) {
  .card__episode_campaign .list .item .tx_s {
    font-size: 1.2rem;
  }
}
.card__episode_campaign .column {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 10px 30px;
  font-size: 1.5rem;
  line-height: 2em;
}
@media screen and (max-width: 961px) {
  .card__episode_campaign .column {
    font-size: 1.4rem;
    border-radius: 20px;
  }
}

.card__episode_campaign_ttl {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
}
@media screen and (max-width: 961px) {
  .card__episode_campaign_ttl {
    font-size: 1.6rem;
  }
}
.card__episode_campaign_ttl::before, .card__episode_campaign_ttl::after {
  content: "";
  aspect-ratio: 16/20;
  width: 16px;
  background-image: url(/kakitanekitchen/15th-anniv/img/icon1.png);
}/*# sourceMappingURL=15th-anniv.css.map */