@charset "UTF-8";
/* ==========================================================================
 *
 * プライベート用のcssで汎用設定を利用するため
 *
========================================================================== */
/* ==========================================================================
 *
 * Variables
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - _convert_px_to_sp
 * デザインのフォントサイズ をSP用に変換する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - zero-padding
 * 数値をゼロパディングする
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - clearfix
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - font-smoothing
 * OSX 向けフォントレンダリングの調整
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden-text
 * sprite などのお供に
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden
 * display: none せずに要素を隠す
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - opacity
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - placeholder
 * プレースホルダーの色を設定する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - pre-wrap
 * テキストの改行を pre 的な振る舞いに設定
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-button
 * button 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-input
 * input 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-select
 * select 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - sprite
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text-ellipsis
 * テキストを ... で省略する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text
 * SP用のフォントサイズ管理
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - white-space
	- normal
	- nowrap
	- pre-wrap
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Extends
 *
========================================================================== */
.summerGift2026 .f-budget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 48px;
  margin-top: 32px;
}
.summerGift2026 .f-budget .f-budget-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 208px;
  height: 208px;
  padding-top: 32px;
  background-color: #7DB6CC;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
}
.summerGift2026 .f-budget .f-budget-item a:hover {
  background-color: #417B91;
  text-decoration: none;
}
.summerGift2026 .f-budget .f-budget-item a .f-budget-itemTitle {
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px;
}
.summerGift2026 .f-budget .f-budget-item a p {
  margin-bottom: -4px;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
  font-size: 18px;
  line-height: 1.77;
}
.summerGift2026 .f-budget .f-budget-item a img {
  width: 57px;
}
@media (max-width: 939px) {
  .summerGift2026 .f-budget {
    gap: 0 25.6px;
    margin-top: 25.6px;
  }
  .summerGift2026 .f-budget .f-budget-item a {
    width: 243.2px;
    height: 243.2px;
    padding-top: 51.2px;
  }
  .summerGift2026 .f-budget .f-budget-item a .f-budget-itemTitle {
    font-size: 28.8px;
    line-height: 1.77;
    letter-spacing: -0.05em;
  }
  .summerGift2026 .f-budget .f-budget-item a p {
    margin-bottom: -6.4px;
    text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
    font-size: 22.4px;
    line-height: 1.14;
    letter-spacing: normal;
  }
  .summerGift2026 .f-budget .f-budget-item a img {
    width: 91.2px;
  }
}

.summerGift2026 .f-footer {
  position: relative;
  display: block;
  text-align: center;
}
.summerGift2026 .f-footerInner {
  padding: 40px 0;
}
.summerGift2026 .f-footerHeading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -1px;
}
@media (max-width: 939px) {
  .summerGift2026 .f-footerHeading {
    font-size: 28.8px;
    line-height: 1.77;
    letter-spacing: normal;
  }
}

