@media screen and (min-width: 600px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .is-pc {
    display: none !important;
  }
}
.kitchen {
  overflow: hidden;
  letter-spacing: 0.07em;
}
.kitchen img {
  vertical-align: top;
}
.kitchen .container {
  max-width: 1200px;
  width: auto;
}
.kitchen .ecbn-selection-page-wrapper .ecbn-selection-title {
  margin-top: 0;
}
.kitchen-mv {
  height: 400px;
  margin: 0 0 80px;
  background: url("/img/usr/freepage/wonderful_kitchen/k01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.kitchen-mv-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.kitchen-mv-img {
  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;
  position: relative;
  width: 592px;
  height: 400px;
  z-index: 0;
}
.kitchen-mv-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vw;
  background: #f1f3f5;
  z-index: -1;
}
.kitchen-mv-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -21px;
  bottom: 0;
  width: 22px;
  background: url("/img/usr/freepage/wonderful_kitchen/k18.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.kitchen-section {
  position: relative;
  padding: 0 0 160px;
  z-index: 0;
}
.kitchen-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 60px 60px 0 0;
  background: #fff;
  z-index: -1;
}
.kitchen-section:nth-of-type(2n-1):before {
  background: #f1f3f5;
}
.kitchen-section:nth-of-type(2n-1) .kitchen-heading span:before {
  background: #f1f3f5;
}
.kitchen-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 64px;
}
.kitchen-heading span {
  display: block;
  position: relative;
  padding: 0 24px 12px;
  border: 4px solid #1a1a1a;
  border-top: none;
  border-radius: 40px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 0;
}
.kitchen-heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 12px;
  left: -5px;
  background: #fff;
  z-index: -1;
}
.kitchen-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  margin: 0 0 58px;
}
.kitchen-lead-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 20px;
}
.kitchen-lead-img {
  width: 540px;
}
.kitchen-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 58px;
}
.kitchen-img-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kitchen-reco-ttl {
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 0 14px;
  border-left: 3px solid #1a1a1a;
}
.kitchen-reco-ttl-ja {
  display: block;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: bold;
}
.kitchen-reco-ttl-en {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.kitchen-reco-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.kitchen-reco-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 16px 27px 16px 20px;
  border: 1px solid #d6d5d2;
  border-radius: 8px;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .kitchen-reco-item a:hover {
    color: inherit;
    opacity: 0.7;
  }
}
.kitchen-reco-item-img {
  width: 120px;
}
.kitchen-reco-item-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kitchen-reco-item-name {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
}
.kitchen-reco-item-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kitchen-reco-item-price {
  font-size: 20px;
  font-weight: bold;
}
.kitchen-reco-item-price span {
  font-size: 12px;
}
.kitchen-reco-item-btn {
  width: 160px;
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #c6112f;
}
.kitchen-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  margin: 64px 0;
}
.kitchen-point-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.kitchen-point-ttl {
  width: 102px;
  margin: 0 0 16px;
  padding: 3px 0;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.kitchen-point-txt {
  line-height: 2;
  font-size: 16px;
}
.kitchen-point-img {
  width: 360px;
}
.kitchen-longseller-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin: 56px 0 0;
}
.kitchen-longseller-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 16px 27px 16px 20px;
  border: 1px solid #d6d5d2;
  border-radius: 8px;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .kitchen-longseller-item a:hover {
    color: inherit;
    opacity: 0.7;
  }
}
.kitchen-longseller-item-img {
  width: 120px;
}
.kitchen-longseller-item-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kitchen-longseller-item-name {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
}
.kitchen-longseller-item-price {
  margin: 0 0 11px;
  font-size: 20px;
  font-weight: bold;
}
.kitchen-longseller-item-price span {
  font-size: 12px;
}
.kitchen-longseller-item-btn {
  width: 160px;
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #c6112f;
}
@media screen and (max-width: 599px) {
  .kitchen img {
    height: auto;
  }
  .kitchen .sealed_pack-recommend {
    padding: 0;
  }
  .kitchen-mv {
    height: 360px;
    margin: 0 0 50px;
    background-image: url("/img/usr/freepage/wonderful_kitchen/k01_sp.jpg");
  }
  .kitchen-mv-img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 15px 0;
    text-align: center;
  }
  .kitchen-mv-img:before {
    bottom: auto;
    left: 0;
    height: 172px;
  }
  .kitchen-mv-img:after {
    top: 171px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 21px;
    background-image: url("/img/usr/freepage/wonderful_kitchen/k18_sp.png");
  }
  .kitchen-mv-img img {
    position: relative;
    max-width: 344px;
    z-index: 1;
  }
  .kitchen-section {
    padding: 0 15px 92px;
  }
  .kitchen-section:before {
    top: -48px;
    border-radius: 30px 30px 0 0;
  }
  .kitchen-heading {
    margin: 0 0 34px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
  }
  .kitchen-heading span {
    line-height: 1.5;
    padding: 0 16px 9px;
    border-width: 3px;
    border-radius: 80px;
    font-size: 24px;
  }
  .kitchen-lead {
    display: block;
    margin: 0 0 28px;
  }
  .kitchen-lead-txt {
    line-height: 1.9;
    margin: 0 0 16px;
    font-size: 14px;
  }
  .kitchen-lead-img {
    width: auto;
  }
  .kitchen-img {
    margin: 0 0 50px;
  }
  .kitchen-img-item img {
    width: 100%;
  }
  .kitchen-reco-ttl {
    margin: 0 0 24px;
    padding: 0 0 0 9px;
  }
  .kitchen-reco-ttl-ja {
    margin: 0 0 4px;
    font-size: 20px;
  }
  .kitchen-reco-ttl-en {
    font-size: 10px;
  }
  .kitchen-reco-list {
    display: block;
  }
  .kitchen-reco-item {
    margin: 0 0 12px;
  }
  .kitchen-reco-item a {
    gap: 0 16px;
    padding: 14px 27px 14px 15px;
  }
  .kitchen-reco-item-img {
    width: 96px;
  }
  .kitchen-reco-item-name {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .kitchen-reco-item-buy {
    display: block;
  }
  .kitchen-reco-item-price {
    margin: 0 0 7px;
    font-size: 18px;
  }
  .kitchen-reco-item-btn {
    width: 140px;
    padding: 6px 0;
    font-size: 14px;
  }
  .kitchen-point {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 20px;
    margin: 48px 0;
    padding: 28px 0 22px;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
  }
  .kitchen-point.kitchen-point-02 {
    display: block;
  }
  .kitchen-point.kitchen-point-02 .kitchen-point-img {
    width: auto;
    margin: 20px 0 0;
  }
  .kitchen-point.kitchen-point-02 .kitchen-point-img img {
    width: 50%;
  }
  .kitchen-point-inner {
    padding: 0;
    border: none;
  }
  .kitchen-point-ttl {
    width: 88px;
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 12px;
  }
  .kitchen-point-txt {
    line-height: 1.85;
    font-size: 14px;
  }
  .kitchen-point-img {
    width: 145px;
  }
  .kitchen-longseller-list {
    display: block;
    margin: 40px 0 0;
  }
  .kitchen-longseller-item {
    margin: 0 0 12px;
  }
  .kitchen-longseller-item a {
    gap: 0 16px;
    padding: 14px 27px 14px 15px;
  }
  .kitchen-longseller-item-img {
    width: 96px;
  }
  .kitchen-longseller-item-name {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .kitchen-longseller-item-price {
    margin: 0 0 7px;
    font-size: 18px;
  }
  .kitchen-longseller-item-btn {
    width: 140px;
    padding: 6px 0;
    font-size: 14px;
  }
}

/* ATOJ_AGC-128 すてきなキッチン動画 */
.kitchen-video {
  margin-top: 58px;
  padding: 0 20px;
}
.kitchen-video-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
}
.modal_container {
  display: none;
}
@media screen and (max-width: 599px) {
  .kitchen-video {
    padding: 0 0 20px;
    border-bottom: 1px solid #1a1a1a;
  }
  .kitchen-video .kitchen-point {
    margin: 0;
    border-bottom: none;
  }
  .kitchen-video-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video.is-sp {
    position: relative;
    margin-inline: auto;
  }
  .video.is-sp:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    background: url("/img/usr/freepage/wonderful_kitchen/play_button.png") no-repeat center top/contain;
  }
  .video.is-sp img {
    aspect-ratio: 281/158;
    height: auto;
  }
  .modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
  }
  .modal_container.is_active {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .modal_container .modal_content {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
  }
  .modal_container .modal_content iframe {
    aspect-ratio: 9/16;
    width: auto;
    height: 70vh;
    border-radius: 5px;
  }
  .modal_container .close_btn {
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 999px;
    font-size: 40px;
    font-weight: bold;
    margin-left: auto;
  }
}
