@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.sp 共通
===============================================*/
#delicious-noodle_cp_2510 {
  max-width: 1200px;
  margin: 0 auto;
}
#delicious-noodle_cp_2510 img {
  width: 100%;
  height: auto;
}
#delicious-noodle_cp_2510 .kv {
  position: relative;
  background-color: #ffcc00;
}
#delicious-noodle_cp_2510 .kv .ttl01 {
  position: absolute;
  will-change: transform;
  filter: drop-shadow(3px 3px 3px #313131);
}
#delicious-noodle_cp_2510 .kv .ttl02 {
  position: absolute;
  will-change: transform;
}
#delicious-noodle_cp_2510 .lead_block {
  padding: 2rem 1rem;
  background-color: #9d180c;
  color: #fff;
}
#delicious-noodle_cp_2510 .lead_block_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#delicious-noodle_cp_2510 .lead_logo {
  width: 8%;
  margin: 0 auto 1rem;
}
.lead_note {
  margin-top: .3rem;
  font-size: .9rem;
}
#delicious-noodle_cp_2510 .tit_text {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.3rem, 0.873rem + 1.64vw, 2.1rem);
  font-weight: 600;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  filter: drop-shadow(3px 3px 3px #313131);
}
/*----------------------------- main -----------------------------*/
#delicious-noodle_cp_2510 .ramen {
  padding-bottom: 1rem;
}
#delicious-noodle_cp_2510 .title {
  text-align: center;
}
#delicious-noodle_cp_2510 .title span {
  width: 30%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1rem, 0.709rem + 1.45vw, 1.8rem);
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  filter: drop-shadow(3px 3px 3px #313131);
}
#delicious-noodle_cp_2510 .title span::before, #delicious-noodle_cp_2510 .title span::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
#delicious-noodle_cp_2510 .title span::before {
  margin-right: 1rem;
}
#delicious-noodle_cp_2510 .title span::after {
  margin-left: 1rem;
}
/*----------------------------- item -----------------------------*/
#delicious-noodle_cp_2510 .item_list {
  width: 91%;
  margin: 0 auto 2rem;
}
#delicious-noodle_cp_2510 .item_list li:last-child {
  margin-bottom: 0;
}
#delicious-noodle_cp_2510 .item_img {
  position: relative;
}
#delicious-noodle_cp_2510 .item_text {
  padding: 1.5rem;
}
#delicious-noodle_cp_2510 .item_text_name01 {
  font-weight: 600;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  background: url("../images/name_haikei01.png") repeat;
  background-size: 100%;
  padding: .5rem 1rem;
}
#delicious-noodle_cp_2510 .item_text_name01 span {
  font-size: 1rem;
}
#delicious-noodle_cp_2510 .item_text_name02 {
  font-weight: 600;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  background: url("../images/name_haikei02.png") no-repeat;
  background-size: 100%;
  padding: .5rem 1rem;
}
#delicious-noodle_cp_2510 .item_text_name02 span {
  font-size: 1rem;
}
#delicious-noodle_cp_2510 .item_price {
  font-size: 1.2rem;
  font-weight: 600;
}
#delicious-noodle_cp_2510 .item_date {
  margin-bottom: .3rem;
}
#delicious-noodle_cp_2510 .item_date span {
  font-size: .9rem;
  border: 1px solid #b39864;
  padding: .3rem .5rem;
}
#delicious-noodle_cp_2510 .item_area {
  font-size: .9rem;
  margin-bottom: .3rem;
}
#delicious-noodle_cp_2510 .ramen .item_text_text {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  border-top: 4px double;
  padding-top: .5rem;
  background-color: rgba(235, 207, 154, 0.8);
}
#delicious-noodle_cp_2510 .udonsoba .item_text_text {
  font-size: 1rem;
  text-align: left;
  line-height: 1.6;
  border-top: 4px double;
  padding-top: .5rem;
}
#delicious-noodle_cp_2510 .item_text_text span {
  font-size: .8rem;
  display: block;
  margin-top: .2rem;
}
#delicious-noodle_cp_2510 .comment_box {
  border: 2px solid #6b5648;
  padding: .5rem 1rem;
  border-radius: 1rem;
}
#delicious-noodle_cp_2510 .comment_box h4 {
  font-weight: 600;
  margin-bottom: .5rem;
}
/*----------------------------- ramen -----------------------------*/
/*----------------------------- udonsoba -----------------------------*/
.udonsoba {
  background-color: #e9dcb0;
}
.udonsoba_lead {
  color: #fff;
  padding: 2.5rem 0 0;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 800;
  filter: drop-shadow(3px 3px 3px #313131);
}
.udonsoba_lead_note {
  margin: .5rem 0 0;
  font-size: .9rem;
  text-align: center;
}
#delicious-noodle_cp_2510 .udonsoba .title {
  margin-bottom: 0;
}
#delicious-noodle_cp_2510 .udonsoba .item_text {
  width: auto;
}
/*----------------------------- 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;
  }
  20% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 0.6;
  }
  60% {
    transform: scaleY(0.3, 0.8) rotateY(4deg);
    opacity: 0.3;
  }
  100% {
    filter: blur(18px);
    transform: scaleY(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.8;
  }
  10% {
    transform: scale(0.9, 1.1) rotateY(20deg);
    opacity: 0.6;
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(10deg);
    opacity: 0.3;
  }
  100% {
    filter: blur(40px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-03 {
  0% {
    filter: blur(12px);
    transform: scale(0.3, 0.3) rotateY(0deg);
    opacity: 0;
    bottom: 0;
  }
  6% {
    transform: scale(0.9, 1.1) rotateY(20deg);
    opacity: 0.7;
  }
  10% {
    transform: scale(0.3, 0.5) rotateY(40deg);
    opacity: 0.4;
  }
  30% {
    transform: scaleY(1, 0.8) rotateY(10deg);
    opacity: 0;
  }
  100% {
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    bottom: 0;
  }
}
.c-steam01, .c-steam02, .c-steam03 {
  position: absolute;
  filter: blur(40px);
  width: 39%;
}
/*===============================================




●PC  画面の横幅が736pxまで




===============================================*/
@media screen and (min-width: 913px) {
  #delicious-noodle_cp_2510 .kv .ttl01 {
    width: 21%;
    top: 5%;
    left: 13%;
  }
  #delicious-noodle_cp_2510 .kv .ttl02 {
    width: 46%;
    top: 3%;
    left: 34%;
  }
  #delicious-noodle_cp_2510 .ramen {
    background-color: #ffcc00;
    background-image: url("../images/kazari_haikei.png");
    background-size: contain;
  }
  #delicious-noodle_cp_2510 .title {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg01 {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    background-color: #ebcf9a;
    background-image: url('../images/nami01.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    filter: drop-shadow(3px 4px 2px #b89f11);
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg02 {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    background-color: #ebcf9a;
    background-image: url('../images/nami02.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    filter: drop-shadow(3px 4px 2px #b89f11);
  }
  #delicious-noodle_cp_2510 .ramen .item_img {
    margin-right: 1rem;
  }
  #delicious-noodle_cp_2510 .ramen .item_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  #delicious-noodle_cp_2510 .item_flex {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  #delicious-noodle_cp_2510 .item_list .item_date {
    margin-right: 1rem;
  }
  .bg {
    background-image: linear-gradient(180deg, #f5a200, rgba(255, 255, 255, 0)), url("../images/bg_beige.png");
    background-size: 100% 100%, auto;
    background-repeat: no-repeat, repeat;
    padding-bottom: 1rem;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_list {
    width: 90%;
    display: flex;
    gap: 2rem;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_list li {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_img {
    background-color: #d3ab60;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_img_photo {
    width: 100%;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_list .item_text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: .5rem;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_list .item_text_name {
    margin-bottom: .5rem;
  }
  .c-steam01 {
    width: 39%;
    top: 7%;
    left: 50%;
    -webkit-animation: steam-move-01 15s infinite ease-in-out;
    animation: steam-move-01 15s infinite ease-in-out;
  }
  .c-steam02 {
    top: 20%;
    left: 2%;
    -webkit-animation: steam-move-02 20s infinite ease-out;
    animation: steam-move-02 20s infinite ease-out;
  }
  .c-steam03 {
    top: 17%;
    left: 12%;
    -webkit-animation: steam-move-02 15s infinite ease-in-out;
    animation: steam-move-02 15s infinite ease-in-out;
  }
  #delicious-noodle_cp_2510 .c-steam01 img, #delicious-noodle_cp_2510 .c-steam02 img, #delicious-noodle_cp_2510 .c-steam03 img {
    width: 260px;
    height: 200px;
  }
}
/*===============================================




●SP  画面の横幅が736pxまで




===============================================*/
@media screen and (max-width:912px) {
  #delicious-noodle_cp_2510 .kv .ttl01 {
    width: 21%;
    top: 5%;
    left: 13%;
  }
  #delicious-noodle_cp_2510 .kv .ttl02 {
    width: 58%;
    top: 3%;
    left: 34%;
  }
  #delicious-noodle_cp_2510 .ramen {
    padding: 1rem 0;
    background-color: #ffcc00;
    background-image: url("../images/kazari_haikei.png");
    background-size: contain;
  }
  #delicious-noodle_cp_2510 .lead_block_inner {
    width: 100%;
  }
  #delicious-noodle_cp_2510 .lead_logo {
    width: 13%;
    margin: 0 auto .5rem;
  }
  #delicious-noodle_cp_2510 .lead_block {
    padding: 1rem;
  }
  #delicious-noodle_cp_2510 .lead_text {
    text-align: left;
  }
  #delicious-noodle_cp_2510 .lead_note {
    text-align: left;
  }
  #delicious-noodle_cp_2510 .title span {
    width: 58%;
    padding: .3rem 2rem 1.5rem;
    font-size: clamp(1.3rem, 0.873rem + 1.64vw, 2.1rem);
  }
  #delicious-noodle_cp_2510 .item_list {
    width: 90%;
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg01 {
    margin-bottom: 2rem;
    background-color: #ebcf9a;
    filter: drop-shadow(3px 3px 2px #b89f11);
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg01 .item_img {
    background-image: url('../images/nami01.png');
    background-repeat: no-repeat;
    background-size: 270% auto;
    background-position: 2% bottom;
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg02 {
    margin-bottom: 2rem;
    background-color: #ebcf9a;
    filter: drop-shadow(3px 3px 2px #b89f11);
  }
  #delicious-noodle_cp_2510 .item_list li.item_bg02 .item_img {
    background-image: url('../images/nami02.png');
    background-repeat: no-repeat;
    background-size: 270% auto;
    background-position: 2% bottom;
  }
  #delicious-noodle_cp_2510 .item_text {
    padding: 0;
  }
  #delicious-noodle_cp_2510 .item_flex {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem;
  }
  #delicious-noodle_cp_2510 .item_text_name01 {
    font-size: 1.2rem;
    padding: .5rem;
    margin-bottom: 0;
  }
  #delicious-noodle_cp_2510 .item_text_name02 {
    font-size: 1.2rem;
    padding: .5rem 1rem;
    margin-bottom: 0;
  }
  #delicious-noodle_cp_2510 .item_text_name {
    font-size: 1.2rem;
    line-height: 1.2em;
    padding-bottom: .5rem;
  }
  #delicious-noodle_cp_2510 .item_text_name span {
    display: block;
  }
  #delicious-noodle_cp_2510 .item_area span {
    display: block;
  }
  #delicious-noodle_cp_2510 .item_price {
    font-size: 1rem;
  }
  #delicious-noodle_cp_2510 .comment_box {
    padding: .5rem;
  }
  #delicious-noodle_cp_2510 .bg {
    position: relative;
    background-image: linear-gradient(180deg, #f5a200, rgba(255, 255, 255, 0)), url("../images/bg_beige.png");
    background-size: 100% 100%, auto;
    background-repeat: no-repeat, repeat;
  }
  .udonsoba_lead {
    color: #fff;
    padding: 2rem 0 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    filter: drop-shadow(3px 3px 3px #313131);
  }
  .udonsoba_lead_note {
    width: 90%;
    margin: .5rem auto;
    font-size: .8rem;
  }
  #delicious-noodle_cp_2510 .udonsoba .title {
    margin: 1rem 0 0;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_img {
    background-color: #d3ab60;
  }
  #delicious-noodle_cp_2510 .udonsoba .item_list .item_text {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem .5rem 3rem;
  }
  .c-steam01 {
    top: 19%;
    left: 65%;
    -webkit-animation: steam-move-01 20s infinite linear;
    animation: steam-move-01 20s infinite linear;
  }
  .c-steam02 {
    top: 15%;
    left: 14%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .c-steam03 {
    top: 18%;
    right: 46%;
    -webkit-animation: steam-move-02 12s infinite linear;
    animation: steam-move-02 12s infinite linear;
  }
  .udonsoba .c-steam01 {
    top: 10%;
  }
  #delicious-noodle_cp_2510 .c-steam01 img, #delicious-noodle_cp_2510 .c-steam02 img, #delicious-noodle_cp_2510 .c-steam03 img {
    width: 80%;
  }
  .comment .hanyo02_tit {
    font-size: 1rem;
  }
  .campaign dl {
    display: block;
    margin-bottom: .3rem;
  }
}