@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 0;
  }
}

.main-area {
  padding-top: 0;
}

#Wrap {
  padding-top: 0;
}

/*通常*/
.giftWrapping__lp {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-light-blue: #DDEDF5;
  --color-blue: #89B4E0;
  --color-pink: #F4B3C2;
  color: var(--color-black);
  font-family: var(--font-ja);
  font-weight: var(--fontweight-bold);
  font-feature-settings: 'palt';
  margin-bottom: 5rem;
  --scrollbar-width: 0px;
}

/*共通*/
/* .c-box {
  color: var(--color-black);
  display: grid;
  height: 100%;
  background-color: var(--color-background);
  border-radius: var(--border-radius-default, 12px);
  overflow: hidden;
  box-shadow: var(--drop-shadow-default, 0 1px 3px rgba(0, 0, 0, .16));
  transform: translateZ(0);
} */

.js-fadeUp, .js-fadeUp-load {
  opacity: 0;
  transform: translateY(50px);
}

.js-fadeUp.js-active, .js-fadeUp-load.js-active {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translateY(0);
}

.giftWrapping__lp img {
  width: 100%;
  height: auto;
}

/*intro*/
.giftWrapping__lp .intro {
  padding: 3rem 0 0;
  position: relative;
  overflow: clip;
}

.line_deco {
  content: " ";
  width: 220rem;
  height: 2rem;
  background-color: rgba(137, 180, 224, 0.5);
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transform: rotate(-168deg);
}

.intro .line_deco.line0101 {
  top: 22rem;
  left: -3rem;
}
.intro .line_deco.line0102 {
  background-color: rgba(244, 179, 194, 0.5);
  top: 0;
  left: -73rem;
  transform: rotate(-64deg);
}
.intro .line_deco.line0103 {
  top: -1rem;
  right: -57rem;
  transform: rotate(54deg);
}

.intro .firstview {
  width: 85rem;
  margin: 0 auto;
}

.intro .firstview img {
  width: 100%;
  height: auto;
}

.intro .c-text--h2  {
  font-family: var(--font-en);
  font-size: 3.4rem;
  font-weight: var(--fontweight-semibold);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.intro .text--lead{
  display: block;
  font-family: var(--font-ja);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  text-align: center;
  font-weight: var(--fontweight-bold);
  margin: -2rem auto 0 2rem;
  /* position: absolute;
  top: 42rem;
  left: 45rem; */
}

/*gift-SelfWrapping*/
.gift-SelfWrapping_bg {
  width: 100%;
  position: relative;
  overflow: clip;
}

.gift-SelfWrapping_bg .line_deco.line0201 {
  top: 28rem;
  left: -3rem;
  transform: rotate(-192deg);
}
.gift-SelfWrapping_bg .line_deco.line0202 {
  top: -1rem;
  left: -54rem;
  transform: rotate(-54deg);
}
.gift-SelfWrapping_bg .line_deco.line0203 {
  background-color: rgba(244, 179, 194, 0.5);
  top: -1rem;
  right: -50rem;
  transform: rotate(48deg);
}

.gift-SelfWrapping_bg .line_deco.line0204 {
  background-color: rgba(244, 179, 194, 0.5);
  bottom: 82rem;
  left: -5rem;
  transform: rotate(-165deg);
}
.gift-SelfWrapping_bg .line_deco.line0205 {
  bottom: 55rem;
  left: -10rem;
  transform: rotate(-24deg);
}
.gift-SelfWrapping_bg .line_deco.line0206 {
  background-color: rgba(244, 179, 194, 0.5);
  bottom: -1rem;
  left: -52rem;
  transform: rotate(55deg);
}

/*gift-SelfWrapping*/
.Gift-Card_bg {
  width: 100%;
  position: relative;
  overflow: clip;
}

.Gift-Card_bg .line_deco.line0301 {
  top: 28rem;
  left: -3rem;
  transform: rotate(-190deg);
}
.Gift-Card_bg .line_deco.line0302 {
  background-color: rgba(244, 179, 194, 0.5);
  top: -1rem;
  right: -81rem;
  transform: rotate(74deg);
}
.Gift-Card_bg .line_deco.line0303 {
  background-color: rgba(244, 179, 194, 0.5);
  bottom: 47rem;
  left: -8rem;
  transform: rotate(-15deg);
}

.Gift-Card_bg .line_deco.line0304 {
  bottom: 24rem;
  left: -5rem;
  transform: rotate(10deg);
}

/* --- レイアウトの基本 (グリッド) --- */
.p-link-tile__list {
  display: flex;
  /* width: 72rem; */
  /* width: 53rem; */
  width: 40rem;
  justify-content: space-between;
  row-gap: 3rem;
  margin: 12rem auto 0;
}

/* --- ここからギフトボックスのスタイル --- */
.p-link-tile__list li {
  position: relative; /* 蓋の配置の基準点 */
  width: 15rem;
}

/* 1. リンクの箱 (a.c-box) のスタイル */
.p-link-tile__list-item a.c-box {
  display: block;
  background-color: var(--color-light-blue); /* ギフトボックスの本体色 */
  border-radius: 0 0 1rem 1rem; /* 角丸 */
  text-decoration: none;
  color: var(--color-black);
  text-align: center;
  padding-block: 1.5rem 0.8rem; 
  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
}

/* 2. 蓋の共通設定 (::before = 閉じた蓋, ::after = 開いた蓋) */
.p-link-tile__list li::before,
.p-link-tile__list li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5.6rem;
  transform: translateX(-50%);
  
  /* ▼▼ 蓋の画像のサイズに合わせてください ▼▼ */
  width: 15rem;
  height: 5.3rem;
  
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform-origin: center bottom;
}

/* 3. 閉じた蓋 (::before) の設定 */
.p-link-tile__list li::before {
  background-image: url('../img/wrapping_service/huta.png'); /* ★閉じた蓋の画像パス */
  opacity: 1; /* 通常は表示 */
}

/* 4. 開いた蓋 (::after) の設定 */
.p-link-tile__list li::after {
  background-image: url('../img/wrapping_service/huta.png'); /* ★開いた蓋の画像パス */
  opacity: 0; /* 通常は非表示 */
  top: -6.5rem; /* 開いたとき少し上に */
  transform: translateX(-50%) rotate(10deg); /* 傾ける */
}

