@charset "UTF-8";

/*-------------------------------------
common
--------------------------------------*/


body#c50 #giftpage,
body#c50 #giftpage * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important;
}

body#c50 #giftpage .gift-en-title,
body#c50 #giftpage .gift-en-title * {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: 400;
}


#giftpage a ,#giftpage img a {
  text-decoration: none !important;
    color: #000 ;
  
}

#giftpage a:hover {
  text-decoration: none !important;
}

#giftpage img{
    width: 100%;
}
*:focus {
outline: none;
}

/*-------------------------------------
kv
--------------------------------------*/

#giftpage .gift-fv {
  width: 100%;
  margin: 0;
  padding: 0;
}
 
#giftpage .gift-fv picture {
  display: block;
  width: 100%;
}
 
#giftpage .gift-fv-img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------------------
section
--------------------------------------*/
.giftpage_sec {
  max-width: 1200px;
  margin: 180px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}

.dec-en {
  font-size: 22px;
  line-height: 1;
  color: #002758;
}

.dec-en-l {
  font-size: 70px;
  line-height: 0.7;
  color: #002758;
}

.dec-jp {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  color: #002758;
  margin-top: 20px;
  margin-left: -7px;
}

.dec-jp2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 10px 0 0;
}

#giftpage .special-title {
  position: relative;
  padding-top: 50px;
}
 
#giftpage .special-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 1px;
  background: #002b5c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s ease-out 0.3s;
}
 
#giftpage .special-title.is-show::before {
  transform: scaleX(1);
}

#giftpage .special-pack-content {
  margin-top: 60px;
}

#giftpage .special-pack-row {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: end;
}

#giftpage .special-pack-row.is-reverse {
  grid-template-columns: 0.75fr 1.25fr;
}

#giftpage .special-pack-row + .special-pack-row {
  margin-top: 80px;
}

#giftpage .special-pack-row.is-reverse .special-pack-image {
  order: 2;
}

#giftpage .special-pack-row.is-reverse .special-pack-text {
  order: 1;
}

#giftpage .special-pack-image img {
  width: 100%;
  height: auto;
  display: block;
}

#giftpage .special-pack-text {
  color: #002b5c;
}

#giftpage .special-pack-text h3 {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
}

#giftpage .special-pack-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000;
}

#giftpage .special-pack-text .polo-product-sub {
  color: #002758;
}

#giftpage .polo-product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 28px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
}
#giftpage .polo-price-before {
  color: #777;
  font-size: 14px;
  text-decoration: line-through;
}
#giftpage .polo-price-sale {
  color: #c63b32;
  font-size: 16px;
  font-weight: 500;
}

#giftpage .polo-price {
  color: #000;
  font-size: 16px;
  padding-left: 4px;
}

#giftpage .polo-price2 {
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
#giftpage .polo-product-price {
    gap: 10px;
    margin-bottom: 22px;
  }
#giftpage .polo-price-before {
    font-size: 12px;
  }
#giftpage .polo-price-sale {
    font-size: 14px;
  }

#giftpage .polo-price {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .giftpage_sec {
  margin: 70px auto 0;
  padding: 0 16px;
  box-sizing: border-box;
  }

  .dec-en {
  font-size: 20px;
  }

  .dec-jp {
  font-size: 35px;
  margin-top: 7px;
  }

  .dec-jp2 {
  font-size: 14px;
  }

  .dec-en-l {
  font-size: 50px;
  line-height: 0.9;
  }

#giftpage .special-title {
  padding-top: 30px;
}


  #giftpage .special-pack-content {
    margin-top: 40px;
  }
 
  #giftpage .special-pack-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
 
  #giftpage .special-pack-row,
  #giftpage .special-pack-row.is-reverse {
  grid-template-columns: 1fr;
 }

  #giftpage .special-pack-row + .special-pack-row {
    margin-top: 56px;
  }
 
  #giftpage .special-pack-row.is-reverse .special-pack-image,
  #giftpage .special-pack-row.is-reverse .special-pack-text {
    order: initial;
  }
 
  #giftpage .special-pack-text h3 {
    font-size: 20px;
    line-height: 1.5;
  }
 
  #giftpage .special-pack-text p {
    font-size: 14px;
    line-height: 1.7;
  }
}

