*,
      *:before,
      *:after {
        box-sizing: border-box !important;
      }

      #header div,
      #footer div {
        height: auto !important;
      }

      #header-pc div {
        height: auto !important;
      }

      .l-contact__wrap {
        margin-top: 0;
      }

      .promo-lineup {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        max-width: 1104px;
        margin: 32px auto;
        padding: 0 16px;
        box-sizing: border-box;
      }

      .promo-card {
        flex-grow: 0;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        line-height: 1.5;
        font-family: 'Noto Sans JP', sans-serif;
        color: #2c2a29;
        display: flex;
        flex-direction: column;
      }

      /* -------------------------------------- */
      /* 1. 横2列レイアウト */
      /* -------------------------------------- */

      @media (min-width: 768px) {
        .promo-lineup:not(.is-one-col) .promo-card {
          width: calc(50% - 16px);
        }
      }

      @media (max-width: 767px) {
        .promo-lineup:not(.is-one-col) .promo-card {
          width: 100%;
        }
      }

      .promo-card__header {
        padding: 12px 16px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 2px solid #2c2a29;
      }

      .promo-card__image-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 80%;
      }

      .promo-card__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: right
      }

      .promo-card__text-area {
        padding: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-start;
      }

      .promo-card__text-area-top {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 8px 16px;
        text-align: center;
      }

      .promo-card__location {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        margin: 0;
      }

      .promo-card__title {
        font-size: 15px;
        font-weight: bold;
        color: #2c2a29;
        margin-bottom: 8px;
        text-align: center;
        flex-shrink: 0;
      }

     .promo-card__price {
    font-size: 24px;
    font-weight: bold;
    color: red;
    margin-bottom: 8px;
    text-align: center;
    flex-shrink: 0;
}

      .promo-card__note {
        font-size: 13px;
        /* color: #888888; */
        text-align: left;
        /* background: #d9e6f2; */
        padding: 1rem;
        border-radius: 8px;
        background-image: linear-gradient(90deg, rgba(130, 221, 205, 0.4), rgba(184, 185, 247, 0.4));
        flex-grow: 1;
      }


      .promo-lineup.is-one-col {
        gap: 0;
        flex-direction: column;
      }

      .promo-lineup.is-one-col .promo-card {
        width: 100%;
        margin-bottom: 24px;
        display: block;
        text-align: left;
      }

      .promo-lineup.is-one-col .promo-card__header {
        padding: 12px 16px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        border-bottom: 2px solid #2c2a29;
      }

      .promo-lineup.is-one-col .promo-card__image-container {
        width: 100%;
        height: 0;
        padding-top: 30%;
        position: relative;
      }


      .promo-lineup.is-three-col {
        gap: 24px;
      }

      @media (min-width: 768px) {
        .promo-lineup.is-three-col .promo-card {
          width: calc(33.333% - 16px);
        }

      }

      @media (max-width: 767px) {
        .promo-lineup.is-one-col .promo-card__image-container {
          padding-top: 80%;
        }
      }

      .promo-lineup.is-three-col .promo-card .promo-card__image-container {
        padding-top: 80%;
      }

      .l-contact__wrap {
        margin-top: 0 !important;
      }


.promo-lineup.is-four-col {
  gap: 24px;
}

@media (min-width: 768px) {
  .promo-lineup.is-four-col .promo-card {
    width: calc(25% - 18px);
  }
}