.summerGift2026 .f-gift {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}
.summerGift2026 .f-gift .f-gift-item {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 600;
}
.summerGift2026 .f-gift .f-gift-item .f-giftIcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.summerGift2026 .f-gift .f-gift-item .f-giftIcon svg {
  width: 40px;
}
.summerGift2026 .f-gift .f-gift-item p + p {
  margin-top: 16px;
}
.summerGift2026 .f-gift .f-gift-item a {
  display: block;
  margin-top: 32px;
  padding: 12px;
  background-color: #7DB6CC;
  color: #fff;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
  font-size: 18px;
  line-height: 1.77;
  transition: all 0.3s;
}
.summerGift2026 .f-gift .f-gift-item a:hover {
  background-color: #417B91;
  text-decoration: none;
}
.summerGift2026 .f-gift-note {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.summerGift2026 .f-gift-note a {
  text-decoration: underline;
}
.summerGift2026 .f-gift-note a:hover {
  color: #417B91;
}
@media (max-width: 939px) {
  .summerGift2026 .f-gift {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25.6px;
    gap: 76.8px;
  }
  .summerGift2026 .f-gift .f-gift-item {
    font-size: 22.4px;
  }
  .summerGift2026 .f-gift .f-gift-item .f-giftIcon {
    gap: 6.4px;
  }
  .summerGift2026 .f-gift .f-gift-item .f-giftIcon svg {
    width: 64px;
  }
  .summerGift2026 .f-gift .f-gift-item img {
    width: 480px;
  }
  .summerGift2026 .f-gift .f-gift-item p + p {
    margin-top: 25.6px;
  }
  .summerGift2026 .f-gift .f-gift-item a {
    margin-top: 51.2px;
    padding: 19.2px;
    text-shadow: 0 0 25.6px rgba(76, 111, 124, 0.6);
    font-size: 28.8px;
  }
  .summerGift2026 .f-gift-note {
    margin-top: 51.2px;
    font-size: 19.2px;
    line-height: 2;
  }
}

.summerGift2026 .f-header {
  position: relative;
  height: 512px;
  max-width: 100%;
  background: linear-gradient(to right, #3e788e 0%, #3e788e 50%, #7db5cc 50%, #7db5cc 100%);
}
.summerGift2026 .f-headerBg {
  position: absolute;
  inset: 0;
}
.summerGift2026 .f-headerBg img {
  width: 100%;
  max-width: 1280px;
  height: 512px;
  object-fit: cover;
  margin: 0 auto;
}
.summerGift2026 .f-headerText {
  position: relative;
  max-width: 976px;
  width: 96%;
  margin: 0 auto;
  padding-right: 40px;
}
.summerGift2026 .f-headerTitle {
  width: 450px;
  margin-left: auto;
  padding-top: 172px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.5);
  font-family: futura-pt, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 3px;
}
.summerGift2026 .f-headerLead {
  width: 450px;
  margin-left: auto;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.5);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.77778;
}
.summerGift2026 .f-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 24px auto 40px;
}
.summerGift2026 .f-icons li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.summerGift2026 .f-icons li svg {
  margin-right: -4px;
  width: 40px;
}
@media (max-width: 939px) {
  .summerGift2026 .f-header {
    height: 640px;
  }
  .summerGift2026 .f-headerBg img {
    height: 640px;
  }
  .summerGift2026 .f-headerText {
    width: 96%;
    margin: 0 auto;
    padding-right: 0;
  }
  .summerGift2026 .f-headerTitle {
    width: 100%;
    margin: 0 auto;
    padding-top: 51.2px;
    text-shadow: 0 0 14.4px rgba(76, 111, 124, 0.5);
    font-size: 57.6px;
    line-height: 1.2;
  }
  .summerGift2026 .f-headerLead {
    width: 100%;
    margin: 25.6px auto 0;
    text-shadow: 0 0 25.6px rgba(76, 111, 124, 0.5);
    font-size: 19.2px;
    line-height: 1.6;
  }
  .summerGift2026 .f-icons {
    gap: 51.2px;
    margin: 38.4px auto;
  }
  .summerGift2026 .f-icons li svg {
    margin-right: -4px;
  }
  .summerGift2026 .f-icons li svg svg {
    width: 64px;
  }
}

