@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }

  .p-top_b {
    /*padding: 90px 0 90px!important;*/
    height: 50px;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p-top_b {
    padding: 50px 0 50px !important;
  }
}

/* ▼▼平均予算・基本滞在日数▼▼ */
#budget p {
  font-size: 1rem;
}

.p-page-heading_budget {
  color: #004098;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.tdc {
  background-color: #4a86e8 !important;
  color: #fff;
  font-weight: bold;
}

.tdc-2 {
  background-color: #68b4ff;
  color: #fff;
  font-weight: bold;
}

.tdb {
  background-color: #e8c343;
  color: #fff;
  font-weight: bold;
}

.table thead th {
  border-left: 1px solid #dee2e6;
  text-align: center;
}

.table thead th:first-child {
  border-left: none;
}

.table td,
.table th {
  padding: 0.5em;
}

/* ▲▲平均予算・基本滞在日数▲▲ */
/* ▼▼CTAボタン オレンジ▼▼ */
.c-rounded-button_d {
  display: block;
  width: 100%;
  background-color: #f39700;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #f39700;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

/* ▲▲CTAボタン オレンジ▲▲ */
.txt,
.txt2 {
  margin-top: 5%;
  font-size: 1.2rem;
  color: #003366;
  position: relative;
  padding: 20px;
}

.txt::before,
.txt::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
}

.txt::before {
  border-left: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  left: 0;
}

.txt::after {
  border-right: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  right: 0;
}

.p-reason {
  margin-top: 50px !important;
}

.his-service-movie {
  width: 50% !important;
  margin: 0 auto;
}

@media (hover: hover) {
  .c-rounded-button_d:not(.is-disabled-hover):hover .p-contetns-contact__text_d {
    color: #f39700;
  }
}

.c-rounded-button_d::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  .c-rounded-button_d:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.p-contetns-contact__button_d {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}

