@charset "UTF-8";

.p-graphic-kv {
  max-width: 1200px;
  margin: 30px auto 50px;
}
.r-graphic .r-hdg {
  margin-top: 0 !important;
  font-size: 1rem !important;
}
.r-graphic .r-img {
  border: solid 1px #ddd;
  padding: 17px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-graphic .r-img {
  object-fit: contain;
}
@media screen and (min-width: 769px), print {
  .r-graphic-modal .c-modal__section figure {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .p-graphic-modal-pic {
    width: 1040px;
    max-width: 1040px;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .p-graphic-kv {
    width: 100%;
  }
  .p-graphic-kv img {
    width: 100%;
    height: 47.8vw;
    object-fit: cover;
  }
  .r-graphic .r-hdg {
    margin-top: 0 !important;
  }
  .r-graphic .r-img {
    padding: 3.46666667vw;
    height: 54.4vw;
  }
}

.p-recipe-feature-datelist .r-itm.is-active span{color:#333;cursor:default;}
@media screen and (min-width: 769px), print{
.p-recipe-feature-datelist .r-itm.is-active span{font-weight:bold;border-bottom:2px solid #e4002b;}
}
@media screen and (max-width: 768px){
*{max-width:99999px;}
}


.p-graphic-pic-block {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.p-graphic-pic-block-itm {
  width: 500px;
  border: solid 1px #ddd;
  cursor: pointer;
  position: relative;
}
.p-graphic-pic-block-itm-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .p-graphic-pic-block {
    flex-direction: column;
    gap: 4vw;
  }
  .p-graphic-pic-block-itm {
    width: 100%;
    cursor: none;
    pointer-events: none;
  }
}

.r-loupe{position:absolute;}
@media screen and (min-width: 769px), print{
.r-loupe{width:22px;right:-4px;bottom:-4px;z-index:5;}
}
@media screen and (max-width: 768px){
.r-loupe{display: none;}
}

