#sakusakudekopan {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.05em;
}
#sakusakudekopan * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sakusakudekopan img {
  max-width: 100%;
  width: 100%;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  .l-container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 749px) {
  .l-container {
    max-width: 375px;
  }
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.p-kopan {
  background-color: #FFF8EF;
}

.p-about {
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-about {
    padding-top: 47px;
    padding-bottom: 100px;
    background-image: url(/knorr/sakusakudekopan/img/bg_about_pc.png), url(/knorr/sakusakudekopan/img/bg_about-shape_pc.png);
    background-size: 1321.89px auto, 100% 65px;
    background-position: top 40px center, bottom center;
  }
}
@media screen and (max-width: 749px) {
  .p-about {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(/knorr/sakusakudekopan/img/bg_about_sp.png), url(/knorr/sakusakudekopan/img/bg_about-shape_sp.png);
    background-size: 427.84px auto, 100% 65px;
    background-position: top 11.4px center, bottom center;
  }
}

.p-about-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5A2A1C;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .p-about-ttl {
    row-gap: 5px;
    font-size: 40px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 749px) {
  .p-about-ttl {
    row-gap: 8px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-about-ttl::after {
  content: "";
  display: block;
  aspect-ratio: 142/12;
  width: 142px;
  background-image: url(/knorr/sakusakudekopan/img/bg_heading-line.svg);
  background-size: cover;
}

.p-about-ttl__sub {
  width: 61.87px;
  line-height: 0;
}

.p-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 750px) {
  .p-feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 749px) {
  .p-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
@media screen and (min-width: 750px) {
  .p-feature.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-feature:nth-of-type(1) {
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .p-feature + .p-feature {
    margin-top: 80px;
  }
}
@media screen and (max-width: 749px) {
  .p-feature + .p-feature {
    margin-top: 60px;
  }
}

@media screen and (min-width: 750px) {
  .p-feature__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 454px;
  }
}

@media screen and (min-width: 750px) {
  .p-feature__img {
    width: 486px;
  }
}

.p-feature-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  aspect-ratio: 87/77;
  -webkit-mask-image: url(/knorr/sakusakudekopan/img/bg_feature-num-mask.svg);
          mask-image: url(/knorr/sakusakudekopan/img/bg_feature-num-mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #5A2A1C;
}
@media screen and (min-width: 750px) {
  .p-feature-num {
    width: 87px;
    font-size: 40px;
  }
}
@media screen and (max-width: 749px) {
  .p-feature-num {
    width: 70px;
    font-size: 30px;
  }
}
.p-feature-num.is-01 {
  background-color: #FFEC9A;
}
.p-feature-num.is-02 {
  background-color: #E1FDB3;
}
.p-feature-num.is-03 {
  background-color: #FFE0EC;
}

.p-feature-ttl {
  margin-top: 11px;
  padding-bottom: 19px;
  background-image: url(/knorr/sakusakudekopan/img/bg_feature-ttl-line.svg);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 27px auto;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #5A2A1C;
}
@media screen and (min-width: 750px) {
  .p-feature-ttl {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 749px) {
  .p-feature-ttl {
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 750px) {
  .p-feature-desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 749px) {
  .p-feature-desc {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-lineup {
  background-color: #FFFFFF;
}
@media screen and (min-width: 750px) {
  .p-lineup {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-lineup-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5A2A1C;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .p-lineup-ttl {
    row-gap: 5px;
    font-size: 40px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-ttl {
    row-gap: 8px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-lineup-ttl::after {
  content: "";
  display: block;
  aspect-ratio: 142/12;
  width: 142px;
  background-image: url(/knorr/sakusakudekopan/img/bg_heading-line.svg);
  background-size: cover;
}

.p-lineup-ttl__sub {
  width: 70.21px;
  line-height: 0;
}

.p-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .p-lineup-list {
    gap: 40px;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-list {
    gap: 20px;
  }
}

.p-lineup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  .p-lineup-item {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    padding: 60px 20px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-item {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding: 35px 20px 29px;
    width: 100%;
  }
}
.p-lineup-item.is-full {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .p-lineup-item.is-full {
    padding: 60px 20px 43px;
  }
}
.p-lineup-item.is-yellow {
  background-color: #FBF9DD;
}
.p-lineup-item.is-green {
  background-color: #EBFAD2;
}
.p-lineup-item.is-pink {
  background-color: #FFEAF2;
}

@media screen and (min-width: 750px) {
  .p-lineup-item__img {
    width: 189px;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-item__img {
    width: 114px;
  }
}
@media screen and (min-width: 750px) {
  .is-full .p-lineup-item__img {
    width: 255px;
  }
}

.p-lineup-item__name {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (min-width: 750px) {
  .p-lineup-item__name {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-item__name {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 750px) {
  .is-full .p-lineup-item__name {
    margin-top: -22px;
  }
}

.p-lineup-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  height: 40px;
  background-color: #0F872A;
  color: #FFFFFF !important;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 750px) {
  .p-lineup-item__link {
    margin-top: 34px;
    width: 220px;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-item__link {
    margin-top: 20px;
    width: 295px;
  }
}
.p-lineup-item__link::after {
  content: "";
  display: block;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 750px) {
  .p-lineup-item__link::after {
    right: 15px;
  }
}
@media screen and (max-width: 749px) {
  .p-lineup-item__link::after {
    right: 19px;
  }
}
@media (any-hover: hover) {
  .p-lineup-item__link:hover {
    opacity: 0.75;
  }
}

.p-gallery {
  position: relative;
}
@media screen and (min-width: 750px) {
  .p-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  .p-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-gallery::after {
  content: "";
  background-size: 100% 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .p-gallery::after {
    height: 65px;
    background-image: url(/knorr/sakusakudekopan/img/bg_gallery-shape_pc.png);
  }
}
@media screen and (max-width: 749px) {
  .p-gallery::after {
    height: 45px;
    background-image: url(/knorr/sakusakudekopan/img/bg_gallery-shape_sp.png);
  }
}

.p-gallery-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5A2A1C;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .p-gallery-ttl {
    row-gap: 5px;
    font-size: 40px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 749px) {
  .p-gallery-ttl {
    row-gap: 8px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-gallery-ttl::after {
  content: "";
  display: block;
  aspect-ratio: 142/12;
  width: 142px;
  background-image: url(/knorr/sakusakudekopan/img/bg_heading-line.svg);
  background-size: cover;
}

.p-gallery-ttl__sub {
  width: 75px;
  line-height: 0;
}

.p-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (min-width: 750px) {
  .p-gallery-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 749px) {
  .p-gallery-item {
    width: 100%;
  }
}

.p-gallery-item__thumb {
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-gallery-item__thumb::after {
  content: "";
  display: block;
  background-image: url(/knorr/sakusakudekopan/img/icon_yt-play.svg);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px) {
  .p-gallery-item__thumb::after {
    width: 79px;
  }
}
@media screen and (max-width: 749px) {
  .p-gallery-item__thumb::after {
    width: 55px;
  }
}
@media (any-hover: hover) {
  .p-gallery-item__thumb:hover {
    opacity: 0.6;
  }
}
.is-cs .p-gallery-item__thumb {
  cursor: default;
  pointer-events: none;
}
.is-cs .p-gallery-item__thumb::after {
  display: none;
}
@media (any-hover: hover) {
  .is-cs .p-gallery-item__thumb:hover {
    opacity: 1;
  }
}

.p-gallery-item__name {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (min-width: 750px) {
  .p-gallery-item__name {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 749px) {
  .p-gallery-item__name {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.2666666667;
  }
}
.is-cs .p-gallery-item__name {
  display: none;
}

@media screen and (min-width: 750px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .u-pc {
    display: none !important;
  }
}