.p-contetns-contact__text_d {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.275rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

/* ▼▼方面別おすすめ▼▼ */
.mark_blue {
  background: linear-gradient(transparent 60%, #ccffff 60%);
  font-weight: bold;
}

.reason-txt {
  margin-top: -10px;
  font-size: 1.1rem !important;
}

.detail p {
  font-size: 1.1rem !important;
}

/* ▲▲方面別おすすめ▲▲ */
@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .p-contetns-contact__text_d {
    color: #f39700;
  }
}

@media print,
screen and (min-width: 768px) {

  /*ページ内リンク*/
  .m-PageLink {
    flex-wrap: wrap;
  }

  .m-PageLink li {
    width: 240px;
  }
}

@media not all and (min-width: 768px) {

  /* ↓バナーエリア↓*/
  .flex {
    display: block !important;
  }

  .flex li {
    width: 100%;
  }

  /* ↓CTAボタン オレンジ↓*/
  .p-contetns-contact__button_d {
    width: 100%;
  }

  .productPageLink li {
    float: left;
    margin: 0 1px 1px 0;
    width: 49.5%;
  }

  .sub {
    margin-top: 15%;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .p-page-heading_budget {
    font-size: 1.3rem;
  }

  .p-contetns-contact__button {
    width: 100%;
  }

  /*関連バナー*/
  .bnrFeatureContents {
    padding: 0 0 2rem;
  }

  .txt,
  .txt2 {
    font-size: 1rem;
  }

  .his-service-movie {
    width: 100% !important;
  }
}

/* ▼▼春のおすすめ▼▼ */
.osusume_area {
  width: 100%;
  background-color: #f8fcf2;
  padding: 5em 0 !important;
}

.mark_green {
  background: linear-gradient(transparent 60%, #bde478 60%);
  font-weight: bold;
}

.p_osusume {
  background: #f7eef0;
  padding: 15px 30px;
  /* border: 1px solid #ccc; */
  /* font-size: 128.57%; */
  border-radius: 6px;
  margin-top: 1.6rem;
}

.p_osusume h4 {
  display: inline-block;
  margin: -1.5rem;
  padding: 0 15px;
  border-radius: 50px;
  background: #fc92a4;
  line-height: 1.7;
  color: white;
  position: absolute;
}

.p_osusume ul {
  margin-top: 1rem;
}

.p_osusume ul li span {
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fc92a4;
  padding-bottom: 3px;
}

.p_osusume p {
  margin: 0.8rem 0rem 1.2rem;
}

.dotted {
  background-image: linear-gradient(to right, #fc92a4, #fc92a4 2px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p_osusume h5 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 2px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.txtBox {
  margin-bottom: 20px;
}

.txtBox p,
.txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.88;
}

.p-info-area {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

/*方面別*/
.top-banner {
  --_column: 2;
  --_gap: 10px;

  display: flex;
  gap: var(--_gap);
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.top-banner li {
  max-width: 100%;
  width: 100%;
  flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.top-banner li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
  border: solid 1px #ccc;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  transition: transform 0.4s ease;
  /* ゆっくり変化させる */
}

.top-banner li:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

.top-banner li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: 8px;
  margin: 0;
  font-size: clamp(1.0625rem, 0.9574rem + 0.4484vw, 1.25rem);
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (min-width: 540px) {
  .top-banner {
    --_column: 3;
  }
}

@media (min-width: 768px) {
  .top-banner {
    --_column: 6;
  }
}

/* ▲▲春のおすすめ▲▲ */
/*▼資料ダウンロード▼*/
@media print,
screen and (min-width: 768px) {
  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-view-list-button-s {
    width: 200px !important;
    margin: 0 10px;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }

  .p-info-item__head_dl img {
    width: 80% !important;
    margin: 0 10% !important;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item__head_dl {
    height: 200px !important;
  }

  .p-view-list-button-document {
    width: 100%;
  }

  .p-view-list-button-s {
    width: 100% !important;
    margin: 10px auto;
  }
}

/*▲資料ダウンロード▲*/
/*▼20240722新デザインアップ時の追加*/
/*==============================
	出張手配・管理の悩みを解決
===============================*/
.p-info_worry {
  background-color: #e9ecf2;
}

.p-info_worry,
.p-info-item {
  background-color: none;
}

.p-info_worry,
.p-info-item:hover {
  background-color: #e9ecf2 !important;
}

.person {
  margin-bottom: 10px;
  text-align: center;
}

.answer_g {
  padding: 2em 1em 1em;
  font-size: 1rem;
  margin: 8% 0 0;
  position: relative;
  background-color: #d2ebdd;
  border-radius: 5px;
}

.answer_g span.kaiketsu {
  background: #ffffff;
  width: 40%;
  text-align: center;
  position: absolute;
  top: -8%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #1d9b55;
  border-radius: 15px;
  border: 2px solid #1d9b55;
}

.answer_b {
  padding: 2em 1em 1em;
  font-size: 1rem;
  margin: 8% 0 0;
  position: relative;
  background-color: #dbe7fa;
  border-radius: 5px;
}

.answer_b span.kaiketsu {
  background: #ffffff;
  width: 40%;
  text-align: center;
  position: absolute;
  top: -8%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #4a86e8;
  border-radius: 15px;
  border: 2px solid #4a86e8;
}

.answer_y {
  padding: 2em 1em 1em;
  font-size: 1rem;
  margin: 8% 0 0;
  position: relative;
  background-color: #faf3d9;
  border-radius: 5px;
}

.answer_y span.kaiketsu {
  background: #ffffff;
  width: 40%;
  text-align: center;
  position: absolute;
  top: -8%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #e8c343;
  border-radius: 15px;
  border: 2px solid #e8c343;
}

.answer_b,
.answer_y,
.answer_g p {
  text-align: justify;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  padding: 1em 2em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #fff;
  border-radius: 5px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.balloon1 p {
  font-size: 1rem;
}

.p-info-item__heading2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  /*color: #003366;*/
}

.problem::before,
.flow02_area::before {
  display: block;
  content: "";
  width: 80px;
  aspect-ratio: 1;
  margin-inline: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_keyboard_double_arrow_down.svg");
  background: #c6cede;
}

@media not all and (min-width: 768px) {
  .p-info_worry .p-info__item+.p-info__item {
    margin-top: 0;
    padding-top: 0;
  }
}

/*==============================
	タイプ別タイトル
===============================*/
p.catchcopy_g {
  position: relative;
  padding: 1.5rem 0.6rem;
  background: #1d9b55;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: center;
  margin: 3rem auto;
  border-radius: 10px;
  color: #fff;
}

p.catchcopy_g span {
  background: #ffffff;
  width: 15%;
  text-align: center;
  position: absolute;
  top: -15%;
  left: 44%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1.2rem;
  color: #1d9b55;
  border-radius: 15px;
  border: 2px solid #1d9b55;
}

p.catchcopy_g:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #1d9b55;
  width: 0;
  height: 0;
  margin-bottom: 2rem;
}

p.catchcopy_b {
  position: relative;
  padding: 1.5rem 0.6rem;
  background: #4a86e8;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: center;
  margin: 3rem auto;
  border-radius: 10px;
  color: #fff;
}

p.catchcopy_b span {
  background: #ffffff;
  width: 15%;
  text-align: center;
  position: absolute;
  top: -15%;
  left: 44%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1.2rem;
  color: #4a86e8;
  border-radius: 15px;
  border: 2px solid #4a86e8;
}

p.catchcopy_b:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #4a86e8;
  width: 0;
  height: 0;
  margin-bottom: 2rem;
}

p.catchcopy_y {
  position: relative;
  padding: 1.5rem 0.6rem;
  background: #e8c343;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: center;
  margin: 3rem auto;
  border-radius: 10px;
  color: #fff;
}

p.catchcopy_y span {
  background: #ffffff;
  width: 15%;
  text-align: center;
  position: absolute;
  top: -15%;
  left: 44%;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 1.2rem;
  color: #e8c343;
  border-radius: 15px;
  border: 2px solid #e8c343;
}

p.catchcopy_y:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #e8c343;
  width: 0;
  height: 0;
  margin-bottom: 2rem;
}

@media not all and (min-width: 768px) {

  p.catchcopy_g,
  p.catchcopy_y,
  p.catchcopy_b {
    font-size: 1.2rem !important;
  }

  p.catchcopy_g span,
  p.catchcopy_b span,
  p.catchcopy_y span {
    width: 40%;
    top: -15%;
    left: 33%;
  }

  .problem {
    font-size: 1.5rem;
  }
}

.contentPageLink-service li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(/../../images/common/arrowBlueDown.png) no-repeat center / 100%;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.25s ease;
}

.Flow-Item-Content-Number-Line1 {
  position: absolute;
  top: -130%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 210px;
  background: #014897;
}

.Flow-Item-Content-Number-Line2 {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 130px;
  background: #014897;
}

.Flow-Item-Content-Number-Line3 {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 150px;
  background: #014897;
}

@media screen and (max-width: 768px) {

  .Flow-Item-Content-Number-Line1,
  .Flow-Item-Content-Number-Line2,
  .Flow-Item-Content-Number-Line3 {
    display: none;
  }
}

/*==========================
	ページ内リンク
===========================*/
.p_link {
  margin: 2% auto 3%;
}

.p_link ul {
  display: flex;
  justify-content: center;
}

.p_link ul a {
  display: block;
  text-align: center;
  background-color: #dee2e6;
  padding: 20px 0;
}

.p_link ul a:hover {
  background: #000;
  color: #fff;
}

.p_link ul a {
  width: 40% !important;
}

.p_link ul a:last-child {
  border-right: none;
}

.p_link ul a li {
  padding-right: 5px;
  font-weight: bold;
  border-right: 1px solid #000;
}

.p_link ul a li.last {
  padding-right: 5px;
  font-weight: bold;
  border-right: none !important;
}

div .button {
  display: flex;
  justify-content: center;
}

.sub2 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3em;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p_link ul {
    display: block;
  }

  .p_link ul a {
    width: 48% !important;
    float: left;
    margin: 1px;
    padding: 10px 0;
    font-size: 0.8rem;
  }

  .p_link ul a li {
    border-right: none;
  }

  div .button {
    display: block;
    justify-content: center;
  }

  .sub2 {
    font-size: 1rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-news-list-sb {
    height: 440px;
  }
}

.box01 {
  padding: 1.5em;
  margin: 2em 0;
  color: #474747;
  background: whitesmoke;
  border-left: double 7px #4ec4d3;
  border-right: double 7px #4ec4d3;
}

.seminarDetailBox01 p.txt01 {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}

.blue {
  color: #003366 !important;
}

.mark_md {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
  padding: 2em;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .seminarDetailBox01 p.txt01 {
    font-size: 85.71%;
  }

  .serviceBoxWrap .serviceBox2 {
    width: 100%;
    display: block;
  }
}

/*メリットデメリット　はじめ*/
.infoList01_3 {
  font-size: 1rem;
}

dl.infoList01_3 {
  margin: 20px;
}

.infoList01_3 h3 {
  font-weight: bold;
}

.infoList01_3 dt h3:before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  vertical-align: sub;
  margin-right: 4px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_check-correct.svg");
  background: #004098;
}

.infoList01_3 dt {
  font-weight: 800;
  color: #004098;
  padding: 1rem 0 0.25rem;
  text-align: left;
  font-size: 1.2rem;
}

.infoList01_3 dd {
  padding: 0 0 0.5rem 0;
  text-align: left;
}

.serviceBoxWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serviceBoxWrap .serviceBox2 {
  width: 50%;
  background: #fff;
  margin-bottom: 4%;
  position: relative;
  border: solid 1px #d7d7d7;
}

.title_merit {
  /*background-color:#f0c0c0;*/
  background-image: linear-gradient(345deg, rgba(243, 116, 154, 0.7), rgba(250, 231, 143, 0.7));
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
}

.title_demerit {
  /*background-color:#b2cbe4;*/
  background-image: linear-gradient(90deg, rgba(130, 221, 205, 0.75), rgba(184, 185, 247, 0.75));
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
}

.box01 {
  width: 70%;
  margin-inline: auto;
}

.info_area_link {
  text-decoration: underline;
  color: blue;
}

@media not all and (min-width: 768px) {
  .box01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .serviceBoxWrap .serviceBox2 {
    width: 100%;
    display: block;
  }
}

.solution {
  background: #d9e6f2;
  padding: 15px 30px;
  /* border: 1px solid #ccc; */
  /* font-size: 128.57%; */
  border-radius: 6px;
  margin-top: 1.6rem;
}

.solution h4 {
  display: inline-block;
  margin: -1.5rem;
  padding: 0 15px;
  border-radius: 50px;
  background: #7fa6ce;
  line-height: 1.7;
  color: white;
  position: absolute;
  font-size: 0.9rem;
}

.solution p {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

/*メリットデメリット　おわり*/

/* 社員旅行の参考事例 */
.anchor_voice .p-info-item__heading {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.voice.voice--add .icn-business .sc-01 {
  height: fit-content;
  color: #fff;
  background-color: #2e8b57;
  padding: 0.75rem 2rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-left: 0.3rem;
}

.voice.voice--add .icn-business {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.voice.voice--add h3 {
  position: inherit;
  margin-bottom: 0 !important;
}

.voice.voice--add h3:before {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  left: 0;
}

.voice.voice--add h3:after {
  content: "";
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  right: 0;
}

.voice.voice--add .kigyo {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 1.5rem;
}

.voice.voice--add .table td,
.voice.voice--add .table th {
  border-top: none;
}

.voice.voice--add .table th {
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .voice.voice--add .icn-business {
    display: block;
  }

  .voice.voice--add h3 {
    padding: 0.25rem !important;
  }

  .voice.voice--add h4.kigyo {
    margin-top: 1rem;
  }

  .voice.voice--add .icn-business .sc-01 {
    color: #fff;
    background-color: #2e8b57;
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
    text-align: center;
  }
}

/* 表 */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.table td,
.table th {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/*リンクカードPCそろえる */
@media screen and (min-width: 768px) {
  .p-info.grid {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-info.grid[data-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-info.grid .p-info__item {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .p-info.grid[data-item-row="4"] .p-info__item {
    grid-row: span 4;
  }
}

/* プロデュース */
.s-produce .dvd-4 {
  position: relative;
}

.s-produce h3 {
  font-size: clamp(1.25rem, 0.9697rem + 1.1958vw, 1.75rem);
}

.s-produce .dvd-4 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media (min-width: 640px) {
  .s-produce .p-info-dvd-4 {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(2, 1fr);
  }

  .s-produce .dvd-4 {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

@media (min-width: 1024px) {
  .s-produce .p-info-dvd-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}