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

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

#gcg2603 {
  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;
  word-break: break-all;
}
#gcg2603 ol,
#gcg2603 ul {
  list-style: none;
}
#gcg2603 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#gcg2603 a:hover {
  text-decoration: none;
}
#gcg2603 .section {
  position: relative;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #gcg2603 .section {
    padding: 10vw 5vw;
  }
}
#gcg2603 .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) {
  #gcg2603 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#gcg2603 .kv {
  position: relative;
}
#gcg2603 .bgWrap {
  position: relative;
  background: url(/library/contents/products/gcg2603/img/bg.jpeg);
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #gcg2603 .bgWrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#gcg2603 .content {
  position: relative;
  z-index: 10;
}
#gcg2603 .content__ttl {
  width: 100%;
  margin: 0 auto;
  padding: 2em 5em;
  z-index: 10;
  background-color: #CC0000;
  border-top: solid 8px #000;
  border-bottom: solid 8px #000;
}
@media screen and (max-width: 768px) {
  #gcg2603 .content__ttl {
    width: 100%;
    padding: 1em 0.5em;
  }
}
#gcg2603 .content__wrap {
  margin: 0 5rem;
}
@media screen and (max-width: 768px) {
  #gcg2603 .content__wrap {
    margin: 0 1rem;
  }
}
#gcg2603 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
  z-index: 50;
  border: solid 8px #fff;
  margin-top: 3em;
  box-shadow: 0px 0px 15px 10px #FF5B3A;
  background-color: #43190C;
}
#gcg2603 .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/library/contents/products/gcg2603/img/item_bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item {
    max-width: 650px;
    margin: 2em auto;
    padding: 1em;
    display: block;
  }
}
#gcg2603 .item__img {
  width: 48%;
  position: relative;
  box-shadow: 0px 0px 15px 10px #FF5B3A;
  background-color: #FF5B3A;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__img {
    box-shadow: 0px 0px 10px 10px #FF5B3A;
    margin: 1em auto 1.5em;
    width: 94%;
  }
}
#gcg2603 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__detail {
    width: 100%;
  }
}
#gcg2603 .item__title {
  width: 100%;
}
#gcg2603 .item__price {
  font-size: 2em;
  font-weight: 800;
  color: #fff;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__price {
    font-size: 1.4em;
  }
}
#gcg2603 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#gcg2603 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__area--season {
    font-size: 0.75em;
  }
}
#gcg2603 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#gcg2603 .item__allergen {
  margin-top: 1.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gcg2603 .item__allergen {
    margin-top: 1em;
  }
}
#gcg2603 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
}
#gcg2603 .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) {
  #gcg2603 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#gcg2603 .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;
}
#gcg2603 .item__allergen a:hover {
  opacity: 0.8;
}
#gcg2603 .item__allergen a:hover::before {
  right: 0.5em;
}
#gcg2603 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#gcg2603 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#gcg2603 .intro {
  padding: 3em 3em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 119, 0, 0.7);
  position: relative;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #gcg2603 .intro {
    display: block;
    padding: 3em 1.5em 0;
    margin-top: 0;
  }
}
#gcg2603 .intro__img {
  width: 50%;
  padding: 0 4em;
}
@media screen and (max-width: 768px) {
  #gcg2603 .intro__img {
    width: 100%;
    padding: 0 3em 2em;
    max-width: 400px;
    margin: 0 auto;
  }
}
#gcg2603 .intro__detail {
  width: 50%;
  padding: 1em 0 3em;
}
@media screen and (max-width: 768px) {
  #gcg2603 .intro__detail {
    width: 100%;
  }
}
#gcg2603 .intro__desc {
  color: #FFF000;
  font-weight: bold;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #gcg2603 .intro__desc {
    font-size: 1.2em;
  }
}
#gcg2603 .intro__sns {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
#gcg2603 .intro__sns * {
  color: #fff;
  font-weight: bold;
  word-break: break-all;
  font-size: 1em;
}
#gcg2603 .intro__sns a {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
#gcg2603 .note {
  font-size: 1em;
  line-height: 1.5;
  padding: 2em 3em;
  position: relative;
  z-index: 50;
  background-color: #000;
  margin: 3rem 3rem 0;
  color: #fff;
}
#gcg2603 .note a {
  color: #FFF000;
}
@media screen and (max-width: 768px) {
  #gcg2603 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
    margin: 2rem 1rem 0;
  }
}
#gcg2603 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#gcg2603 .note > *::before {
  content: "※";
}
#gcg2603 .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;
  }
}
#gcg2603 .c-red {
  color: #ff0000;
}
#gcg2603 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#gcg2603 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #gcg2603 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #gcg2603 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #gcg2603 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #gcg2603 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #gcg2603 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #gcg2603 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #gcg2603 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #gcg2603 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #gcg2603 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#gcg2603 .c-nw {
  display: inline-block;
}
#gcg2603 .u-mb1em {
  margin-bottom: 1em !important;
}
#gcg2603 .u-1fr {
  grid-template-columns: 1fr !important;
}
#gcg2603 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#gcg2603 .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=gcg2603.css.map */