@charset "UTF-8";
/*---------------------
変数
-----------------------*/
/*---------------------
Mixins
-----------------------*/
body #areaWrapper1 {
  width: 1200px !important;
}

@media screen and (max-width: 768px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}
#ff2511 * {
  box-sizing: border-box;
}

#ff2511 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#ff2511 ol,
#ff2511 ul {
  list-style: none;
}
#ff2511 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#ff2511 a:hover {
  text-decoration: none;
}
#ff2511 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #ff2511 .section {
    padding: 10vw 5vw;
  }
}
#ff2511 .pre {
  font-size: 2.6rem;
  font-weight: bold;
  color: #e60012;
  padding: 0.8rem 0;
  background-color: #ff0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #ff2511 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#ff2511 .kv {
  position: relative;
}
#ff2511 .kv__yuge {
  position: absolute;
  opacity: 0;
  width: 70%;
  -webkit-animation-name: Yuge;
          animation-name: Yuge;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform, opacity;
}
#ff2511 .kv__yuge--left1 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#ff2511 .kv__yuge--left2 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#ff2511 .kv__yuge--right1 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#ff2511 .kv__yuge--right2 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
@keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
#ff2511 .lead {
  background-color: #FFEAA7;
  padding: 5em 5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead {
    padding: 3em 1em 3em;
  }
}
#ff2511 .lead__coming {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  margin-top: 1em;
  color: #b81c22;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__coming {
    font-size: 2em;
  }
}
#ff2511 .lead--pre {
  padding: 5em 5em 5em;
}
#ff2511 .lead__circle span {
  position: absolute;
  content: "";
  background-color: #FFEAA7;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-animation-name: UpDown;
          animation-name: UpDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes UpDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes UpDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes UpDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(10px);
    }
  }
  @keyframes UpDown {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(10px);
    }
  }
}
#ff2511 .lead__circle span:nth-child(1) {
  left: -15%;
  top: -20%;
  width: 50%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  top: -210px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(1) {
    top: -16.5vw;
  }
}
#ff2511 .lead__circle span:nth-child(2) {
  left: 20%;
  top: -13%;
  width: 20%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  top: -6.3vw;
  top: -125px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(2) {
    top: -9vw;
  }
}
#ff2511 .lead__circle span:nth-child(3) {
  left: 33%;
  top: -16%;
  width: 25%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  top: -7.7vw;
  top: -140px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(3) {
    top: -12vw;
  }
}
#ff2511 .lead__circle span:nth-child(4) {
  left: 50%;
  top: -16%;
  width: 25%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  top: -140px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(4) {
    top: -12vw;
  }
}
#ff2511 .lead__circle span:nth-child(5) {
  left: 65%;
  top: -22%;
  width: 24%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  top: -210px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(5) {
    top: -17vw;
  }
}
#ff2511 .lead__circle span:nth-child(6) {
  left: 80%;
  top: -13%;
  width: 30%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  top: -130px;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__circle span:nth-child(6) {
    top: -8.5vw;
  }
}
#ff2511 .lead__desc {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#ff2511 .lead__movieTtl {
  font-size: 3em;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: bold;
  font-family: "Kosugi Maru", serif;
  color: #B81C22;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__movieTtl {
    font-size: 2em;
  }
}
#ff2511 .lead__movie {
  opacity: 0;
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#ff2511 .lead__plate {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 10%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #ff2511 .lead__plate {
    left: -5%;
    width: 110%;
  }
}
#ff2511 .cmp {
  background-image: url(/library/contents/products/ff2511/img/parts/bg-check.svg);
  background-color: #E60D1E;
  background-size: 200px;
}
#ff2511 .cmp__ttl {
  text-align: center;
  font-family: "Kosugi Maru", serif;
  color: #fff;
  font-size: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #ff2511 .cmp__ttl {
    margin-bottom: 0.5em;
  }
}
#ff2511 .cmp__content {
  width: 96%;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ff2511 .cmp__content {
    display: block;
    max-width: 500px;
  }
}
#ff2511 .cmp__content li {
  width: calc(50% - 1.5em);
  margin: 0 auto;
  border: solid 4px #fff;
}
@media screen and (max-width: 768px) {
  #ff2511 .cmp__content li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#ff2511 .bgWrap {
  position: relative;
  background: linear-gradient(to right, #FFC2B4 0%, #F8D3CB 50%, #FFC2B4 100%);
}
#ff2511 .bgWrap::before {
  content: "";
  position: absolute;
  background: url(/library/contents/products/ff2511/img/parts/bg-item.svg);
  background-size: 120%;
  background-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #ff2511 .bgWrap::before {
    background: url(/library/contents/products/ff2511/img/parts/bg-item-sp.svg);
    background-size: 130%;
    opacity: 0.5;
    background-position: -15vw 0;
  }
}
#ff2511 .content {
  position: relative;
  overflow: hidden;
}
#ff2511 .content__ttl {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #ff2511 .content__ttl {
    width: 90%;
  }
}
#ff2511 .content__ttl--other {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ff2511 .content__ttl--other {
    width: 70%;
    max-width: 450px;
  }
}
#ff2511 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6em;
  margin: 8rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #ff2511 .content__wrap {
    margin: 3.5rem 1rem 3.5rem;
    gap: 3em;
  }
}
#ff2511 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: solid #E60D1E 6px;
  padding: 2.5em 3em;
  border-radius: 40px;
  z-index: 50;
  box-shadow: 10px 14px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #ff2511 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
