@charset "UTF-8";
/* 夏ギフト2026
   ========================================================================== */
#main-column:has(.gift-sum) .header_area, #main-column:has(.gift-sum) h2 {
  display: none; }
#main-column:has(.gift-sum) article, #main-column:has(.gift-sum) .journal-cont {
  margin: 0 !important; }
@media screen and (max-width: 768px) {
  #main-column:has(.gift-sum) #Journal {
    padding: 0 !important; } }

.gift-sum > section {
  margin-top: 120px; }
  .gift-sum > section .wrap {
    padding: 0 40px; }
.gift-sum h3 {
  font-size: 28px;
  font-weight: normal !important;
  line-height: 1; }
  .gift-sum h3.ttl {
    color: #1b3d75;
    text-align: center; }
.gift-sum p {
  line-height: 1.8; }
.gift-sum figure img {
  display: block;
  margin: 0 auto; }
.gift-sum img {
  max-width: 100%;
  height: auto; }
.gift-sum ul li {
  list-style: none !important; }
.gift-sum ul.item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  margin-top: 60px !important; }
  .gift-sum ul.item-list li {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 !important; }
    .gift-sum ul.item-list li figure figcaption {
      margin-top: 1.5em; }
    .gift-sum ul.item-list li a {
      display: block;
      transition: .3s; }
      @media (hover: hover) {
        .gift-sum ul.item-list li a:hover {
          text-decoration: none;
          opacity: .7; } }
    .gift-sum ul.item-list li div {
      font-weight: bold;
      margin-top: .5em; }
@media screen and (max-width: 768px) {
  .gift-sum > section {
    margin-top: 40px; }
    .gift-sum > section .wrap {
      padding: 0 20px; }
  .gift-sum h3 {
    font-size: 18px; }
  .gift-sum p {
    font-size: 14px; }
  .gift-sum ul.item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-top: 30px !important; }
    .gift-sum ul.item-list li {
      font-size: 14px;
      line-height: 1.5; } }

/* ボタン
   =================================== */
.gift-sum .btn {
  text-align: center;
  margin-top: 100px; }
  .gift-sum .btn a {
    display: inline-block;
    background-color: #1b3d75;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 1em 3em;
    border-radius: 10px;
    transition: .3s; }
    @media (hover: hover) {
      .gift-sum .btn a:hover {
        opacity: .6; } }
  @media screen and (max-width: 768px) {
    .gift-sum .btn {
      margin-top: 40px; }
      .gift-sum .btn a {
        font-size: 18px;
        border-radius: 8px;
        padding: 1em 1.5em; } }

/* ギフトのよくある質問へのリンク */
.gift-sum .for-faq {
  text-align: center;
  margin-top: 40px;
  overflow: hidden; }
  .gift-sum .for-faq a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    padding-left: 1em; }
    .gift-sum .for-faq a::before, .gift-sum .for-faq a::after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 10px;
      height: 2px;
      border-radius: 9999px;
      background-color: #285aab;
      transform-origin: calc(100% - 1px) 50%; }
    .gift-sum .for-faq a::before {
      transform: rotate(45deg); }
    .gift-sum .for-faq a::after {
      transform: rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .gift-sum .for-faq {
      margin-top: 20px; }
      .gift-sum .for-faq a {
        font-size: 16px; }
        .gift-sum .for-faq a::before, .gift-sum .for-faq a::after {
          width: 8px;
          height: 2px; } }

/* メインイメージ
   =================================== */
.gift-sum__title .image {
  position: relative;
  width: 100%; }
  .gift-sum__title .image picture img {
    display: block;
    width: 100%;
    height: auto; }
  .gift-sum__title .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, #d7ffff 10%, rgba(215, 255, 255, 0) 100%);
    pointer-events: none; }
