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

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

#rcgm2512 {
  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;
}
#rcgm2512 ol,
#rcgm2512 ul {
  list-style: none;
}
#rcgm2512 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#rcgm2512 a:hover {
  text-decoration: none;
}
#rcgm2512 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .section {
    padding: 10vw 5vw;
  }
}
#rcgm2512 .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) {
  #rcgm2512 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#rcgm2512 .kv {
  position: relative;
}
#rcgm2512 .bgWrap {
  position: relative;
  background: url(/library/contents/products/rcgm2512/img/bg.png);
  background-size: 100%;
  background-color: #FFC2DE;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .bgWrap {
    padding-bottom: 1em;
    background-size: 200%;
    background-position: center top;
  }
}
#rcgm2512 .bgWrap::before {
  content: "";
  position: absolute;
  background: url(/library/contents/products/rcgm2512/img/curtain.png);
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
#rcgm2512 .content {
  position: relative;
  z-index: 10;
}
#rcgm2512 .content__ttl {
  width: 70%;
  margin: 0 auto;
  padding: 5em 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .content__ttl {
    width: 100%;
    padding: 2em 1em;
    max-width: 600px;
  }
}
#rcgm2512 .content__wrap {
  margin: 0 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .content__wrap {
    margin: 0 2rem;
  }
}
#rcgm2512 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, #FFE2F5 0%, #D2F1FF 100%);
  padding: 4.5em 3em;
  border-radius: 40px;
  z-index: 50;
  box-shadow: 22px 26px 20px 0px rgba(219, 70, 106, 0.6);
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
#rcgm2512 .item__img {
  position: relative;
}
#rcgm2512 .item__img, #rcgm2512 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__img, #rcgm2512 .item__detail {
    width: 100%;
  }
}
#rcgm2512 .item__title {
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  color: #fff;
  font-family: "Kosugi Maru", serif;
  text-shadow: #CE0051 0px 0px 15px;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__title {
    font-size: 2em;
    margin-top: 1em;
    text-shadow: rgba(206, 0, 81, 0.8) 0px 0px 12px;
  }
}
#rcgm2512 .item__price {
  font-family: "Kosugi Maru", serif;
  font-size: 2em;
  font-weight: 800;
  color: #fff;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
  text-shadow: #CE0051 0px 0px 15px;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__price {
    font-size: 1.4em;
    text-shadow: rgba(206, 0, 81, 0.8) 0px 0px 6px;
  }
}
#rcgm2512 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #00759E;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#rcgm2512 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__area--season {
    font-size: 0.75em;
  }
}
#rcgm2512 .item__desc {
  font-family: "Kosugi Maru", serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #00759E;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#rcgm2512 .item__allergen {
  margin-top: 1.5em;
  font-family: "Kosugi Maru", serif;
}
#rcgm2512 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #00759E;
}
#rcgm2512 .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) {
  #rcgm2512 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#rcgm2512 .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;
}
#rcgm2512 .item__allergen a:hover {
  opacity: 0.8;
}
#rcgm2512 .item__allergen a:hover::before {
  right: 0.5em;
}
#rcgm2512 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#rcgm2512 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#rcgm2512 .item__deco {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  width: 12em;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__deco {
    width: 6em;
  }
}
#rcgm2512 .item__deco--1 {
  top: 0;
  left: 5%;
}
#rcgm2512 .item__deco--2 {
  top: 0;
  left: 95%;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__deco--2 {
    width: 4em;
  }
}
#rcgm2512 .item__deco--3 {
  left: 95%;
  top: 100%;
  width: 6em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__deco--3 {
    width: 3em;
  }
}
#rcgm2512 .item__deco--4 {
  top: 100%;
  left: 5%;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__deco--4 {
    width: 4em;
  }
}
#rcgm2512 .item__dots {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
#rcgm2512 .item__dots-rect {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 44;
  stroke-linecap: round;
  stroke-dasharray: 0 32;
  stroke-dashoffset: 0;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .item__dots-rect {
    stroke-width: 30;
    stroke-dasharray: 0 20;
    rx: 20;
    ry: 20;
  }
}
#rcgm2512 .intro {
  background-image: repeating-linear-gradient(to bottom, #fff0f7, #fff0f7 3px, transparent 0, transparent 40px), repeating-linear-gradient(to right, #fff0f7, #fff0f7 3px, transparent 0, transparent 40px);
  padding: 3em 3em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro {
    display: block;
  }
}
#rcgm2512 .intro__img {
  width: 50%;
  padding: 2em 2em 0;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__img {
    width: 100%;
    padding: 0 2em 0;
  }
}
#rcgm2512 .intro__detail {
  width: 50%;
  padding: 1em 0 3em;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__detail {
    width: 100%;
  }
}
#rcgm2512 .intro__desc {
  color: #E75297;
  font-weight: bold;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__desc {
    font-size: 1.2em;
  }
}
#rcgm2512 .intro__sns {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
#rcgm2512 .intro__sns * {
  color: #E75297;
  font-weight: bold;
  word-break: break-all;
  font-size: 1em;
}
#rcgm2512 .intro__sns a {
  text-decoration: underline;
  -webkit-text-decoration-color: #E75297;
          text-decoration-color: #E75297;
}
#rcgm2512 .intro__deco {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  width: 12em;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__deco {
    width: 6em;
  }
}
#rcgm2512 .intro__deco--1 {
  top: 4%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__deco--1 {
    top: 7%;
    left: 10%;
  }
}
#rcgm2512 .intro__deco--2 {
  top: 95%;
  left: 90%;
  width: 9em;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .intro__deco--2 {
    width: 5em;
  }
}
#rcgm2512 .note {
  font-size: 1em;
  line-height: 1.5;
  padding: 2em 3em;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 5rem 3rem 0;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
    margin: 1rem 1rem 0;
  }
}
#rcgm2512 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#rcgm2512 .note > *::before {
  content: "※";
}
#rcgm2512 .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;
  }
}
#rcgm2512 .c-red {
  color: #ff0000;
}
#rcgm2512 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#rcgm2512 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #rcgm2512 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #rcgm2512 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #rcgm2512 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #rcgm2512 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #rcgm2512 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #rcgm2512 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #rcgm2512 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #rcgm2512 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #rcgm2512 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#rcgm2512 .c-nw {
  display: inline-block;
}
#rcgm2512 .u-mb1em {
  margin-bottom: 1em !important;
}
#rcgm2512 .u-1fr {
  grid-template-columns: 1fr !important;
}
#rcgm2512 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#rcgm2512 .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=rcgm2512.css.map */