/* 5. ホバー時のアニメーション */
.p-link-tile__list li:hover::before {
  /* 閉じた蓋を隠す */
  opacity: 0;
  transform: translateX(-50%) translateY(-10px) rotate(-5deg); /* 少し浮き上がらせる */
}

.p-link-tile__list li:hover::after {
  /* 開いた蓋を表示する */
  opacity: 1;
  transform: translateX(-50%) translateY(-10px) rotate(10deg); /* 最終的な位置 */
}

/* 6. 箱の中身のテキストレイアウト */
.p-link-tile__list-item__main-content-wrapper {
  font-family: var(--font-en);
  font-weight: var(--fontweight-bold); /* 添付画像に合わせて太字に変更 */
  letter-spacing: .05em;
  line-height: 1.25;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-black);
  margin: 0 0 1rem 0;
  padding: 0;
}

.p-link-tile__text--category-name {
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: var(--fontweight-bold);
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  color: var(--color-black);
  padding: 0; 
  margin: 0;
  z-index: auto;
}

/* 7. 添付画像の下向き矢印 (CSSで作成) */
.p-link-tile__text--category-name::after {
  content: '';
  display: block;
  width: 1.3rem; /* 矢印のサイズ */
  height: 0.6rem; /* 矢印のサイズ */
  background-image: url(../img/wrapping_service/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 1rem auto 0; /* 上余白と中央揃え */
}

.p-link-tile__list-item:nth-of-type(4) .c-box .p-link-tile__list-item__main-content-wrapper {
  margin: 0.5rem 0 2.5rem 0;
}

/*スクロール調整*/
/*.giftWrapping__lp .section__product {
  padding-top: 10rem;
  margin-top: -10rem;
}*/

/*product section*/
.giftWrapping__lp .section__product .section__inner {
  padding: 10rem 0 6rem;
  background-color: var(--color-white);
}
.giftWrapping__lp .section__product:nth-of-type(2n) .section__inner {
  margin-top: 0;
  padding: 10rem 0 6rem;
  background-color: var(--color-light-blue);
}

/*セクション見出し*/
.section__product .gift__heading {
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
}

.section__product .headding-text--h2__title {
  display: block;
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: var(--fontweight-semibold);
  letter-spacing: 0.05em;
  line-height: 1.3265;
  text-align: center;
}
.section__product .headding-text--h2__subtitle {
  display: block;
  margin-bottom: 1.3rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--fontweight-semibold);
  letter-spacing: 0.05em;
  line-height: 1.191;
  text-align: center;
}
.section__product .headding-text--h2__subtitle.subtitle-online {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0 auto 1.5rem;
  padding: 0 0.8rem;
  background-color: var(--color-blue);
  border-radius: 1.25rem;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.section__product .headding-text__lead {
  display: block;
  margin-top: 2.3rem;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.section__product .headding-text__lead .text_s {
  font-size: 1rem;
}

/* 商品見本 親要素 */
.product-content__wrapper {
    width: 107.8rem;
    margin: 12rem auto 0;
    box-sizing: border-box;

    display: grid;
    /* シンプルに「等幅の3列」を作成 */
    grid-template-columns: repeat(3, 1fr); 
    column-gap: 4rem; 
    row-gap: 10rem;
    justify-items: center; 
}

/* 各アイテム */
.product-content {
    width: 23rem; /* 1つのアイテムの幅 */
    padding: 0 0 2rem 0;
    border-radius: 1.2rem;
    position: relative;
}

#Message-Card .product-content__wrapper {
  width: 97rem;
  margin: 12rem auto 0;
  column-gap: 10rem;
}

#Message-Card .product-content {
    width: 20.8rem; /* アイテムの幅は固定 */
    border-radius: 2rem;
}
#Message-Card .product-content:nth-child(1) {
    grid-column: 1 / span 2; /* 1列目から2列分 */
    justify-self: center; /* 中央 */
}
#Message-Card .product-content:nth-child(2) {
    grid-column: 3 / span 2; /* 3列目から2列分 */
    justify-self: center; /* 中央 */
}
#Message-Card .product-content:nth-child(3) {
    grid-column: 5 / span 2; /* 5列目から2列分 */
    justify-self: center; /* 中央 */
}