#ff2511 .item__img {
  position: relative;
}
#ff2511 .item__img, #ff2511 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__img, #ff2511 .item__detail {
    width: 100%;
  }
}
#ff2511 .item__title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  color: #E60D1E;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#ff2511 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #2A2A2A;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#ff2511 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#ff2511 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__area--season {
    font-size: 0.75em;
  }
}
#ff2511 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#ff2511 .item__allergen {
  margin-top: 1.5em;
  font-family: "Kosugi Maru", serif;
}
#ff2511 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#ff2511 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #E60D1E;
  border-radius: 999px;
  padding: 0.75em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #ff2511 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#ff2511 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#ff2511 .item__allergen a:hover {
  opacity: 0.8;
}
#ff2511 .item__allergen a:hover::before {
  right: 0.5em;
}
#ff2511 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#ff2511 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#ff2511 .nanigaarukana {
  background-color: #078C41;
  position: relative;
  z-index: 10;
}
#ff2511 .nanigaarukana__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin: 0 auto 0.75em;
  width: 100%;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #ff2511 .nanigaarukana__ttl {
    width: 100%;
    font-size: min(2.5em, 5vw);
    padding: 1vw;
  }
}
#ff2511 .nanigaarukana__col {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 3em;
  margin: 0 auto;
}
@media print, (min-width: 769px) {
  #ff2511 .nanigaarukana__col {
    padding: 0 7.5rem;
  }
}
#ff2511 .nanigaarukana__col:has(> :nth-child(1):last-child) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #ff2511 .nanigaarukana__col:has(> :nth-child(1):last-child) {
    width: 100%;
  }
}
#ff2511 .note {
  font-size: 1em;
  line-height: 1.5;
  padding: 5em 3em;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #ff2511 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
  }
}
#ff2511 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#ff2511 .note > *::before {
  content: "※";
}
#ff2511 .c-inview-animation.js-scrollin {
  -webkit-animation-name: InViewOpacity;
          animation-name: InViewOpacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ff2511 .c-red {
  color: #ff0000;
}
#ff2511 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#ff2511 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ff2511 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #ff2511 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #ff2511 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ff2511 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #ff2511 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #ff2511 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #ff2511 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ff2511 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #ff2511 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#ff2511 .c-nw {
  display: inline-block;
}
#ff2511 .u-mb1em {
  margin-bottom: 1em !important;
}
#ff2511 .u-1fr {
  grid-template-columns: 1fr !important;
}
#ff2511 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#ff2511 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=ff2511.css.map */