.summerGift2026 .f-itemSection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 48px;
  text-align: center;
}
.summerGift2026 .f-itemSection + .f-itemSection {
  margin-top: 32px;
}
.summerGift2026 .f-itemSection-item {
  position: relative;
  width: 208px;
}
.summerGift2026 .f-itemSection-item.l {
  width: 464px;
}
.summerGift2026 .f-itemSection-item.l .badge-frozen {
  top: 48px;
  right: 56px;
}
.summerGift2026 .f-itemSection-item .f-item__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      -webkit-align-content: space-between;
          align-content: space-between;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.summerGift2026 .f-itemSection-item a.f-item__body {
  color: #324B55;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .summerGift2026 .f-itemSection-item a.f-item__body:hover {
    color: #417B91;
    text-decoration: none;
  }
}
.summerGift2026 .f-itemSection-item .item-img {
  width: 100%;
}
.summerGift2026 .f-itemSection-item .item__content {
  width: 100%;
  display: contents;
}
.summerGift2026 .f-itemSection-item .item-name {
  width: 100%;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.summerGift2026 .f-itemSection-item .item-price {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}
.summerGift2026 .f-itemSection-item .item-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.summerGift2026 .f-itemSection-item .item-icon svg {
  width: 40px;
}
.summerGift2026 .f-itemSection-item .badge {
  position: absolute;
  width: 72px;
  height: 72px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6px;
  border: 1px solid #324B55;
  border-radius: 50%;
  color: #324B55;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.summerGift2026 .f-itemSection-item .badge span {
  display: block;
}
.summerGift2026 .f-itemSection-item .badge-frozen {
  top: -16px;
  right: -16px;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 1.8px;
}
.summerGift2026 .f-itemSection-item .badge-limited {
  top: 24px;
  left: 24px;
}
.summerGift2026 #LINEUP4 .f-itemSection-item .badge-limited {
  left: auto;
  right: 24px;
}
.summerGift2026 .f-itemSection-special {
  padding: 48px;
  background: url(/assets/img/feature/summer-gift-2026/item/16021_bg.webp) no-repeat center center;
  background-size: cover;
}
.summerGift2026 .f-itemSection-special .f-itemSection-specialInner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .summerGift2026 .f-itemSection-special .f-itemSection-specialInner:hover {
    color: #417B91;
    text-decoration: none;
  }
}
.summerGift2026 .f-itemSection-special .f-itemSection-specialContent {
  position: relative;
  max-width: 976px;
  margin: 0 auto;
}
.summerGift2026 .f-itemSection-special .f-itemSection-specialText {
  position: absolute;
  right: 0;
  top: 72px;
  text-align: center;
  width: 464px;
}
.summerGift2026 .f-itemSection-special .f-itemSection-specialTextLead {
  font-size: 18px;
  line-height: 1.77;
}
.summerGift2026 .f-itemSection-special .f-itemSection-specialTextTitle {
  font-family: futura-pt, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
.summerGift2026 .f-itemSection-special .item__content {
  width: 100%;
  display: contents;
}
.summerGift2026 .f-itemSection-special .item-name {
  margin-top: 30px;
  width: 100%;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.summerGift2026 .f-itemSection-special .item-price {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.summerGift2026 .f-itemSection-special .item-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.summerGift2026 .f-itemSection-special .item-icon svg {
  width: 40px;
}
@media (max-width: 939px) {
  .summerGift2026 .f-itemSection {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 25.6px;
  }
  .summerGift2026 .f-itemSection + .f-itemSection {
    margin-top: 25.6px;
  }
  .summerGift2026 .f-itemSection-item {
    width: 281.6px;
  }
  .summerGift2026 .f-itemSection-item.l {
    width: 281.6px;
  }
  .summerGift2026 .f-itemSection-item.l .badge-frozen {
    top: -25.6px;
    right: -12.8px;
  }
  .summerGift2026 .f-itemSection-item.l .item-img img {
    width: 100%;
    height: 281.6px;
    object-fit: contain;
  }
  .summerGift2026 .f-itemSection-item .item-name {
    font-size: 25.6px;
    line-height: 1.5;
  }
  .summerGift2026 .f-itemSection-item .item-price {
    margin-top: 12.8px;
    font-size: 22.4px;
    line-height: 1.71;
  }
  .summerGift2026 .f-itemSection-item .item-icon {
    gap: 12.8px;
    margin-top: 12.8px;
  }
  .summerGift2026 .f-itemSection-item .item-icon svg {
    width: 64px;
  }
  .summerGift2026 .f-itemSection-item .badge {
    width: 102.4px;
    height: 102.4px;
    padding-top: 12.8px;
    letter-spacing: -0.02em;
  }
  .summerGift2026 .f-itemSection-item .badge-frozen {
    top: -25.6px;
    right: -12.8px;
    font-size: 22.4px;
  }
  .summerGift2026 .f-itemSection-item .badge-limited {
    top: -19.2px;
    left: -19.2px;
    font-size: 19.2px;
    line-height: 1.16;
  }
  .summerGift2026 #LINEUP4 .f-itemSection-item .badge-limited {
    left: auto;
    right: -19.2px;
  }
  .summerGift2026 .f-itemSection-special {
    padding: 51.2px;
  }
  .summerGift2026 .f-itemSection-special .f-itemSection-specialInner {
    padding: 25.6px 12.8px;
    text-align: center;
  }
  .summerGift2026 .f-itemSection-special .f-itemSection-specialInner:hover {
    text-decoration: none;
  }
  .summerGift2026 .f-itemSection-special .f-itemSection-specialText {
    position: static;
    width: 100%;
    margin-top: 25.6px;
  }
  .summerGift2026 .f-itemSection-special .f-itemSection-specialTextLead {
    font-size: 25.6px;
    line-height: 1.5;
  }
  .summerGift2026 .f-itemSection-special .f-itemSection-specialTextTitle {
    font-size: 70.4px;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .summerGift2026 .f-itemSection-special .item-name {
    margin-top: 38.4px;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-size: 25.6px;
  }
  .summerGift2026 .f-itemSection-special .item-price {
    margin-top: 12.8px;
    font-size: 22.4px;
  }
  .summerGift2026 .f-itemSection-special .item-icon {
    gap: 12.8px;
    margin-top: 12.8px;
  }
  .summerGift2026 .f-itemSection-special .item-icon svg {
    width: 64px;
  }
}

.header.-fixed {
  position: absolute !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.summerGift2026 {
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "yu-gothic-pr6n", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #324B55;
}
.summerGift2026 .f-display-pc {
  display: block !important;
}
.summerGift2026 .f-display-sp {
  display: none !important;
}
.summerGift2026 .f-container {
  padding-bottom: 64px;
}
.summerGift2026 .f-container::after {
  content: "";
  clear: both;
  display: block;
}
.summerGift2026 .f-inner {
  position: relative;
  max-width: 976px;
  margin: 0 auto;
}
.summerGift2026 .mt-m {
  margin-top: 16px;
}

@media (max-width: 939px) {
  .summerGift2026 {
    font-size: 22.4px;
  }
  .summerGift2026 .f-container {
    padding-bottom: 64px;
  }
  .summerGift2026 .f-display-pc {
    display: none !important;
  }
  .summerGift2026 .f-display-sp {
    display: block !important;
  }
  .summerGift2026 .f-inner {
    max-width: 588.8px;
  }
  .summerGift2026 .mt-m-sp {
    margin-top: 25.6px;
  }
  .summerGift2026 .mt-l-sp {
    margin-top: 51.2px;
  }
}
.summerGift2026 .f-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #437D93 0%, #437D93 50%, #7db5cc 50%, #7db5cc 100%);
  z-index: 100;
}
.summerGift2026 .f-nav button, .summerGift2026 .f-nav a {
  display: block;
  padding: 8px 20px;
  color: #fff;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
  transition: all 0.4s;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.summerGift2026 .f-nav button:hover, .summerGift2026 .f-nav a:hover {
  background-color: #DEF2F9;
  color: #324B55;
  text-decoration: none;
}
.summerGift2026 .f-navInner {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  background: linear-gradient(90deg, #437D93 12.98%, #7DB5CC 51.92%);
}
.summerGift2026 .f-nav-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border-bottom: 1px solid #fff;
  gap: 8px;
  font-size: 14px;
}
.summerGift2026 .f-nav-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px;
  gap: 8px;
  font-size: 16px;
}
@media (max-width: 939px) {
  .summerGift2026 .f-nav {
    top: 105px;
  }
  .summerGift2026 .f-nav button, .summerGift2026 .f-nav a {
    padding: 12.8px;
    text-shadow: 0 0 25.6px rgba(76, 111, 124, 0.6);
  }
  .summerGift2026 .f-navInner {
    padding: 0 25.6px;
  }
  .summerGift2026 .f-nav-1 {
    padding: 6.4px;
    gap: 0;
    font-size: 19.2px;
  }
  .summerGift2026 .f-nav-2 {
    padding: 6.4px;
    gap: 0;
    font-size: 19.2px;
  }
}

.summerGift2026 .f-profile {
  width: 100%;
  margin-top: 64px;
  padding: 56px 128px;
  background-color: #7DB6CC;
  color: #fff;
  text-align: center;
}
.summerGift2026 .f-profile .f-profile-header {
  text-align: center;
}
.summerGift2026 .f-profile .f-profile-header .f-profile-header_title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}
.summerGift2026 .f-profile .f-profile-header .f-profile-header_subtitle {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.summerGift2026 .f-profile .f-profile-content {
  padding-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.summerGift2026 .f-profile .f-profile-content .f-profile-text {
  text-align: left;
}
.summerGift2026 .f-profile .f-profile-content .f-profile-text_note {
  margin: 24px 0;
  font-size: 14px;
  text-align: left;
}
.summerGift2026 .f-profile .f-profile-content .f-profile-link {
  margin-top: 24px;
  font-size: 12px;
  text-decoration: none;
}
@media (any-hover: hover) {
  .summerGift2026 .f-profile .f-profile-content .f-profile-link:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 939px) {
  .summerGift2026 .f-profile {
    padding: 64px;
  }
  .summerGift2026 .f-profile .f-profile-header .f-profile-header_title {
    font-size: 28.8px;
  }
  .summerGift2026 .f-profile .f-profile-header .f-profile-header_subtitle {
    margin-top: 12.8px;
    font-size: 19.2px;
    line-height: 1.33;
  }
  .summerGift2026 .f-profile .f-profile-content {
    padding-top: 25.6px;
    font-size: 19.2px;
  }
  .summerGift2026 .f-profile .f-profile-content .f-profile-text_note {
    margin: 51.2px 0 38.4px;
    font-size: 19.2px;
  }
  .summerGift2026 .f-profile .f-profile-content .f-profile-link {
    font-size: 19.2px;
  }
}

.summerGift2026 .f-section {
  position: relative;
  display: block;
  padding: 40px 0;
}
@media (max-width: 939px) {
  .summerGift2026 .f-section {
    padding: 153.6px 0 38.4px;
  }
}

.summerGift2026 .f-textHeading {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 128px;
  height: 128px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0 0 16px rgba(76, 111, 124, 0.6);
  background: #7DB6CC;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}
.summerGift2026 #PICKUP .f-textHeading {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
}
.summerGift2026 #LINEUP3 .f-textHeading {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -3px;
}
.summerGift2026 #LINEUP4 .f-textHeading {
  padding-top: 6px;
}
.summerGift2026 #LINEUP5 .f-textHeading {
  padding-bottom: 6px;
  line-height: 0.85;
  letter-spacing: -0.02em;
}
@media (max-width: 939px) {
  .summerGift2026 .f-textHeading {
    top: 38.4px;
    width: 140.8px;
    height: 140.8px;
    text-shadow: 0 0 17.6px rgba(76, 111, 124, 0.6);
    font-size: 25.6px;
    line-height: 1.33;
  }
  .summerGift2026 #PICKUP .f-textHeading {
    font-size: 25.6px;
  }
  .summerGift2026 #LINEUP3 .f-textHeading {
    padding-top: 10px;
    font-size: 19.2px;
    line-height: 1.16;
    letter-spacing: -3px;
  }
  .summerGift2026 #LINEUP4 .f-textHeading {
    padding-top: 6px;
  }
  .summerGift2026 #LINEUP5 .f-textHeading {
    padding-bottom: 6px;
  }
}
