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

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

#oc2512 {
  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;
}
#oc2512 ol,
#oc2512 ul {
  list-style: none;
}
#oc2512 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#oc2512 a:hover {
  text-decoration: none;
}
#oc2512 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #oc2512 .section {
    padding: 10vw 5vw;
  }
}
#oc2512 .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) {
  #oc2512 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#oc2512 .kv {
  position: relative;
}
#oc2512 .kv .protect {
  display: block;
}
#oc2512 .lead {
  background: linear-gradient(to right, #E96D00 0%, #EF8400 50%, #E96D00 100%);
  padding: 2em 5em;
  position: relative;
  font-family: "Kosugi Maru", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead {
    padding: 1em 1em;
  }
}
#oc2512 .lead__nocmppb {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead__nocmppb {
    padding-bottom: 5em;
  }
}
#oc2512 .lead::before {
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 1em;
  background-image: url(/library/contents/products/oc2512/img/parts/deco06_leadtop.svg);
  background-size: 100%;
  background-repeat: repeat-x;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead::before {
    background-size: 180%;
    height: 200px;
  }
}
#oc2512 .lead__coming {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  margin-top: 1em;
  color: #b81c22;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead__coming {
    font-size: 2em;
  }
}
#oc2512 .lead--pre {
  padding: 5em 5em 5em;
}
#oc2512 .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);
    }
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(1) {
    top: -16.5vw;
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(2) {
    top: -9vw;
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(3) {
    top: -12vw;
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(4) {
    top: -12vw;
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(5) {
    top: -17vw;
  }
}
#oc2512 .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) {
  #oc2512 .lead__circle span:nth-child(6) {
    top: -8.5vw;
  }
}
#oc2512 .lead__desc {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #ffffff;
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead__desc {
    font-size: 1.15em;
  }
}
#oc2512 .lead__appeal {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead__appeal {
    font-size: 1.7em;
  }
}
#oc2512 .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) {
  #oc2512 .lead__movieTtl {
    font-size: 2em;
  }
}
#oc2512 .lead__movie {
  opacity: 0;
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#oc2512 .lead__plate {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 10%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #oc2512 .lead__plate {
    left: -5%;
    width: 110%;
  }
}
#oc2512 #float {
  transition: ease 0.3s;
}
#oc2512 #float.mf-flt.floating {
  width: 100%;
}
@media print, (min-width: 769px) {
  #oc2512 #float.mf-flt.floating {
    width: 1200px;
  }
}
#oc2512 .float ul {
  background-color: #FFEB04;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-top: 5px solid;
  border-bottom: 5px solid;
  -o-border-image: linear-gradient(to right, #E96D00 0%, #EF8400 50%, #E96D00 100%) 1;
     border-image: linear-gradient(to right, #E96D00 0%, #EF8400 50%, #E96D00 100%) 1;
}
#oc2512 .float li {
  position: relative;
  flex: 1 1 30%;
  border: 0.5px solid #EF8400;
}
#oc2512 .float li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 11px solid #C7161E;
  border-bottom: 0;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #oc2512 .float li::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #C7161E;
  }
}
#oc2512 .float li a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 1em;
  height: 100%;
  color: #C7161E;
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #oc2512 .float li a {
    padding: 2vw 1vw 5vw;
    font-size: min(1em, 4vw);
  }
}
#oc2512 .float ul:has(> :nth-child(4):last-child) li {
  flex: 1 1 25%;
}
@media screen and (max-width: 768px) {
  #oc2512 .float ul:has(> :nth-child(4):last-child) li {
    flex: 1 1 50%;
  }
}
#oc2512 .cmp.section {
  padding: 1rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp.section {
    padding: 0 5vw 10vw;
  }
}
#oc2512 .cmp {
  background-color: #009844;
  background-size: 200px;
}
#oc2512 .cmp__topdeco {
  background: url(/library/contents/products/oc2512/img/parts/deco01_cmptop.svg), linear-gradient(to right, #E96D00 0%, #EF8400 50%, #E96D00 100%);
  padding: 12em 1em 2em;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__topdeco {
    padding: 7em 1em 2em;
  }
}
#oc2512 .cmp__sidedeco {
  position: relative;
}
#oc2512 .cmp__sidedeco::before {
  content: "";
  width: 115px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/library/contents/products/oc2512/img/parts/deco03_cmpside.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__sidedeco::before {
    width: 50px;
  }
}
#oc2512 .cmp__sidedeco::after {
  content: "";
  width: 115px;
  height: 95%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/library/contents/products/oc2512/img/parts/deco03_cmpside.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  opacity: 1;
  z-index: 10;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__sidedeco::after {
    width: 50px;
  }
}
#oc2512 .cmp__ttl {
  position: relative;
  text-align: center;
  font-family: "Kosugi Maru", serif;
  color: #fff;
  font-size: 3em;
  margin-bottom: 1em;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__ttl {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
#oc2512 .cmp__content {
  position: relative;
  width: 96%;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 3em;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__content {
    display: block;
    max-width: 500px;
  }
}
#oc2512 .cmp__content li {
  width: calc(50% - 1.5em);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #oc2512 .cmp__content li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#oc2512 .bgWrap {
  position: relative;
  background-color: #C7161D;
}
#oc2512 .bgWrap::before {
  content: "";
  position: absolute;
  padding: 3em 0;
  background: url(/library/contents/products/oc2512/img/parts/deco02_itemtop.svg);
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -4em;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #oc2512 .bgWrap::before {
    top: -2em;
    padding: 2em 0;
  }
}
#oc2512 .content {
  position: relative;
  overflow: hidden;
}
#oc2512 .content__ttl {
  width: 70%;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #oc2512 .content__ttl {
    width: 90%;
  }
}
#oc2512 .content__ttl--other {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #oc2512 .content__ttl--other {
    width: 70%;
    max-width: 450px;
  }
}
#oc2512 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6em;
  margin: 2rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  #oc2512 .content__wrap {
    margin: 2rem 1rem 3.5rem;
    gap: 3em;
  }
}
#oc2512 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  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) {
  #oc2512 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