.product-content .cards-credit_box {
    width: 10.6rem;
    position: absolute;
    top: -9rem;
    left: -4.3rem;
    z-index: 0;
}
.product-content .cards-credit_box_inner {
    width: 100%;
    display: block;
    position: relative;
}
.product-content .cards-credit_box_inner .cards-credit_txt {
    position: absolute;
    width: 7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.product-content .cards-name {
  font-family: var(--font-ja);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.08333333333;
  text-align: center;
  color: var(--color-white);
  font-weight: var(--fontweight-bold);
  margin-top: 0.5rem;
}
.product-content .cards-credit {
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  font-weight: var(--fontweight-bold);
  margin-top: 0.5rem;
}
.product-content .cards-credit.font-ja {
  font-family: var(--font-ja);
  font-size: 1.5rem;
}

.product-content__wrapper02 {
  width: 115rem;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  column-gap: 7.1rem;
  /* row-gap: 4rem; */
  margin: 4rem auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.product-content02 {
  /* ▼ 修正: 白背景、シャドウ、角丸を適用し、透明な背景（白背景を削除） */
  width: 24rem;
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  position: relative;
  /* 添付画像に合わせて背景は白/透明にし、枠線とシャドウを追加 */
  background-color: #ffffff; 
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); 
  border: 1px solid #e0e0e0; /* わずかな白い枠線 */
}

/* .product-content02 .product_icon {
  display: inline-block;
  padding: 0.2rem 1rem 0.1rem;
  border-radius: 1.4rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: 2rem;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: var(--fontweight-medium);
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #bbccd7;
} */
/* === アイテム名エリア (水色の背景部分) === */
.product-content02 .item__name_box {
  /* HTMLで追加された要素: 背景色とリボン/文字の親 */
  background-color: var(--color-blue); /* 添付画像に合わせた水色系 */
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* 中央配置 */
  position: relative;
}
.product-content02 .item__name_box.box_pink {
  background-color: var(--color-pink);
}

.product-content02 .item__name_deco {
  position: absolute;
  top: -2rem;
  right: 0.8rem;
  width: 3.6rem;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
.product-content02 .item__name_deco img {
  width: 100%;
}
/* === アイテム名 (商品名) === */
.product-content02 .item__name {
  margin: 0;
  font-weight: var(--fontweight-bold);
  font-family: var(--font-ja);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: var(--color-white);
  padding-top: 0.5rem;
}
.product-content02 .product_icon--new {
  background-color: #bbccd7;
}

.product-content02 .item__price {
  font-family: var(--font-en);
  font-weight: var(--fontweight-bold);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin: 1.5rem auto 0;
}
.product-content02 .item__price.price_free {
  font-family: var(--font-ja);
  font-weight: var(--fontweight-bold);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.product-content02 .item__price .item__prise--note {
  font-family: var(--font-ja);
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: var(--fontweight-bold);
}
.product-content02 .item__size {
  margin: 1.5rem auto 0;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 0 0;
  font-family: var(--font-ja);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-weight: var(--fontweight-medium);
}
.item__description {
  font-family: var(--font-ja);
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.5454545455;
  font-weight: var(--fontweight-medium);
}
.description02 {
  margin: 0.5rem auto 0;
}
.product-content__wrapper03 {
  width: 97rem;
  height: 72rem;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12rem;
  row-gap: 8rem; */
  margin: 8rem auto 0;
  position: relative;
  z-index: 10;
}
.product-content03 {
  width: 24rem;
  padding-bottom: 2.5rem;
  border-radius: 1.2rem;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0.2rem 0 1rem rgba(0, 0, 0, 0.2);
}

.product-content03:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: rotate(-12deg);
}
.product-content03:nth-of-type(2) {
  top: 2rem;
  left: 37.5rem;
  transform: rotate(6deg);
}
.product-content03:nth-of-type(3) {
  top: 0.5rem;
  right: 0;
  transform: rotate(-8deg);
}
.product-content03:nth-of-type(4) {
  bottom: 3rem;
  left: 17rem;
  transform: rotate(-10deg);
}
.product-content03:nth-of-type(5) {
  bottom: 0;
  right: 16rem;
  transform: rotate(8deg);
}

.product-image__main .product__thum {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.product-image__main .product__thum.tab_show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.product-content02 .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.product-image__thumb {
  display: flex;
  flex-wrap: wrap;
  width: 21.8rem;
  margin: 0 auto 1.8rem;
  gap: 0 0.6rem;
  justify-content: center;
}
.product-content02 .thumb__img {
  width: 5rem;
  border-radius: 0.6rem;
  border: 1px solid var(--color-blue);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.product-content02 .thumb__img:hover {
  opacity: 0.7;
}


/*各ギフト説明*/
.servise__guide {
  width: 63.5rem;
  margin: 10rem auto 0;
  padding: 3rem 5.5rem 3rem 5.5rem;
  background-color: var(--color-white);
  border-radius: 1.5rem;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.servise__guide .servise__guide--list {
  margin-top: 2rem;
}
.servise__guide .servise__guide--ttl {
  font-family: var(--font-ja);
  margin: 2rem 0 0 0;
  font-weight: var(--fontweight-bold);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.servise__guide .servise__guide--sub-ttl {
  font-family: var(--font-en);
  margin: 0 auto;
  font-weight: var(--fontweight-bold);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--color-blue);
}

.servise__guide .servise__guide--list .desc__txt {
  font-family: var(--font-ja);
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: var(--fontweight-medium);
  /* text-align: justify; */
}
.servise__guide .servise__guide--list .text__s {
  display: block;
  margin: 0 0 0 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.servise__guide .servise__guide--list .list__inner {
  margin: 1rem 2rem 0 2rem;
}
.servise__guide .servise__guide--list .list__inner p {
  margin: 1rem 0 0 0;
}

/*ボタン*/
.button--gift {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 26.7rem;
  border-radius: 2.5rem;
  background-color: rgba(255, 255, 255, .5);
  border: solid 1.5px var(--color-black);
  margin: 6rem auto 0;
  color: var(--color-black);
  font-size: 1.6rem;
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.05em;
  padding-top: 0.3rem;
  position: relative;
  z-index: 10;
}

/*各項目*/
#gift-SelfWrapping .product-content__wrapper02:nth-of-type(n+3) {
  margin-top: 6rem;
}
#gift-SelfWrapping .product-image + .item__name {
  margin-top: -0.3rem;
}
#Message-Card .gift__heading:nth-of-type(n+2) {
  margin: 10rem 0 0 0;
}


#Gift-Card .product-image__main {
  padding: 3rem 3rem 2rem 3rem;
}
#Gift-Card .item__name {
  text-align: center;
}
#Gift-Card .item__name .item__name--en {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: var(--fontweight-semibold);
  letter-spacing: 0.05em;
}
#Gift-Card .item__name .item__name--jp {
  display: block;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fontweight-semibold);
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}

/*ギフトページトップに戻る*/
.button__top {
  display: block;
  width: 26rem;
  height: 4rem;
  margin: 0 auto;
  background: var(--color-white);
  border: 1px solid var(--color-brand-accent, #152144);
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}

/*クリスマス 各セクション調整*/

.giftWrapping__lp--christmas .section__product .headding-text__lead:nth-of-type(n+2) {
  margin-top: 1rem;
}

/************** slide **************/
.intro .txt-slide{
  width: 100%;
  margin-top: 12.5rem;
  margin-bottom: 1rem;
  border-top: solid 0.5rem var(--color-light-blue);
  border-bottom: solid 0.5rem var(--color-light-blue);
}
.intro .txt-slide .swiper-wrapper{
  transition-timing-function: linear;
}
.intro .txt-slide .message__txt{
  width: 120rem;
}

/* スライダーコンテナのサイズ */
.cards-slider {
  width: 20.8rem;
  height: 23.7rem;
}

/* 各スライド（カード）のスタイル */
.cards-slider .swiper-slide {
  background-color: var(--color-white); /* カードの背景色を白に */
  border-radius: 2rem; /* 添付画像に合わせて角丸を強めに */
  box-shadow: var(--drop-shadow-default, 0 1px 3px rgba(0, 0, 0, .16));
  padding: 1rem;
}

/* スライド内の画像のスタイル */
.cards-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をスライドいっぱいに表示 */
  border-radius: 2rem; /* 画像も角丸に合わせる */
}