.promo-lineup.is-four-col .promo-card .promo-card__image-container {
  padding-top: 80%;
}


      /* -------------------------------------- */
      /* 2.微調整 */
      /* -------------------------------------- */
      .contentPageLink li a {
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }

      @media not screen and (min-width: 768px) {
        .contentPageLink {
          display: flex;
        }
      }

      #mainArea {
        padding-bottom: 12%;
		/*background-color: #ffdee7;
		background: url(../common/images/bg_offer.webp) repeat !important;*/
		  background-color: #eaf3f3;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(141, 202, 215, 0.3) calc(50% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(141, 202, 215, 0.3) calc(50% - 1px));
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: center center;
      }




      /* -------------------------------------- */
      /* 3.撮影特典 */
      /* -------------------------------------- */
      #offer {
        background: url("../common/images/bg_offer.webp") repeat !important;
        padding: 8% 0;
      }

      #offer .base-title__main-text {
        display: block;
        color: #003f7e;
      }

      #offer .base-title__main-text .copy {
        font-size: 2rem;
      }

      @media not screen and (min-width: 768px) {
        #offer .base-title__main-text .copy {
          font-size: 1.5rem;
        }
      }

      .inner {
        max-width: 1104px;
        margin-inline: auto;
        padding: 0 16px;
        box-sizing: border-box;
      }

      .wbr {
        word-break: keep-all;
        overflow-wrap: anywhere;
      }

      .base-title+.sub {
        margin-top: 2rem;
      }

      .benefit-lineup {
        max-width: 1104px;
        margin: 48px auto 32px;
        padding: 0 16px;
      }

      .benefit-block:not(:first-child) {
        margin-top: 80px;
      }

      .benefit-title {
        max-width: fit-content;
        margin-inline: auto;
        position: relative;
        font-size: clamp(1.25rem, 1.1099rem + 0.5979vw, 1.5rem);
        padding: 10px 20px;
        color: white;
        font-weight: 500;
        /*border-radius: 10px;*/
        background: black;
      }

      /*.benefit-title span:after {
        position: absolute;
        bottom: -9px;
        left: 1em;
        width: 0;
        height: 0;
        content: "";
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #ffde21 transparent transparent transparent;
      }*/

      .benefit-text {
        margin-top: 8px;
        text-align: center;
      }

      .benefit-text .-title {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        align-items: center;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.3;
        border-bottom: solid 1px;
        padding: 1.2rem 0;
        max-width: 800px;
        margin: auto;
        border-top: solid 1px;
        margin-top: -.5rem;
      }

      @media not screen and (min-width: 768px) {
        .benefit-text .-title {
          font-size: 1.7rem;
        }
      }

      /*.benefit-text .-title::before {
        content: "";
        display: block;
        width: 43px;
        height: 50px;
        background: url("https://stg.his-j.com/corp/companytrip/destination/images/hatsuyume/title_deco_kazari_L.png");
        background-size: contain;
        vertical-align: middle;
      }

      .benefit-text .-title::after {
        content: "";
        display: block;
        width: 53px;
        height: 45px;
        background: url("https://stg.his-j.com/corp/companytrip/destination/images/hatsuyume/title_deco_kazari_R.png");
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
      }*/

      .benefit-text .-text {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.6;
      }

      .benefit__lists {
        --_column: 1;
        --_gap: 24px;
        margin-top: 32px;
        display: block flex;
        flex-wrap: wrap;
        gap: var(--_gap);
        justify-content: center;
      }

      .benefit__item {
        background-color: #fff;
        padding: 10px 10px 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        position: relative;
        flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));
        margin-top: 20px;
      }

      .benefit__item--one {
        flex-basis: 100%;
        max-width: 700px;
      }

      .benefit__item--one .benefit__video {
        width: 100%;
        aspect-ratio: 16 /9;
        object-fit: cover;
      }

      .benefit__item:not(.benefit__item--one)::before {
        position: absolute;
        top: -12px;
        left: 50%;
        width: 90px;
        height: 30px;
        background-image: repeating-linear-gradient(-45deg, rgb(255 222 33 / 50%) 0 5px, transparent 5px 10px);
        padding: 0.25em 2em;
        transform: translateX(-50%) rotate(-20deg);
        content: "";
      }

      .benefit__img {
        width: 100%;
        aspect-ratio: 4 /3;
        object-fit: cover;
      }

      .benefit__video {
        width: 100%;
        aspect-ratio: 4 /3;
        object-fit: cover;
      }

      .benefit__item-text {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
      }

      .benefit__recommend {
        max-width: fit-content;
        margin-top: 24px;
        margin-inline: auto;
        padding: 12px 20px;
        /* background-color: #fff3b0; */
        border-radius: calc(infinity * 1px);
        text-align: center;
        font-weight: 500;
        background-image: linear-gradient(146deg, rgba(97, 93, 247, 0.6), rgba(24, 191, 188, 0.7));
        color: white;
        font-size: 1rem;
        line-height: 1.4;
      }

      .benefit__recommend .-main>svg {
        width: 16px;
        height: 16px;
        vertical-align: bottom;
      }

      .promo-note {
        max-width: 768px;
        margin-top: 24px;
        margin-inline: auto;
        padding: 0 16px;
        box-sizing: border-box;
        line-height: 1.3rem;
      }

      .promo-note__indent {
        padding-left: 1em;
        text-indent: -1em;
      }

      @media (min-width: 768px) {
        .benefit__lists {
          --_column: 3;
        }
      }

      .promo-bnr {
        max-width: fit-content;
        margin-inline: auto;
        padding-inline: 16px;
        display: block;
        margin-top: 80px;
      }


.mt6 {
	margin-top: 6rem;
}
.mt8 {
	margin-top: 8rem;
}
.mt10 {
	margin-top: 10rem;
}

@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;
	padding: 100px 0;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0;
  }	
}


.note-box {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0; 
  font-size: 0.85rem;
  line-height: 1.6;
  color: #2c2a29;
}

.note-box ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.note-box li {
  margin-bottom: 4px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .note-box {
    margin-top: 1.5rem;
    padding: 0 8px;
  }
}


.p-top__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: inherit;
  padding: 0;
}

.p-top__logo {
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  animation: fadeIn 1.2s ease-in 0.5s forwards;
}

.p-top__logo img {
  width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 767px) {
  .p-top__logo {
    max-width: 280px;
    width: 70%;
  }
  
  .bnr_inner {
	padding: 0 5%;
}
  .p-contents {
    margin-top: 0;
}
	.p-contetns-contact {
        margin-bottom: 2rem;
    }
}