#oc2512 .item__topdeco {
  background-color: #009844;
  padding: 3em 1em 2em;
  background-image: url(/library/contents/products/oc2512/img/parts/deco02_itemtop.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#oc2512 .item__ttldeco {
  position: relative;
  z-index: 10;
}
#oc2512 .item__ttldeco::before {
  content: "";
  display: inline-block;
  width: 12.5px;
  height: 75px;
  position: absolute;
  background-image: url(/library/contents/products/oc2512/img/parts/deco04_ttlside.svg);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: -0.7em;
  top: -0.3em;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__ttldeco::before {
    width: 9px;
    height: 60px;
  }
}
#oc2512 .item__ttldeco::after {
  content: "";
  display: inline-block;
  width: 12.5px;
  height: 75px;
  position: absolute;
  background-image: url(/library/contents/products/oc2512/img/parts/deco04_ttlside.svg);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 0.5em;
  top: -0.3em;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__ttldeco::after {
    width: 9px;
    height: 60px;
  }
}
#oc2512 .item__areadeco li:nth-child(odd) {
  position: relative;
}
#oc2512 .item__areadeco li:nth-child(odd)::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 84px;
  position: absolute;
  background-image: url(/library/contents/products/oc2512/img/parts/deco05_itemarea.svg);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: -0.5em;
  opacity: 1;
  z-index: 100;
  right: -5em;
  top: 0;
  transform: rotate(148deg);
}
@media screen and (max-width: 768px) {
  #oc2512 .item__areadeco li:nth-child(odd)::before {
    width: 200px;
    height: 56px;
    right: -7em;
    top: -2em;
  }
}
#oc2512 .item__areadeco li:nth-child(even) {
  position: relative;
}
#oc2512 .item__areadeco li:nth-child(even)::before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 84px;
  position: absolute;
  background-image: url(/library/contents/products/oc2512/img/parts/deco05_itemarea.svg);
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: -0.5em;
  opacity: 1;
  z-index: 100;
  left: -5em;
  bottom: 1em;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__areadeco li:nth-child(even)::before {
    width: 200px;
    height: 56px;
    top: 17em;
  }
}
#oc2512 .item__img {
  position: relative;
}
#oc2512 .item__img, #oc2512 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__img, #oc2512 .item__detail {
    width: 100%;
  }
}
#oc2512 .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: #C7161D;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__title {
    font-size: min(1.5em, 6vw);
  }
}
#oc2512 .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) {
  #oc2512 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#oc2512 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#oc2512 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__area--season {
    font-size: 0.75em;
  }
}
#oc2512 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #oc2512 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#oc2512 .item__allergen {
  margin-top: 1.5em;
  font-family: "Kosugi Maru", serif;
}
#oc2512 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#oc2512 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #00703F;
  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) {
  #oc2512 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#oc2512 .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;
}
#oc2512 .item__allergen a:hover {
  opacity: 0.8;
}
#oc2512 .item__allergen a:hover::before {
  right: 0.5em;
}
#oc2512 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#oc2512 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#oc2512 .nanigaarukana {
  background-color: #078C41;
  position: relative;
  z-index: 10;
}
#oc2512 .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) {
  #oc2512 .nanigaarukana__ttl {
    width: 100%;
    font-size: min(2.5em, 5vw);
    padding: 1vw;
  }
}
#oc2512 .nanigaarukana__col {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 3em;
  margin: 0 auto;
}
@media print, (min-width: 769px) {
  #oc2512 .nanigaarukana__col {
    padding: 0 7.5rem;
  }
}
#oc2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #oc2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
    width: 100%;
  }
}
#oc2512 .note {
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #oc2512 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
  }
}
#oc2512 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#oc2512 .note > *::before {
  content: "※";
}
#oc2512 .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;
  }
}
#oc2512 .c-red {
  color: #ff0000;
}
#oc2512 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#oc2512 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #oc2512 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #oc2512 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #oc2512 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #oc2512 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #oc2512 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #oc2512 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #oc2512 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #oc2512 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #oc2512 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#oc2512 .c-nw {
  display: inline-block;
}
#oc2512 .u-mb1em {
  margin-bottom: 1em !important;
}
#oc2512 .u-1fr {
  grid-template-columns: 1fr !important;
}
#oc2512 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#oc2512 .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=oc2512.css.map */