#giftpage .polo-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 240px;
  height: 52px;
  margin-top: 32px;
  padding: 0 46px;
  background: #002758;
  border: 1px solid #002758;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.6em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
 
#giftpage .polo-product-btn:hover {
  background: #fff;
  color: #002758;
  border-color: #002758;
}

@media screen and (max-width: 767px) {
  #giftpage .polo-product-btn {
    display: flex;
    width: 240px;
    min-width: initial;
    height: 50px;
    margin: 24px auto;
    padding: 0 24px;
    font-size: 14px;
  }
}

#giftpage .recommend-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 90px;
  align-items: end;
}
 
#giftpage .recommend-item {
  display: flex;
  flex-direction: column;
}
 
#giftpage .recommend-image {
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  overflow: hidden;
}
 
#giftpage .recommend-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
 
#giftpage .recommend-text {
  margin-top: 28px;
  color: #002b5c;
}
 
#giftpage .recommend-text .polo-product-sub {
  margin: 0;
  color: #002758 !important;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
 
#giftpage .recommend-text h3 {
  margin: 0 0 5px;
  color: #002b5c;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
}
 
#giftpage .recommend-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.06em;
}
 
/* PC：テキスト量が違ってもBUYボタン位置を揃える */
@media screen and (min-width: 768px) {
  #giftpage .recommend-text {
    display: flex;
    flex-direction: column;
    min-height: 300px;
  }
 
  #giftpage .recommend-text .polo-product-btn {
    margin-top: auto;
  }
}
 
/* SP */
@media screen and (max-width: 767px) {
  #giftpage .recommend-content {
    margin-top: 40px;
    grid-template-columns: 1fr;
    row-gap: 0;
    align-items: stretch;
  }
 
  #giftpage .recommend-item {
    margin-bottom: 56px;
  }
 
  #giftpage .recommend-item.is-image-only {
    margin-bottom: 22px;
  }
 
  #giftpage .recommend-item.is-text-only {
    margin-bottom: 56px;
  }
 
  #giftpage .recommend-item:last-child {
    margin-bottom: 0;
  }
 
  #giftpage .recommend-text {
    margin-top: 22px;
  }
 
  #giftpage .recommend-item.is-text-only .recommend-text {
    margin-top: 0;
  }
 
  #giftpage .recommend-text .polo-product-sub {
    font-size: 14px;
  }
 
  #giftpage .recommend-text h3 {
    margin-bottom: 5px;
    font-size: 21px;
  }
 
  #giftpage .recommend-text p {
    font-size: 14px;
    line-height: 1.7;
  }
 
  #giftpage .recommend-text .polo-product-btn {
    margin-top: 24px;
  }
}

/* SPECIAL OFFER カルーセル */
#giftpage .offer-slider-wrap {
  position: relative;
  margin-top: 56px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 120px;
  box-sizing: border-box;
}
 

/* Splide標準の余白を調整 */
#giftpage .offer-slider-wrap .splide__track {
  overflow: hidden;
}
#giftpage .offer-item {
  text-decoration: none;
  color: inherit;
}
#giftpage .offer-image {
  background: #f5f5f5;
  overflow: hidden;
}
#giftpage .offer-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
#giftpage .offer-name {
    margin: 20px 5px 5px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: left;
}

/* Splide矢印：視認性アップ版 */
#giftpage .offer-slider-wrap .splide__arrow {
  width: 48px;
  height: 64px;
  background: rgba(255, 255, 255, 0.78);
  border: none;
  border-radius: 0;
  opacity: 1;
}
 
#giftpage .offer-slider-wrap .splide__arrow svg {
  display: none;
}

#giftpage .offer-slider-wrap .splide__arrow--prev {
  left: 130px;
}
#giftpage .offer-slider-wrap .splide__arrow--next {
  right: 130px;
}

#giftpage .offer-slider-wrap .splide__arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1.6px solid #002758;
  border-right: 1.6px solid #002758;
}
 
#giftpage .offer-slider-wrap .splide__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}
 
#giftpage .offer-slider-wrap .splide__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 5px;
}
 
#giftpage .offer-slider-wrap .splide__arrow:hover {
  background: #fff;
  border-color: rgba(0, 39, 88, 0.36);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* VIEW MOREボタン */
