@charset "utf-8";
/* CSS Document */
body {
  display: none;
}
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
#yakiimo_2511 .lead-area .leadB {
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.3rem, 2vw, 2.3rem);
  margin: 2rem 0 2.5rem;
  text-shadow: 5px 4px 5px rgba(0, 0, 0, .5);
}
#yakiimo_2511 .lead-area .leadT {
  text-align: left;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  width: 86%;
  margin: 0 auto;
  line-height: 1.8;
}
#yakiimo_2511 .lead-area .leadT span {
  text-align: left;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  width: 86%;
  margin: 0 auto;
}
#yakiimo_2511 .item-area .name {
  text-align: left;
  font-size: clamp(1.05rem, 4.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
#yakiimo_2511 .item-area .price {
  text-align: right;
  font-size: clamp(1rem, 4.5vw, 1.15rem);
  font-weight: 700;
}
#yakiimo_2511 .item-area .txt {
  font-size: clamp(1rem, 4vw, 1.05rem);
  text-align: left;
  line-height: 1.6;
}
#yakiimo_2511 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
  text-align: left;
  line-height: 1.4;
  display: block;
  margin: 1rem 0 0;
}
#yakiimo_2511 .cpn_ttl {
  font-size: clamp(1.05rem, 4.8vw, 1.3rem);
  text-align: left;
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width:737px) {
  /*===== common ======*/
  #yakiimo_2511 .pc-none {
    display: none;
  }
  #yakiimo_2511 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  #yakiimo_2511 h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #yakiimo_2511 ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #yakiimo_2511 img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  #yakiimo_2511 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }
  #imo_sale {
    margin-top: -95px;
    padding-top: 95px;
  }
  /*===== main-area ======*/
  #yakiimo_2511 main {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: url("../images/haikei.png")repeat;
    background-size: 90%;
    background-position: -24% -5%;
    background-color: #f8b000;
    padding: 0 0 4%;
  }
  #yakiimo_2511 .item-txt {
    position: relative;
    padding: 0;
    z-index: 2;
    box-sizing: border-box;
  }
  #yakiimo_2511 .item-txt p {
    position: absolute;
    top: -7rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/item-txt_bg.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 17rem;
  }
  #yakiimo_2511 .item-txt img {
    width: 46%;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #yakiimo_2511 .imgbox {
    position: relative;
  }
  #yakiimo_2511 section {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #yakiimo_2511 .text-area {
    background: url("../images/bg02.jpg")repeat;
    background-color: #950542;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
  }
  #yakiimo_2511 .lead-area {
    width: 100%;
    padding: 5rem 0 0;
    margin: 0 auto 5%;
    color: #fff;
  }
  #yakiimo_2511 .ttl_h2 {
    position: relative;
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    color: #E6B400;
    font-weight: 600;
    z-index: 3;
  }
  #yakiimo_2511 .ttl_h2:before {
    content: '';
    background: url(../images/h2_01.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 6rem;
    z-index: -1;
  }
  #yakiimo_2511 .ttl_h2.cpn:before {
    content: '';
    background: url(../images/h2_02.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 27%;
    width: 27%;
    height: 6rem;
    z-index: -1;
  }
  /*item*/
  #yakiimo_2511 .item-area {
    width: 94%;
    background: url(../images/bg03.jpg) repeat;
    background-color: #fff;
    padding: 4%;
    margin: 4rem 0 0 auto;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #241608;
  }
  #yakiimo_2511 .item-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4% 0 2%;
    box-sizing: border-box;
    gap: 25px;
    color: #241608;
  }
  #yakiimo_2511 .item-list .pic, #yakiimo_2511 .item-list .text {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  #yakiimo_2511 .c-pic-item img {
    border-radius: 15px;
  }
  #yakiimo_2511 .btn-area {
    margin: 2rem 0;
  }
  #yakiimo_2511 .btn-area .btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #950542;
    width: 80%;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 6px 6px 0 #E6B400;
    color: #E6B400;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  #yakiimo_2511 .btn-area .btn a:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    color: #950542;
    background: #E6B400;
  }
  #yakiimo_2511 .btn-area .btn a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #E6B400;
    border-right: 3px solid #E6B400;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  #yakiimo_2511 .btn-area .btn a:hover::after {
    border-top: 3px solid #950542;
    border-right: 3px solid #950542;
  }
  #yakiimo_2511 .cpn-area {
    width: 94%;
    background: url(../images/bg03.jpg) repeat;
    background-color: #fff;
    padding: 4%;
    margin: 4rem 0 0;
    box-sizing: border-box;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #241608;
  }
  #yakiimo_2511 .cpn-area .imo-cpn {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 4rem 0;
  }
  #yakiimo_2511 .cpn-area .text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1rem;
  }
  #yakiimo_2511 .cpn-area .cpn_txt, #yakiimo_2511 .cpn-area .cpn_date {
    font-size: 1.07rem;
  }
  #yakiimo_2511 .cpn-area .cpn_date {
    display: flex;
  }
  /*===== animation-area ======*/
  #yakiimo_2511 .c-steam01, #yakiimo_2511 .c-steam02, #yakiimo_2511 .c-steam03 {
    position: absolute;
  }
  #yakiimo_2511 .c-steam01 {
    position: absolute;
    right: 22%;
    animation: steam01 10s infinite linear;
    opacity: 0;
    top: -6%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam02 {
    position: absolute;
    left: 9%;
    animation: steam02 14s infinite linear;
    opacity: 0;
    top: -15%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam03 {
    margin: auto;
    position: absolute;
    right: -45%;
    left: 0;
    animation: steam02 12s infinite linear;
    animation-delay: 10s;
    opacity: 0;
    top: -5%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam01 img, #yakiimo_2511 .c-steam02 img, #yakiimo_2511 .c-steam03 img {
    width: 300px;
    height: 200px;
  }
  #yakiimo_2511 .c-pic-item {
    position: relative;
    z-index: 1;
    padding: 1rem 0;
  }
  #yakiimo_2511 .c-mv-pic {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 60%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .5));
    will-change: transform;
  }
  #yakiimo_2511 .imo_img {
    position: relative;
    z-index: 5;
  }
  #yakiimo_2511 .imo_img.rt img {
    position: absolute;
    top: -7rem;
    right: -4rem;
    bottom: 0;
    width: 27%;
    margin: 0 0 0 auto;
    z-index: 3;
    will-change: transform;
    transform: rotate(309deg) scale(-1, 1);
    filter: drop-shadow(5px 23px 10px rgb(0, 0, 0, .3));
  }
  #yakiimo_2511 .imo_img.rt.end img {
    position: absolute;
    top: -6rem;
    right: -21rem;
    bottom: 0;
    width: 62%;
    margin: 0 0 0 auto;
    z-index: 3;
    will-change: transform;
    transform: rotate(231deg) scale(-1, 1);
    filter: drop-shadow(33px -10px 10px rgb(0, 0, 0, .3));
  }
  #yakiimo_2511 .imo_img.lf img {
    position: absolute;
    top: -4rem;
    left: -6rem;
    bottom: 0;
    width: 32%;
    margin: 0;
    z-index: 3;
    will-change: transform;
    transform: rotate(18deg);
    filter: drop-shadow(-13px 31px 10px rgb(0, 0, 0, .3));
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #yakiimo_2511 .sp-none {
    display: none;
  }
  #yakiimo_2511 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  #yakiimo_2511 h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #yakiimo_2511 ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #yakiimo_2511 img {
    max-width: 100%;
    display: block;
    height: auto;
    width: 100%;
  }
  #yakiimo_2511 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }
  #imo_sale {
    margin-top: -54px;
    padding-top: 54px;
  }
  /*===== main-area ======*/
  #yakiimo_2511 main {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: url("../images/haikei.png")repeat;
    background-size: 90%;
    background-position: -24% -5%;
    background-color: #f8b000;
    padding: 0 0 10%;
  }
  #yakiimo_2511 .item-txt {
    position: relative;
    padding: 0;
    z-index: 2;
    box-sizing: border-box;
  }
  #yakiimo_2511 .item-txt p {
    position: absolute;
    top: -4.5rem;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/item-txt_bg.svg) no-repeat;
    background-position: center;
    background-size: 122%;
    width: 100%;
    height: 6.5rem;
  }
  #yakiimo_2511 .item-txt p img {
    width: 70%;
    margin: auto;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
  }
  #yakiimo_2511 .imgbox {
    position: relative;
  }
  #yakiimo_2511 section {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #yakiimo_2511 .text-area {
    background: url("../images/bg02.jpg")repeat;
    background-color: #950542;
    background-size: contain;
    background-position: top;
    width: 100%;
    padding: 2rem 0 1rem;
    box-sizing: border-box;
  }
  #yakiimo_2511 .lead-area {
    padding: 3% 0 5%;
    margin: 0 auto;
    color: #fff;
  }
  #yakiimo_2511 .lead-area .leadB {
    margin: 1.5rem 0;
  }
  #yakiimo_2511 .lead-area .leadT {
    width: 92%;
  }
  #yakiimo_2511 .lead-area .leadB span {
    font-size: 1.5rem;
  }
  /*item*/
  #yakiimo_2511 .item-area {
    width: 96%;
    background: url(../images/bg03.jpg) repeat;
    background-color: #fff;
    padding: 7% 4% 4%;
    margin: 3rem 0 0 auto;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #241608;
  }
  #yakiimo_2511 .item-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4% 0 2%;
    box-sizing: border-box;
    color: #241608;
  }
  #yakiimo_2511 .item-list .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  #yakiimo_2511 .c-pic-item img {
    border-radius: 10px;
  }
  #yakiimo_2511 .ttl_h2 {
    position: relative;
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    color: #E6B400;
    font-weight: 600;
    z-index: 3;
  }
  #yakiimo_2511 .ttl_h2:before {
    content: '';
    background: url(../images/h2_01.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 43%;
    height: 4rem;
    z-index: -1;
  }
  #yakiimo_2511 .ttl_h2.cpn:before {
    content: '';
    background: url(../images/h2_02.png) no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 58%;
    height: 4rem;
    z-index: -1;
  }
  #yakiimo_2511 .btn-area {
    margin: 2rem 0;
  }
  #yakiimo_2511 .btn-area .btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #950542;
    width: 90%;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 6px 6px 0 #E6B400;
    color: #E6B400;
    font-size: 1rem;
    transition: 0.3s ease-in-out;
    font-weight: 600;
  }
  #yakiimo_2511 .btn-area .btn a:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    transition: all 0.2s;
    color: #950542;
    background: #E6B400;
  }
  #yakiimo_2511 .btn-area .btn a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #E6B400;
    border-right: 3px solid #E6B400;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  #yakiimo_2511 .btn-area .btn a:hover::after {
    border-top: 3px solid #950542;
    border-right: 3px solid #950542;
  }
  #yakiimo_2511 .cpn-area {
    width: 96%;
    background: url(../images/bg03.jpg) repeat;
    background-color: #fff;
    padding: 7% 4% 4%;
    margin: 3rem 0 0;
    box-sizing: border-box;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #241608;
  }
  #yakiimo_2511 .cpn-area .imo-cpn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
  }
  #yakiimo_2511 .cpn-area .pic {
    width: 95%;
    margin: 0 auto;
  }
  #yakiimo_2511 .cpn-area .text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1rem;
  }
  #yakiimo_2511 .cpn-area .cpn_txt, #yakiimo_2511 .cpn-area .cpn_date {
    font-size: 1.07rem;
  }
  /*===== animation-area ======*/
  #yakiimo_2511 .c-steam01, #yakiimo_2511 .c-steam02, #yakiimo_2511 .c-steam03 {
    position: absolute;
  }
  #yakiimo_2511 .c-steam01 {
    position: absolute;
    right: 15%;
    animation: steam01 10s infinite linear;
    opacity: 0;
    top: -6%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam02 {
    position: absolute;
    left: -7%;
    animation: steam02 14s infinite linear;
    opacity: 0;
    top: -15%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam03 {
    margin: auto;
    position: absolute;
    right: -10%;
    left: 0;
    animation: steam02 12s infinite linear;
    animation-delay: 15s;
    opacity: 0;
    top: -15%;
    z-index: 2;
  }
  #yakiimo_2511 .c-steam01 img, #yakiimo_2511 .c-steam02 img, #yakiimo_2511 .c-steam03 img {
    width: 300px;
    height: 200px;
  }
  #yakiimo_2511 .c-pic-item {
    position: relative;
    z-index: -1;
    padding: 1rem 0;
  }
  #yakiimo_2511 .c-mv-pic {
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 97%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .5));
    will-change: transform;
  }
  #yakiimo_2511 .imo_img {
    position: relative;
    z-index: 5;
  }
  #yakiimo_2511 .imo_img.rt img {
    position: absolute;
    top: -3.5rem;
    right: -15%;
    bottom: 0;
    width: 38%;
    margin: 0 0 0 auto;
    z-index: 3;
    will-change: transform;
    transform: rotate(315deg) scale(-1, 1);
    filter: drop-shadow(2px 18px 10px rgb(0, 0, 0, .3));
  }
  #yakiimo_2511 .imo_img.rt.end img {
    position: absolute;
    top: -3rem;
    right: -41%;
    bottom: 0;
    width: 82%;
    margin: 0 0 0 auto;
    z-index: 3;
    will-change: transform;
    transform: rotate(231deg) scale(-1, 1);
    filter: drop-shadow(11px -4px 10px rgb(0, 0, 0, .3));
  }
  #yakiimo_2511 .imo_img.lf img {
    position: absolute;
    top: -2rem;
    left: -18%;
    bottom: 0;
    width: 45%;
    margin: 0;
    z-index: 3;
    will-change: transform;
    transform: rotate(18deg);
    filter: drop-shadow(-13px 26px 10px rgb(0, 0, 0, .3));
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  /* #yakiimo_2511 .bg {
    width: 97%;
  }
  #yakiimo_2511 .lead-area {
    width: 95%;
  }
  #yakiimo_2511 .sale-box {
    margin: 2% 4% 5%;
  }
  #yakiimo_2511 .sale-box .date {
    width: 57%;
  }
  #yakiimo_2511 .sale-box .txtL div p:first-of-type {
    font-size: 2.2rem;
  }
  #yakiimo_2511 .sale-box .txtL div p:last-of-type, #yakiimo_2511 .sale-box .txtL p, #yakiimo_2511 .sale-box .txtR p {
    font-size: 3.3rem;
  }
  #yakiimo_2511 .sale-box .big {
    font-size: 7rem;
  }
  #yakiimo_2511 .item-area {
    padding: 1rem;
  }
  #yakiimo_2511 .item-area li {
    width: calc(100% / 3 - 33px);
    padding: 0.8rem;
  }
  #yakiimo_2511 .item-area .price {
    font-size: 1.05rem;
  }*/
}
@keyframes steam01 {
  0% {
    bottom: 0;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% {
    opacity: 0.1
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: 0;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% {
    opacity: 0.1
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}