.cards-slider2 {
  width: 20.8rem;
  height: 23.7rem;
}

/* 各スライド（カード）のスタイル */
.cards-slider2 .swiper-slide {
  background-color: var(--color-white); /* カードの背景色を白に */
  border-radius: 2rem; /* 添付画像に合わせて角丸を強めに */
  box-shadow: var(--drop-shadow-default, 0 1px 3px rgba(0, 0, 0, .16));
  padding: 1rem;
}

/* スライド内の画像のスタイル */
.cards-slider2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をスライドいっぱいに表示 */
  border-radius: 2rem; /* 画像も角丸に合わせる */
}

.sticker01 {
  width: 27rem;
  height: 14rem;
  position: absolute;
  top: 3rem;
  right: 12.3rem;
}
.sticker04 {
  width: 18.2rem;
  position: absolute;
  top: 0;
  left: 3rem;
}
.sticker05 {
  width: 15.9rem;
  position: absolute;
  top: -6rem;
  left: -10rem;
}
.sticker06 {
  width: 13.5rem;
  position: absolute;
  bottom: -10rem;
  right: -28rem;
}

/* * -------------------------
 * 手紙と封筒コンポーネント
 * -------------------------
 */
.message-container {
    position: relative;
    width: 60.5rem;
    /* height: calc(503*(100vw / 1400)); */ /* ← 高さを削除。中身に合わせる */
    margin: 0 auto;
    z-index: 10;
}

.message-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 27.1rem; /* 下半分の高さ */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0; /* 手紙(10)の前 */
    border-radius: 0 0 1rem 1rem;
    box-shadow:
      /* 1. 下側の影 (必須) */
      0 1rem 2rem 0rem rgba(0, 0, 0, 0.2), 
      
      /* 2. 右側の影 */
      2rem 0 2rem -1rem rgba(0, 0, 0, 0.2),
      
      /* 3. 左側の影 */
      -2rem 0 2rem -1rem rgba(0, 0, 0, 0.2);
}

.message-container .message-inner {
    position: relative;
    width: 60.5rem;
    margin: 0 auto;
    padding-top: 12rem;
}

/* 封筒の上蓋 (::before) */
.message-container .message-inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 27.1rem; /* 上蓋の高さ */
    background-image: url(../img/wrapping_service/envelope_back.png); 
    background-position: center top; /* 上基準 */
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: 5; /* 手紙(10)の後ろ */
}
/* 封筒の下半分 (::after) */
.message-container  .message-inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 31.1rem; /* 下半分の高さ */
    background-image: url(../img/wrapping_service/envelope_front.png); 
    background-position: center bottom; /* 下基準 */
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15; /* 手紙(10)の前 */
    border-radius: 0 0 1rem 1rem;
}

.message-container .letter-deco {
  width: 17.3rem;
  position: absolute;
  bottom: -7rem;
  left: -13rem;
  z-index: 20;
  pointer-events: none;
}

/* 手紙（白いカード） */
.letter-content {
    width: 52.8rem;
    /* margin: calc(200 * (100vw / 1400)) auto 0; */ /* ← 削除 */
    margin: 0 auto; /* 左右中央揃え */
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    z-index: 10; /* 封筒の上下の間 */
    padding-bottom: 11.5rem;
}

/* VIEW MORE ボタン（シール風） */
.view-more-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 9rem;
    height: 9rem;
    
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
/* ↓↓↓ imgタグにスタイルを適用 ↓↓↓ */
.view-more-button img {
    width: 100%;
    height: 100%;
    /* 影を追加して立体感を出す */
    /* filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2)); */
}
.message_sub_title {
    font-family: var(--font-en);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: var(--color-blue);
    text-align: center;
    font-weight: bold;
}
.message_title {
    font-family: var(--font-ja);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
}
/* 手紙のプレビュー（下部をぼかす） */
.letter-body-preview {
    width: 43rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem;
    
    /* ↓↓↓ 添付画像ではヘッダーと本文の間に余白がある ↓↓↓ */
    margin: 4rem auto 0; 
}
.letter-body-preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem; /* ぼかしの高さ */
    background: linear-gradient(180deg, transparent, #ffffff);
}
.list-disc {
    font-family: var(--font-ja);
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: var(--fontweight-medium);
}
.text-xs {
    font-family: var(--font-ja);
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: var(--fontweight-medium);
}
.list-inside li {
    margin-top: 0.5rem;
    line-height: 2;
}
.list-inside .text-bold {
    font-weight: var(--fontweight-bold);
    margin-top: 2rem;
}

/* * -------------------------
 * モーダル
 * -------------------------
 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 暗い背景 */
    display: none; /* JSで制御 */
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* モーダルが開いた時にスクロールを無効化 */
html.modal-open {
    /* htmlにもoverflow: hidden; を設定することで、特にモバイル端末で背景が動くのを防ぐ */
    overflow: hidden; 
}

/* スクロールバーの幅を埋めるための処理はbody側で実施 */
body.modal-open {
    /* bodyもoverflow: hidden; にして念のためスクロールを止める */
    overflow: hidden;
    /* スクロールバーの幅分padding-rightを設定して、レイアウトのズレを防ぐ */
    padding-right: var(--scrollbar-width); 
}

/* body.modal-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
} */

/* ★ モーダルがアクティブな時だけ表示（JSで付与） */
.js-modal-overlay.is-active {
    display: flex; 
}

.modal-content {
    background-color: #ffffff;
    border-radius: 1rem;
    width: 52.8rem;
    height: fit-content; /* 高さが画面を超えないように */
    display: flex;
    flex-direction: column;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* margin-top: 60vh; */
}

.modal-content02 {
    /* margin-top: 160vh; */
}

.js-modal-overlay.is-active .modal-content {
    transform: scale(1);
    opacity: 1;
}
/* モーダルのヘッダー */
.modal-header {
    padding: 3rem;
    position: relative;
}