@media screen and (max-width: 768px) {
  .gift-sum__title .image .overlay {
    height: 20px;
    background: linear-gradient(to top, #d7ffff 5%, rgba(215, 255, 255, 0) 100%); } }

/* 概要
   =================================== */
.gift-sum__summary {
  margin-top: 0 !important;
  background: #d7ffff; }
  .gift-sum__summary .wrap {
    padding: 60px !important; }
    .gift-sum__summary .wrap .cont-ttl {
      font-size: 32px;
      color: #1b3d75;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 60px; }
    .gift-sum__summary .wrap p {
      font-size: 20px; }
    .gift-sum__summary .wrap span {
      color: #285aab;
      font-weight: bold; }
    .gift-sum__summary .wrap .notice {
      font-size: 18px;
      margin-top: 40px; }
      .gift-sum__summary .wrap .notice div {
        font-weight: bold; }
      .gift-sum__summary .wrap .notice ul {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        margin-top: 1em !important; }
        .gift-sum__summary .wrap .notice ul li {
          position: relative;
          font-size: 18px;
          line-height: 1.8;
          text-align: justify;
          text-justify: inter-ideograph;
          line-break: strict;
          padding-left: 1em !important; }
          .gift-sum__summary .wrap .notice ul li::before {
            position: absolute;
            content: "";
            left: 2px;
            top: .7em;
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background: #000; }
    .gift-sum__summary .wrap .btn {
      margin-top: 40px !important; }
    .gift-sum__summary .wrap .matome {
      margin-top: 50px; }
      .gift-sum__summary .wrap .matome figure {
        margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .gift-sum__summary .wrap {
      padding: 20px 20px 30px 20px !important; }
      .gift-sum__summary .wrap .cont-ttl {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px; }
      .gift-sum__summary .wrap p {
        font-size: 14px; }
      .gift-sum__summary .wrap .notice {
        font-size: 14px;
        margin-top: 20px; }
        .gift-sum__summary .wrap .notice ul {
          margin-top: .5em !important; }
          .gift-sum__summary .wrap .notice ul li {
            font-size: 14px;
            line-height: 1.6; }
      .gift-sum__summary .wrap .btn {
        margin-top: 20px !important; }
      .gift-sum__summary .wrap .matome {
        margin-top: 30px; }
        .gift-sum__summary .wrap .matome figure {
          margin-top: 20px; } }

/* 対象商品一覧
   =================================== */
.gift-sum__items {
  margin-top: 50px; }
  .gift-sum__items .wrap {
    background: #fff;
    padding-top: 50px !important;
    box-shadow: 0 0 10px 10px #fff; }
  @media screen and (max-width: 768px) {
    .gift-sum__items {
      margin-top: 30px; }
      .gift-sum__items .wrap {
        padding-top: 30px !important;
        box-shadow: 0 0 10px 5px #fff; } }

/* デザートビネガーはおいしさを込めた贈り物
   =================================== */
.gift-sum__about {
  margin-top: 80px !important; }
  .gift-sum__about .image {
    position: relative;
    width: 100%;
    margin-top: 0 !important; }
    .gift-sum__about .image picture img {
      display: block;
      width: 100%;
      height: auto; }
    .gift-sum__about .image .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      background: linear-gradient(to top, white 10%, rgba(215, 255, 255, 0) 100%);
      pointer-events: none; }
  .gift-sum__about ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    margin-top: 40px !important; }
    .gift-sum__about ul li {
      aspect-ratio: 2 / 1;
      width: 100%;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: radial-gradient(ellipse closest-side, #e8ffff 0px, rgba(232, 255, 255, 0.8) calc(100% - 60px), rgba(232, 255, 255, 0) 100%); }
      .gift-sum__about ul li p {
        color: #1b3d75;
        font-size: 22px;
        font-weight: bold; }
  .gift-sum__about div {
    font-size: 18px;
    margin-top: 2em; }
  .gift-sum__about span {
    display: block;
    color: #1b3d75;
    font-weight: bold; }
  .gift-sum__about p {
    margin-top: .5em; }
  @media screen and (max-width: 768px) {
    .gift-sum__about {
      margin-top: 0 !important; }
      .gift-sum__about .image .overlay {
        height: 20px;
        background: linear-gradient(to top, white 5%, rgba(215, 255, 255, 0) 100%); }
      .gift-sum__about ul {
        gap: 5px;
        margin-top: 20px !important; }
        .gift-sum__about ul li {
          aspect-ratio: 1 / 1;
          background: radial-gradient(circle, #e8ffff 0%, rgba(232, 255, 255, 0.8) 50%, rgba(232, 255, 255, 0) 70%); }
          .gift-sum__about ul li p {
            font-size: 12px;
            line-height: 1.4; }
      .gift-sum__about div {
        font-size: 14px;
        margin-top: 1em; } }

/* 迷ったらこれ
   =================================== */
.gift-sum__bestseller .ttl span {
  display: block;
  font-size: 20px;
  letter-spacing: normal;
  margin-bottom: 1em; }
.gift-sum__bestseller .ttl div {
  background: #1b3d75;
  color: #fff;
  line-height: 1;
  padding: .75em 0; }
@media screen and (max-width: 768px) {
  .gift-sum__bestseller .ttl {
    margin: 0 20px; }
    .gift-sum__bestseller .ttl span {
      font-size: 16px; } }

/* 選ぶ
   =================================== */
.gift-sum__serect > section {
  margin-top: 80px; }
.gift-sum__serect ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px !important; }
  .gift-sum__serect ul li {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .gift-sum__serect ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      color: #1b3d75;
      font-size: 24px;
      line-height: 1;
      padding: 1.5em;
      border: 1px solid #1b3d75;
      border-radius: 10px;
      transition: .3s; }
      @media (hover: hover) {
        .gift-sum__serect ul li a:hover {
          opacity: .6; } }
.gift-sum__serect .notes {
  text-align: center;
  margin-top: 2em; }
@media screen and (max-width: 768px) {
  .gift-sum__serect > section {
    margin-top: 40px; }
  .gift-sum__serect ul {
    gap: 10px;
    margin-top: 20px !important; }
    .gift-sum__serect ul li a {
      font-size: 14px !important;
      line-height: 1.6;
      padding: .5em; }
  .gift-sum__serect .notes {
    margin-top: 1.5em; } }
