@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.sp 共通
===============================================*/
#creamy_rich_cp_2510 {
  max-width: 1200px;
  margin: 0 auto;
}
#creamy_rich_cp_2510 img {
  width: 100%;
  height: auto;
}
#creamy_rich_cp_2510 .kv {
  position: relative;
}
#creamy_rich_cp_2510 .kv .kv_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  will-change: transform;
}
#creamy_rich_cp_2510 .kv .kv_title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#creamy_rich_cp_2510 .kv .ttl01 {
  display: block;
  width: 17%;
  margin-right: .5rem;
}
#creamy_rich_cp_2510 .kv .ttl02 {
  display: block;
  width: 12%;
  padding-bottom: 1.2rem;
}
#creamy_rich_cp_2510 .kv .ttl03 {
  display: block;
  width: 29%;
  margin-right: 1rem;
  margin-left: .5rem;
}
#creamy_rich_cp_2510 .kv .ttl04 {
  width: 5.5%;
}
#creamy_rich_cp_2510 .bg {
  background-color: #b50825;
  padding-bottom: 5rem;
}
#creamy_rich_cp_2510 .lead_block {
  padding-top: 2rem;
  margin-bottom: 2.5rem;
}
#creamy_rich_cp_2510 .lead_logo {
  width: 7%;
  margin: 0 auto 1.5rem;
}
#creamy_rich_cp_2510 .tit_text {
  color: #fff;
  font-size: clamp(1.5rem, 0.873rem + 1.64vw, 2.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: .8rem;
  filter: drop-shadow(2px 4px 6px #53030a);
}
#creamy_rich_cp_2510 .lead_text {
  color: #fff;
  font-size: .9rem;
  text-align: center;
}
#creamy_rich_cp_2510 .lead_note {
  color: #fff;
  font-size: .9rem;
  text-align: center;
  margin-top: .3rem;
}
#creamy_rich_cp_2510 .title {
  text-align: center;
  margin-bottom: 2rem;
}
#creamy_rich_cp_2510 .title span {
  background-color: #fff;
  padding: .3rem 4rem .5rem;
  border-radius: 5rem;
  color: #b50825;
  font-weight: 600;
  font-size: clamp(1.6rem, 0.873rem + 1.64vw, 2.1rem);
}
#creamy_rich_cp_2510 .item_block {
  width: 86%;
  margin: 0 auto 5rem;
}
#creamy_rich_cp_2510 .item_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
#creamy_rich_cp_2510 .item_list li {
  display: flex;
  flex-direction: column;
}
#creamy_rich_cp_2510 .item_img {
  position: relative;
}
#creamy_rich_cp_2510 .item_bg01 {
  background-image: url("../images/haikei01.png");
}
#creamy_rich_cp_2510 .item_bg02 {
  background-image: url("../images/haikei02.png");
  background-position: center;
}
/*===== animation-area ======*/
.steam-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@keyframes steam-move-01 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    opacity: 0.9;
  }
  33% {
    transform: scale(0.9, 1) rotateY(30deg);
    opacity: 0.6;
  }
  66% {
    transform: scale(1, 0.8) rotateY(4deg);
  }
  100% {
    filter: blur(18px);
    transform: scale(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-02 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    opacity: 0.7;
  }
  33% {
    transform: scale(0.9, 1) rotateY(20deg);
    opacity: 0.4;
  }
  66% {
    transform: scale(1, 0.8) rotateY(10deg);
  }
  100% {
    filter: blur(18px);
    transform: scale(1.5, 1.1) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-03 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    opacity: 0.7;
  }
  33% {
    transform: scale(0.9, 1) rotateY(20deg);
    opacity: 0.4;
  }
  66% {
    transform: scale(1, 0.8) rotateY(10deg);
  }
  100% {
    filter: blur(18px);
    transform: scale(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
.c-steam01, .c-steam02, .c-steam03 {
  position: absolute;
}
.item_img item_bg01 {
 position: relative;
}
#creamy_rich_cp_2510 .item_text {
  background-color: #fff;
  display: flex;
  padding: 1rem;
  flex-grow: 1;
  flex-direction: column;
  gap: .4rem;
}
#creamy_rich_cp_2510 .item_text_fukidashi {
  width: 35%;
  position: absolute;
  top: 65%;
  left: .5rem;
}
#creamy_rich_cp_2510 .item_text_name {
  font-weight: 600;
  text-align: left;
  font-size: 1.6rem;
  background-color: #b50825;
  color: #fff;
  padding: .3rem 0 .5rem 1rem;
  margin-bottom: .6rem;
}
#creamy_rich_cp_2510 .item_text_name span {
  font-size: 1rem;
}
#creamy_rich_cp_2510 .item_date span {
  font-size: .9rem;
  border: 1px solid #b50825;
  padding: .3rem .5rem;
}
#creamy_rich_cp_2510 .item_price {
  font-size: 1.2rem;
  font-weight: 600;
  margin: .4rem 0 0 .2rem;
}
#creamy_rich_cp_2510 .item_area {
  font-size: .9rem;
}
#creamy_rich_cp_2510 .item_text_text {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  border-top: 1px dotted #535353;
  padding-top: .5rem;
}
#creamy_rich_cp_2510 .campaign_area {
  background-color: #fff;
  padding: 1.5rem;
}
.comment {
  background-color: #fff;
  padding: 1rem 2rem;
  outline: 3px dashed #b50825;
  outline-offset: -.5rem;
}
.comment .hanyo02_tit {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.comment dl {
  margin-bottom: .5rem;
}
.comment dl dt {
  font-weight: 500;
}
.comment dl dt::before {
  content: '■';
}
.campaign {
  width: 86%;
  margin: 0 auto;
}
.campaign dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 1fr;
}
.campaign dl dt {
  font-weight: 500;
  margin-right: .5rem;
}
.campaign dl dt::before {
  content: '■';
}
/*===============================================




●PC  画面の横幅が736pxまで




===============================================*/
@media screen and (min-width: 735px) {
  .c-steam01 {
    top: 1%;
    left: 25%;
    -webkit-animation: steam-move-01 20s infinite linear;
    animation: steam-move-01 20s infinite linear;
  }
  .c-steam02 {
    top: 3%;
    left: 2%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .c-steam03 {
    top: 5%;
    right: -2%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  #creamy_rich_cp_2510 .c-steam01 img, #creamy_rich_cp_2510 .c-steam02 img, #creamy_rich_cp_2510 .c-steam03 img {
    width: 300px;
    height: 200px;
  }
}
/*===============================================




●SP  画面の横幅が736pxまで




===============================================*/
@media screen and (max-width:736px) {
  #creamy_rich_cp_2510 .kv .kv_title {
    width: 90%;
    top: -3%;
  }
  #creamy_rich_cp_2510 .kv .ttl01 {
    width: 33%;
    margin-right: .1rem;
  }
  #creamy_rich_cp_2510 .kv .ttl02 {
    width: 24%;
    margin-right: .2rem;
  }
  #creamy_rich_cp_2510 .kv .ttl03 {
    width: 58%;
    margin-right: .5rem;
    margin-left: 0;
  }
  #creamy_rich_cp_2510 .kv .ttl04 {
    width: 13.5%;
  }
  #creamy_rich_cp_2510 .lead_logo {
    width: 13%;
    margin: 0 auto .5rem;
  }
  #creamy_rich_cp_2510 .lead_text {
    text-align: left;
  }
  #creamy_rich_cp_2510 .lead_note {
    text-align: left;
  }
  #creamy_rich_cp_2510 .lead_block {
    padding: 1rem;
    margin: 0 auto 1rem;
    width: 90%;
  }
  #creamy_rich_cp_2510 .title span {
    padding: .3rem 2rem .5rem;
    font-size: clamp(1.3rem, 0.873rem + 1.64vw, 2.1rem);
  }
  #creamy_rich_cp_2510 .item_block {
    width: 90%;
    margin: 0 auto 5rem;
  }
  #creamy_rich_cp_2510 .item_text_fukidashi {
    width: 37%;
    top: 65%;
    left: .3rem;
  }
  #creamy_rich_cp_2510 .item_text_name {
    font-size: 1.2rem;
    line-height: 1.1em;
  }
  #creamy_rich_cp_2510 .item_text_name span {
    display: block;
  }
  #creamy_rich_cp_2510 .item_price {
    font-size: 1rem;
  }
  .campaign {
    width: 90%;
  }
  #creamy_rich_cp_2510 .campaign_area {
    padding: 1rem;
  }
  .c-steam01 {
    top: -5%;
    left: 25%;
    -webkit-animation: steam-move-01 20s infinite linear;
    animation: steam-move-01 20s infinite linear;
  }
  .c-steam02 {
    top: -3%;
    left: 67%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .c-steam03 {
    top: -2%;
    right: 13%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  #creamy_rich_cp_2510 .c-steam01 img, #creamy_rich_cp_2510 .c-steam02 img, #creamy_rich_cp_2510 .c-steam03 img {
    width: 65%;
  }
  .comment .hanyo02_tit {
    font-size: 1rem;
  }
  .campaign dl {
    display: block;
    margin-bottom: .3rem;
  }
}
/*------------------------------------------------------------

タブレット

------------------------------------------------------------*/
@media screen and (min-width:738px) and (max-width:1080px) {
  #creamy_rich_cp_2510 .kv .kv_title {
    width: 95%;
  }
  #creamy_rich_cp_2510 .kv .ttl01 {
    width: 20%;
  }
  #creamy_rich_cp_2510 .kv .ttl02 {
    width: 14%;
  }
  #creamy_rich_cp_2510 .kv .ttl03 {
    width: 39%;
  }
}