/* モーダルの閉じるボタン */
.modal-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* モーダルの本文（スクロール可能） */
.modal-body {
    width: 43rem;
    margin: 0 auto;
    padding-bottom: 4rem;
    overflow-y: auto; /* 内容が多ければスクロール */
}

/* .js-trigger.sticker {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-trigger.sticker {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transform: rotate(16deg);
}

.js-trigger.sticker .trigger--body {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transform: rotate(3deg);
}

.js-trigger.sticker.is-active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.js-trigger.sticker.is-active .trigger--body {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.js-trigger .trigger--body {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} */

.js-trigger.sticker {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* 初期状態：右側に隠れている */
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transform: rotate(16deg);
}

.js-trigger.sticker .trigger--body {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transform: rotate(3deg);
}

/* is-active時：右→左へ展開して全体を表示 */
.js-trigger.sticker.is-active,
.js-trigger.sticker.is-active .trigger--body {
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.js-trigger.sticker02 {
  display: inline-block;
  clip-path: inset(0 0 0 100%);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transform: rotate(45deg);
  padding: 1rem;
}
.js-trigger.sticker02 img {
  transform: rotate(-45deg);
}

/* is-active時：右下から左上へ展開して全体を表示 */
.js-trigger.sticker02.is-active {
  clip-path: inset(0);
}

.js-trigger.sticker03 {
  display: inline-block;
  clip-path: inset(0 0 100% 100%);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

/* is-active時：右下から左上へ展開して全体を表示 */
.js-trigger.sticker03.is-active {
  clip-path: inset(0);
}

.js-trigger.sticker04 {
  display: inline-block;
  clip-path: inset(0 0 100% 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

/* is-active時：右下から左上へ展開して全体を表示 */
.js-trigger.sticker04.is-active {
  clip-path: inset(0);
}

.js-trigger.sticker05 {
  display: inline-block;
  clip-path: inset(0 0 100% 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

/* is-active時：右下から左上へ展開して全体を表示 */
.js-trigger.sticker05.is-active {
  clip-path: inset(0);
}

.js-trigger.sticker06 {
  display: inline-block;
  clip-path: inset(0 0 100% 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

/* is-active時：右下から左上へ展開して全体を表示 */
.js-trigger.sticker06.is-active {
  clip-path: inset(0);
}

/*---------------------sp---------------------*/

@media only screen and (max-width: 767px) {
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
.giftWrapping__lp {
  margin-bottom: calc(50 * (100vw / 750));
}

/*共通*/
/* .c-box {
  color: var(--color-black);
  display: grid;
  height: 100%;
  background-color: var(--color-background);
  border-radius: var(--border-radius-default, 12px);
  overflow: hidden;
  box-shadow: var(--drop-shadow-default, 0 1px 3px rgba(0, 0, 0, .16));
  transform: translateZ(0);
} */

/*intro*/
.giftWrapping__lp .intro {
  padding: calc(50 * (100vw / 750)) 0 0 0;
}

.intro .firstview {
  width: calc(750 * (100vw / 750));
  margin: 0 auto;
}

.intro .c-text--h2  {
  font-size: calc(60* (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1;
}
.intro .text--lead{
  margin-top: 0;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.8333333333;
  margin: calc(-40 * (100vw / 750)) auto 0 calc(0 * (100vw / 750));
  /* top: calc(450 * (100vw / 750));
  left: calc(120 * (100vw / 750)); */
}

/* .p-link-tile__list {
  width: calc(540 * (100vw / 750));
  flex-wrap: wrap;
  column-gap: calc(35 * (100vw / 750));
  row-gap: calc(130 * (100vw / 750));
  margin: calc(200 * (100vw / 750)) auto 0;
}

.p-link-tile__list li {
  width: calc(242 * (100vw / 750));
  margin: 0 auto;
} */

.p-link-tile__list {
  /* width: calc(540 * (100vw / 750)); */
  width: calc(650 * (100vw / 750));
  margin: calc(170 * (100vw / 750)) auto 0;
  
  /* Gridレイアウトに変更 */
  /* display: grid; */
  /* 横に2列作る */
  /* grid-template-columns: repeat(2, 1fr);  */
  column-gap: calc(35 * (100vw / 750));
  row-gap: calc(130 * (100vw / 750));
}

.p-link-tile__list li {
  width: calc(242 * (100vw / 750));
  margin: 0 auto;
}

/* 1番目の要素（1行目）を2列分使って中央に置く */
.p-link-tile__list li:nth-child(1) {
  grid-column: 1 / 3; /* 1番目から3番目の線の間（＝2列分）を占有 */
}

.p-link-tile__list li::before, .p-link-tile__list li::after {
  width: calc(242 * (100vw / 750));
  height: calc(82 * (100vw / 750));
  top: calc(-90 * (100vw / 750));
}

.p-link-tile__list-item__main-content-wrapper {
  letter-spacing: .05em;
  line-height: 1.25;
}
.p-link-tile__list-item__main-content-wrapper {
  font-size: calc(24 * (100vw / 750));
  text-align: center;
  white-space: nowrap;
}
.p-link-tile__text--category-name::after {
  width: calc(18 * (100vw / 750));
  height: calc(6 * (100vw / 750));
}
.p-link-tile__text--category-name[data-text-language=jp] {
  --font-size: calc(16* (100vw / 750));
}
.p-link-tile__text--category-name {
  font-size: calc(18* (100vw / 750));
  margin: calc(8 * (100vw / 750)) auto 0;
}
.space_top {
  margin-top: calc(35 * (100vw / 750));
}

.line_deco {
  width: calc(2000 * (100vw / 750));
  height: calc(20 * (100vw / 750));
}
.intro .line_deco.line0101 {
  top: calc(300 * (100vw / 750));
  left: calc(-35 * (100vw / 750));
}
.intro .line_deco.line0102 {
  left: calc(-777 * (100vw / 750));
  transform: rotate(-60deg);
}
.intro .line_deco.line0103 {
  top: calc(-10 * (100vw / 750));
  right: calc(-742 * (100vw / 750));
  transform: rotate(65deg);
}

.intro .txt-slide {
  margin-top: calc(120 * (100vw / 750));
  margin-bottom: calc(60 * (100vw / 750));
  border-top: solid calc(6 * (100vw / 750)) var(--color-light-blue);
  border-bottom: solid calc(6 * (100vw / 750)) var(--color-light-blue);
}
.intro .txt-slide .message__txt {
  width: calc(1790 * (100vw / 750));
}

.sticker01 {
  width: calc(305 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  top: calc(-55 * (100vw / 750));
  right: calc(-40 * (100vw / 750));
}

/* 1. コンテナのグリッド設定をリセット */
.product-content__wrapper {
  width: 100%;
  margin: calc(90 * (100vw / 750)) auto 0;
  display: block;
  position: relative;
}

/* 2. アイテムの配置と幅をリセット */
.product-content {
  width: calc(250 * (100vw / 750));
  position: absolute;
}

.product-content:nth-child(1) {
  top: calc(50 * (100vw / 750));
  left: calc(130 * (100vw / 750));
}
.product-content:nth-child(2) {
  top: calc(270 * (100vw / 750));
  right: calc(100 * (100vw / 750));
}
.product-content:nth-child(3) {
  top: calc(500 * (100vw / 750));
  left: calc(110 * (100vw / 750));
}
.product-content:nth-child(4) {
  top: calc(740 * (100vw / 750));
  right: calc(100 * (100vw / 750));
}
.product-content:nth-child(5) {
  top: calc(1010 * (100vw / 750));
  left: calc(145 * (100vw / 750));
}

.product-content .cards-credit_box {
  width: calc(156 * (100vw / 750));
}
.product-content:nth-child(1) .cards-credit_box {
  top: calc(-120 * (100vw / 750));
  left: calc(-100 * (100vw / 750));
}
.product-content:nth-child(2) .cards-credit_box {
  top: calc(-160 * (100vw / 750));
  left: initial;
  right: calc(-20 * (100vw / 750));
}
.product-content:nth-child(3) .cards-credit_box {
  top: calc(-150 * (100vw / 750));
  left: calc(80 * (100vw / 750));
}
.product-content:nth-child(4) .cards-credit_box {
  top: calc(-145 * (100vw / 750));
  left: initial;
  right: calc(-10 * (100vw / 750));
}
.product-content:nth-child(5) .cards-credit_box {
  top: calc(-135 * (100vw / 750));
  left: calc(-85 * (100vw / 750));
}
.product-content .cards-credit_box_inner .cards-credit_txt {
  width: calc(104 * (100vw / 750));
}
.product-content .cards-name {
  font-size: calc(20 * (100vw / 750));
  margin-top: calc(25 * (100vw / 750));
}
.product-content .cards-credit {
  font-size: calc(32 * (100vw / 750));
  margin-top: calc(5 * (100vw / 750));
}
.product-content .cards-credit.font-ja {
  font-size: calc(32 * (100vw / 750));
  letter-spacing: 0.1em;
}

/*product section*/
.giftWrapping__lp .section__product .section__inner {
  padding: calc(116* (100vw / 750)) 0 calc(140* (100vw / 750));
  overflow: hidden;
}
.giftWrapping__lp .section__product:nth-of-type(n+3) .section__inner {
  margin-top: 0;
  padding: calc(116* (100vw / 750)) 0 calc(140* (100vw / 750));
}


/*セクション見出し*/
.section__product .gift__heading {

}

.section__product .headding-text--h2__title {
  font-size: calc(48 * (100vw / 750));
  letter-spacing: 0.1em;
}
.section__product .headding-text--h2__subtitle {
  margin-bottom: calc(25* (100vw / 750));
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.1em;
}
.section__product .headding-text--h2__subtitle.subtitle-online {
  height: calc(50 * (100vw / 750));
  margin: 0 auto calc(30 * (100vw / 750));
  padding: calc(2 * (100vw / 750)) calc(30 * (100vw / 750)) 0 calc(30 * (100vw / 750));
  border-radius: calc(25 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
}
.section__product .headding-text__lead {
  display: block;
  margin-top: calc(40 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 2;
}
.section__product .headding-text__lead .text_s {
  font-size: calc(20* (100vw / 750));
}

/*商品見本　サムネイル付きスライダー*/
.product-content__wrapper02 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: calc(40* (100vw / 750));
  margin-top: calc(78* (100vw / 750));
  margin-left: 0;
  margin-right: 0;
  padding: 0 calc(25* (100vw / 750));
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-content__wrapper02::-webkit-scrollbar {
  display: none;
}
.product-content02 {
  width: calc(302 * (100vw / 750));
  padding: 0 0 calc(25 * (100vw / 750)) 0;
  border-radius: calc(20 * (100vw / 750));
}
.product-content02 .product_icon {
  padding: calc(4 * (100vw / 750)) calc(20 * (100vw / 750)) calc(2 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
  top: calc(40 * (100vw / 750));
  left: auto;
  right: calc(40 * (100vw / 750));
}
.product-content02 .product-image {
  width:calc(302 * (100vw / 750));
  margin: 0 auto;
  border-radius: calc(20* (100vw / 750));
}
.product-content02 .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: calc(20* (100vw / 750));
  overflow: hidden;
}
.product-image__thumb {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0 auto calc(30 * (100vw / 750));
  gap: calc(16 * (100vw / 750));
}
.product-content02 .thumb__img {
  width: calc(68* (100vw / 750));
  margin-right: 0;
  border-radius: calc(5* (100vw / 750));
}
.product-content02 .item__name_box {
  height: calc(38* (100vw / 750));
}
.product-content02 .item__name {
  font-size: calc(20 * (100vw / 750));
}
.product-content02 .item__price {
  font-size: calc(24* (100vw / 750));
}
.product-content02 .item__price .item__prise--note {
  display: block;
  font-size: calc(16 * (100vw / 750));
  padding-top: calc(10 * (100vw / 750));
}
.product-content02 .item__price.price_free {
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.1em;
}
.product-content02 .item__size {
  margin: 0 auto;
  height: calc(40 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
}
.item__description {
  margin: calc(10 * (100vw / 750)) 0 0 0;
  padding: 0 calc(20 * (100vw / 750));
  font-size: calc(18 * (100vw / 750));
  line-height: 1.4444444444;
}
.product-content02 .item__name_deco {
  top: calc(-26 * (100vw / 750));
  right: calc(4 * (100vw / 750));
  width: calc(50 * (100vw / 750));
}
.product-content__wrapper02.space_change {
  justify-content: center;
}
.product-content__wrapper02.space_change .product-content02 {
  justify-content: center;
}
.product-content02 {
  width: calc(354 * (100vw / 750));
}

.sticker05 {
  width: calc(268 * (100vw / 750));
  top: calc(-110 * (100vw / 750));
  left: calc(-100 * (100vw / 750));
}
.sticker06 {
  width: calc(195 * (100vw / 750));
  bottom: calc(-340 * (100vw / 750));
  right: calc(-60 * (100vw / 750));
}

/*各ギフト説明*/
.servise__guide {
  width: calc(650 * (100vw / 750));
  box-sizing: border-box;
  margin: calc(120* (100vw / 750)) auto 0;
  padding: calc(90* (100vw / 750)) calc(50* (100vw / 750)) calc(80* (100vw / 750)) calc(50* (100vw / 750));
}
.servise__guide .servise__guide--ttl {
  margin: calc(30 * (100vw / 750)) 0 calc(50 * (100vw / 750)) 0;
  font-size: calc(24 * (100vw / 750));
}
.servise__guide .servise__guide--sub-ttl {
  font-size: calc(20* (100vw / 750));
}
.servise__guide .servise__guide--list .desc__txt {
  display: block;
  margin: calc(28* (100vw / 750)) 0 0 0;
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
}
.servise__guide .servise__guide--list .text__s {
  display: block;
  margin: calc(0* (100vw / 750)) 0 0 0;
  font-size: calc(20* (100vw / 750));
  letter-spacing: 0.04em;
  line-height: 2;
}
.servise__guide .servise__guide--list .list__inner {
  margin: calc(16* (100vw / 750)) 0 0 calc(40* (100vw / 750));
}
.servise__guide .servise__guide--list .list__inner p {
  margin: calc(0* (100vw / 750)) 0 0 0;
}
.servise__guide .servise__guide--list .list__inner p:nth-of-type(n+2) {
  margin: calc(16* (100vw / 750)) 0 0 0;
}

/*ボタン*/
.button--gift {
  height: calc(70* (100vw / 750));
  width: calc(400* (100vw / 750));
  border-radius: calc(35* (100vw / 750));
  margin: calc(80* (100vw / 750)) auto 0;
  font-size: calc(24* (100vw / 750));
  letter-spacing: 0.1em;
  padding-top: calc(8 * (100vw / 750));
}

.message-container {
  width: calc(690* (100vw / 750));
  /* margin-top: calc(1350 * (100vw / 750)); */
  margin-top: calc(840 * (100vw / 750));
}
.message-container.message-container02 {
  margin-top: calc(0 * (100vw / 750));
}
.message-container::before {
  height: calc(352* (100vw / 750));
}
.message-container .message-inner {
  width: calc(690* (100vw / 750));
  padding-top: calc(160 * (100vw / 750));
}
#gift-SelfWrapping .message-container .message-inner {
  padding-top: calc(140 * (100vw / 750));
}
.message-container .message-inner::before {
  height: calc(352 * (100vw / 750));
  top: calc(80 * (100vw / 750));
}
.message-container .message-inner::after {
  height: calc(352* (100vw / 750));
}
.letter-content {
  width: calc(640 * (100vw / 750));
  padding-bottom: 0;
}
.view-more-button {
  top: calc(10* (100vw / 750));
  right: calc(15 * (100vw / 750));
  width: calc(88* (100vw / 750));
  height: calc(98* (100vw / 750));
}
.message_sub_title {
  font-size: calc(20* (100vw / 750));
}
.message_title {
  font-size: calc(24* (100vw / 750));
  margin-top: calc(25 * (100vw / 750));
}
.letter-body-preview {
  width: calc(500 * (100vw / 750));
  padding-bottom: calc(50 * (100vw / 750));
  margin: 0 auto;
}
.list-disc {
  font-size: calc(20* (100vw / 750));
  line-height: 1.5;
  margin-top: calc(40 * (100vw / 750));
}
.text-xs {
  font-size: calc(18 * (100vw / 750));
  line-height: 1.4444444444;
  margin-top: calc(8 * (100vw / 750));
}
.message-container .letter-deco {
  width: calc(222 * (100vw / 750));
  bottom: calc(-95 * (100vw / 750));
  left: calc(-75 * (100vw / 750));
}
.modal-body {
    width: calc(580 * (100vw / 750));
    padding-bottom: calc(50 * (100vw / 750));
}
.modal-header {
  padding: calc(50 * (100vw / 750)) calc(50 * (100vw / 750)) 0 calc(50 * (100vw / 750));
}
.modal-close-button {
  width: calc(60 * (100vw / 750));
  height: calc(68 * (100vw / 750));
}
.modal-content {
  width: calc(640 * (100vw / 750));
  /* margin-top: 60vh; */
}
.modal-content02 {
  /* margin-top: 158vh; */
}
.gift-SelfWrapping_bg .line_deco.line0201 {
  top: calc(735 * (100vw / 750));
  left: calc(-140 * (100vw / 750));
  transform: rotate(18deg);
}
.gift-SelfWrapping_bg .line_deco.line0202 {
  top: calc(-10 * (100vw / 750));
  left: calc(-542 * (100vw / 750));
  transform: rotate(-50deg);
}
.gift-SelfWrapping_bg .line_deco.line0203 {
  top: calc(-10 * (100vw / 750));
  right: calc(-542 * (100vw / 750));
  transform: rotate(50deg);
}
.gift-SelfWrapping_bg .line_deco.line0204 {
  bottom: calc(465 * (100vw / 750));
  left: calc(-250 * (100vw / 750));
  transform: rotate(-150deg);
}
.gift-SelfWrapping_bg .line_deco.line0205 {
  bottom: calc(840 * (100vw / 750));
  left: calc(-160 * (100vw / 750));
  transform: rotate(-30deg);
}
.gift-SelfWrapping_bg .line_deco.line0206 {
  bottom: calc(-10 * (100vw / 750));
  left: calc(-715 * (100vw / 750));
  transform: rotate(60deg);
}

#Message-Card .product-content__wrapper {
  width: calc(750 * (100vw / 750));
  margin: calc(90 * (100vw / 750)) auto 0;
}
#Message-Card .product-content {
  width: calc(250 * (100vw / 750));
  border-radius: calc(20 * (100vw / 750));
}
#Message-Card .product-content:nth-child(1) {
  top: calc(50 * (100vw / 750));
  left: initial;
  right: calc(130 * (100vw / 750));
}
#Message-Card .product-content:nth-child(2) {
  top: calc(340 * (100vw / 750));
  left: calc(-70 * (100vw / 750));
}
#Message-Card .product-content:nth-child(3) {
  top: calc(630 * (100vw / 750));
  right: calc(-100 * (100vw / 750));
}
.sticker04 {
  width: calc(260 * (100vw / 750));
  top: calc(250 * (100vw / 750));
  left: calc(20 * (100vw / 750));
}
#Message-Card .product-content:nth-child(1) .cards-credit_box {
  top: calc(-130 * (100vw / 750));
  left: initial;
  right: calc(-100 * (100vw / 750));
}
#Message-Card .product-content:nth-child(2) .cards-credit_box {
  top: calc(-110 * (100vw / 750));
  right: initial;
  left: calc(-120 * (100vw / 750));
}
#Message-Card .product-content:nth-child(3) .cards-credit_box {
  top: calc(-130 * (100vw / 750));
  left: initial;
  right: calc(-100 * (100vw / 750));
}
#Message-Card .servise__guide {
  padding: calc(45 * (100vw / 750)) calc(40 * (100vw / 750)) calc(40 * (100vw / 750)) calc(40 * (100vw / 750));
  margin: calc(1080 * (100vw / 750)) auto 0;
}
#Message-Card .gift__heading:nth-of-type(n+2) {
  margin: calc(1080 * (100vw / 750)) 0 0 0;
}
.giftWrapping__lp #Message-Card .section__inner {
  padding: calc(90 * (100vw / 750)) 0 calc(250 * (100vw / 750));
}
#Message-Card .product-content:nth-child(1) .cards_box01 {
  top: calc(-130 * (100vw / 750));
  left: initial;
  right: calc(-100 * (100vw / 750));
}
#Message-Card .product-content:nth-child(2) .cards_box02 {
  top: calc(-130 * (100vw / 750));
  left: calc(-100 * (100vw / 750));
}
#Message-Card .product-content:nth-child(3) .cards_box03 {
  top: calc(-150 * (100vw / 750));
  left: initial;
  right: calc(-50 * (100vw / 750));
}