#giftpage .offer-more {
  margin-top: 56px;
  text-align: center;
}
#giftpage .offer-more .polo-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  max-width: 100%;
}
/* SP */
@media screen and (max-width: 767px) {

#giftpage .offer-slider-wrap {
    margin-top: 36px;
    padding: 0;
  }
  
#giftpage .offer-name {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
#giftpage .offer-slider-wrap .splide__arrow {
    display: none;
  }
#giftpage .offer-more {
    margin-top: 36px;
  }
#giftpage .offer-more .polo-product-btn {
    width: 240px;
  }
}

/* GIFT WRAPPING */
#giftpage .giftpage_sec.gift-wrapping-sec {
  background: #f7f7f7;
  padding: 100px 0 96px;
  max-width: none;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 120px 0 0;
  box-sizing: border-box;
}
 
#giftpage .gift-wrapping-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: center;
}
 
#giftpage .gift-wrapping-title {
  text-align: center;
}
 
#giftpage .gift-wrapping-title .gift-en-title {
  margin: 0;
  color: #002758;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0em;
}
 
#giftpage .gift-title-line {
  display: block;
  width: 56px;
  height: 1px;
  margin: 24px auto 22px;
  background: #002758;
}
 
#giftpage .gift-wrapping-title .dec-jp2 {
  margin: 0;
  color: #002758;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.08em;
}
 
#giftpage .gift-wrapping-image {
  margin: 56px auto 0;
  text-align: center;
}
 
#giftpage .gift-wrapping-image img {
  display: block;
  width: 350px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
 
/* カテゴリリンク */
#giftpage .gift-category-links {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
 
#giftpage .gift-category-links a {
  position: relative;
  display: inline-block;
  padding: 0 34px 18px;
  color: #002758;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  white-space: nowrap;
}
 
/* 区切り線 */
#giftpage .gift-category-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 22px;
  background: rgba(0, 39, 88, 0.28);
}
 
/* 下線：最初は短く */
#giftpage .gift-category-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #002758;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}
 
/* hoverで両端に伸びる */
#giftpage .gift-category-links a:hover::after {
  width: 56px;
}

@media screen and (max-width: 767px) {
  
  #giftpage .giftpage_sec.gift-wrapping-sec {
  padding: 72px 0 72px;
  margin: 70px 0 0;
  }

  #giftpage .gift-wrapping-inner {
    padding: 0 16px;
  }
 
  #giftpage .gift-wrapping-title .gift-en-title {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0em;
  }
 
  #giftpage .gift-title-line {
    width: 44px;
    margin: 18px auto 18px;
  }
 
  #giftpage .gift-wrapping-title .dec-jp2 {
    font-size: 14px;
    line-height: 1.8;
  }
 
  #giftpage .gift-wrapping-image {
    margin-top: 40px;
  }

  #giftpage .gift-wrapping-image img {
    width: 280px;
  }

  #giftpage .gift-category-links {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
 
  #giftpage .gift-category-links a {
    padding: 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
 
  #giftpage .gift-category-links a + a::before {
    display: none;
  }
 
  #giftpage .gift-category-links a::after {
    width: 20px;
  }
 
  #giftpage .gift-category-links a:hover::after {
    width: 46px;
  }

}

#giftpage .gift-detail-link-wrap {
  margin-top: 28px;
  text-align: center;
}
#giftpage .gift-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #002758;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.3s ease;
  transform: translateX(250px);
}
#giftpage .gift-detail-link span {
  display: inline-block;
  transition: transform 0.3s ease;
}
#giftpage .gift-detail-link:hover {
  opacity: 0.75;
}
#giftpage .gift-detail-link:hover span {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
#giftpage .gift-detail-link-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 22px;
    padding-right: 16px;
    box-sizing: border-box;
    text-align: initial;
    transform: none !important;
  }

#giftpage .gift-detail-link {
    transform: none !important;
    font-size: 14px;
    letter-spacing: 0.06em;
    max-width: 100%;
    white-space: nowrap;
  }
}



/* --------------------------------------------------------------
animation
-------------------------------------------------------------- */
.fadein {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s !important;
  opacity: 0;
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*-------------------------------------
GIFT
--------------------------------------*/

 #giftpage .boxgift02 {
   padding: 5px 20px 90px 20px; 
 margin: auto;
text-align: center;
}


 #giftpage table {
 margin: auto;
  text-align: center;
}


 #giftpage table td{
padding: 10px;
  }





