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

@media screen and (max-width: 768px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}
#sat2512 {
  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;
}
#sat2512 * {
  box-sizing: border-box;
}
#sat2512 ol,
#sat2512 ul {
  list-style: none;
}
#sat2512 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#sat2512 a:hover {
  text-decoration: none;
}
#sat2512 .section {
  position: relative;
  padding: 5rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sat2512 .section {
    padding: 10vw 5vw;
  }
}
#sat2512 .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) {
  #sat2512 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}

#sat2512 .bgWrap {
  position: relative;
  background-color: #FFC612;
}
#sat2512 .bgWrap::before {
  content: "";
  position: absolute;
  background: url(/library/contents/products/sat2512/img/parts/bg_item.png);
  background-size: 40%;
  background-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.3;
}
#sat2512 .anchor__ttl {
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
}
#sat2512 .anchor__link {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5/1;
  margin-top: 4%;
}
#sat2512 .anchor__link a {
  position: absolute;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.3s ease-in-out;
}
#sat2512 .anchor__link a:hover {
  transform-origin: center center;
  transform: translateX(-50%) rotate(10deg);
}
#sat2512 .anchor__link a:hover img {
  opacity: 1;
}
#sat2512 .anchor__link a:nth-child(odd) {
  top: 0;
}
#sat2512 .anchor__link a:nth-child(even) {
  bottom: 0;
}
#sat2512 .anchor__link a:nth-child(1) {
  left: 15%;
}
#sat2512 .anchor__link a:nth-child(3) {
  left: 50%;
}
#sat2512 .anchor__link a:nth-child(5) {
  left: 85%;
}
#sat2512 .anchor__link a:nth-child(2) {
  left: 32.5%;
}
#sat2512 .anchor__link a:nth-child(4) {
  left: 67.5%;
}
#sat2512 .anchor__link a img {
  height: 200px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #sat2512 .anchor__link a img {
    height: 18vw;
  }
}
#sat2512 .content {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
#sat2512 .content__box {
  background-color: #FBF9E7;
  padding: 2.5em 3em 4em;
}
@media screen and (max-width: 768px) {
  #sat2512 .content__box {
    padding: 1.5em 0.5em;
  }
}
#sat2512 .content__ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sat2512 .content__ttl {
    padding: 0.5em 0 0.25em;
  }
}
#sat2512 .content__ttl img {
  width: auto;
  height: 85px;
}
@media screen and (max-width: 768px) {
  #sat2512 .content__ttl img {
    height: 8.5vw;
  }
}
#sat2512 .content__wrap {
  gap: 6em 3em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #sat2512 .content__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    margin-top: 0.5em;
  }
}
#sat2512 .item {
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sat2512 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
@media print, (min-width: 769px) {
  #sat2512 .item:first-of-type:not(.item--noFlex) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1/-1;
  }
  #sat2512 .item:first-of-type:not(.item--noFlex) .item__img,
#sat2512 .item:first-of-type:not(.item--noFlex) .item__detail {
    width: 48%;
  }
}
#sat2512 .item__img {
  position: relative;
  border: solid 4px #E63082;
}
#sat2512 .item__rank {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 20%;
}
#sat2512 .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: #E8380D;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #sat2512 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#sat2512 .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) {
  #sat2512 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#sat2512 .item__otherPrice {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 5px dotted #FFC612;
}
#sat2512 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #sat2512 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#sat2512 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #sat2512 .item__area--season {
    font-size: 0.75em;
  }
}
#sat2512 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #sat2512 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#sat2512 .item__allergen {
  margin-top: 1em;
  font-family: "Kosugi Maru", serif;
}
#sat2512 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#sat2512 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
  background-color: #1FB9DF;
  border-radius: 999px;
  padding: 0.75em 2.5em 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) {
  #sat2512 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
    width: 100%;
  }
}
#sat2512 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#sat2512 .item__allergen a:hover {
  opacity: 0.8;
}
#sat2512 .item__allergen a:hover::before {
  right: 0.75em;
}
#sat2512 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#sat2512 .item__note {
  font-size: 0.8rem;
}
#sat2512 .note {
  font-size: 1em;
  line-height: 1.5;
  padding: 5em 3em;
  position: relative;
  z-index: 50;
}
#sat2512 .note--upper {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #sat2512 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
  }
}
#sat2512 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#sat2512 .note > *::before {
  content: "※";
}
#sat2512 .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;
  }
}
#sat2512 .c-red {
  color: #ff0000;
}
#sat2512 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#sat2512 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sat2512 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #sat2512 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #sat2512 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #sat2512 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #sat2512 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #sat2512 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #sat2512 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #sat2512 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #sat2512 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#sat2512 .c-nw {
  display: inline-block;
}
#sat2512 .u-mt1em {
  margin-top: 1em !important;
}
#sat2512 .u-mb1em {
  margin-bottom: 1em !important;
}
#sat2512 .u-mt0 {
  margin-top: 0 !important;
}
#sat2512 .u-mb0 {
  margin-bottom: 0 !important;
}
#sat2512 .u-pb0 {
  padding-bottom: 0 !important;
}
#sat2512 .u-1fr {
  grid-template-columns: 1fr !important;
}
#sat2512 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#sat2512 .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=sat2512.css.map */