.Gift-Card_bg .line_deco.line0301 {
  top: calc(115 * (100vw / 750));
  left: calc(-150 * (100vw / 750));
  transform: rotate(-29deg);
}
.Gift-Card_bg .line_deco.line0302 {
  top: calc(-10 * (100vw / 750));
  right: calc(-802 * (100vw / 750));
  transform: rotate(60deg);
}
.Gift-Card_bg .line_deco.line0303 {
  bottom: calc(1320 * (100vw / 750));
  left: calc(-230 * (100vw / 750));
  transform: rotate(-36deg);
}
.Gift-Card_bg .line_deco.line0304 {
  bottom: calc(710 * (100vw / 750));
  left: calc(-70 * (100vw / 750));
  transform: rotate(18deg);
}
.product-content__wrapper03 {
  width: calc(750* (100vw / 750));
  height: auto;
  margin: calc(80* (100vw / 750)) auto 0;
}
.product-content03 {
  width: calc(352* (100vw / 750));
  padding-bottom: calc(30* (100vw / 750));
}
#Gift-Card .product-image__main {
  padding: calc(50* (100vw / 750)) calc(50* (100vw / 750)) calc(43* (100vw / 750)) calc(50* (100vw / 750));
}
#Gift-Card .item__name .item__name--en {
  font-size: calc(30* (100vw / 750));
}
#Gift-Card .item__name .item__name--jp {
  font-size: calc(22* (100vw / 750));
  margin: calc(30* (100vw / 750)) 0 0 0;
}
.product-content03:nth-of-type(1) {
  top: calc(20 * (100vw / 750));
  left: calc(15 * (100vw / 750));
  transform: rotate(-15deg);
  z-index: 2;
}
.product-content03:nth-of-type(2) {
  top: calc(240 * (100vw / 750));
  left: initial;
  right: calc(8 * (100vw / 750));
  transform: rotate(12deg);
  z-index: 3;
}
.product-content03:nth-of-type(3) {
  top: calc(630 * (100vw / 750));
  right: initial;
  left: calc(55 * (100vw / 750));
  transform: rotate(-8deg);
  z-index: 4;
}
.product-content03:nth-of-type(4) {
  bottom: initial;
  top: calc(900 * (100vw / 750));
  left: initial;
  right: calc(10 * (100vw / 750));
  transform: rotate(14deg);
  z-index: 3;
}
.product-content03:nth-of-type(5) {
  bottom: initial;
  top: calc(1250 * (100vw / 750));
  right: initial;
  left: calc(30 * (100vw / 750));
  transform: rotate(-14deg);
  z-index: 4;
}
#Gift-Card .servise__guide {
  margin-top: calc(1950 * (100vw / 750));
  padding: calc(45 * (100vw / 750)) calc(40 * (100vw / 750)) calc(45 * (100vw / 750)) calc(40 * (100vw / 750));
}

/*ギフトページトップに戻る*/
.button__top {
  display: block;
  width: calc(540*(100vw / 750));
  height: calc(80*(100vw / 750));
  margin: 0 auto;
  border-radius: calc(40*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  font-weight: 600;
  text-align: center;
  line-height: calc(80*(100vw / 750));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.16));
}

/*クリスマス 各セクション調整*/

.giftWrapping__lp--christmas .section__product .headding-text__lead:nth-of-type(n+2) {
  margin-top: 1rem;
}
.giftWrapping__lp--christmas #Message-Card .product-content__wrapper02 {
  justify-content: center;
  margin-left: 0;
}
  
}

@media only screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .servise__guide .align_left {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .box-input input.input-text::-webkit-input-placeholder {
    font-size: calc(12*100vw/375);
  }
}
