@charset "UTF-8";
/* ギフトを贈る
   ========================================================================== */
.gift > section {
  margin-top: 100px; }
.gift h3 {
  font-size: 24px;
  font-weight: normal !important;
  line-height: 1; }
.gift p {
  line-height: 1.8; }
.gift figure img {
  display: block;
  margin: 0 auto; }
.gift img {
  max-width: 100%;
  height: auto; }
@media screen and (max-width: 768px) {
  .gift > section {
    margin-top: 40px; }
  .gift h3 {
    font-size: 18px; }
  .gift p {
    font-size: 14px; } }

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

/* リード
   =================================== */
.gift .lead .catch {
  font-size: 24px;
  line-height: 1.8;
  color: #76553d; }
.gift .lead div {
  margin-top: 1.5em; }
  .gift .lead div p {
    margin-top: 2em; }
.gift .lead span {
  display: block;
  font-size: 20px;
  color: #76553d; }
.gift .lead p {
  margin-top: .5em; }
@media screen and (max-width: 768px) {
  .gift .lead .catch {
    font-size: 20px;
    line-height: 1.6; }
  .gift .lead div {
    margin-top: 1em; }
    .gift .lead div p {
      margin-top: 1em; }
  .gift .lead span {
    font-size: 18px; } }

/* シーン
   =================================== */
.gift__scene {
  margin-top: 80px; }
  .gift__scene .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    .gift__scene .wrap .image {
      position: relative;
      width: 560px;
      height: 300px;
      margin-left: 40px; }
      .gift__scene .wrap .image img {
        position: absolute;
        width: 220px; }
        .gift__scene .wrap .image img.img-1 {
          top: 0;
          left: 30px; }
        .gift__scene .wrap .image img.img-2 {
          bottom: 00px;
          right: 0; }
    .gift__scene .wrap .text {
      flex: 1; }
      .gift__scene .wrap .text ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 50px 40px; }
        .gift__scene .wrap .text ul li {
          display: flex;
          flex-direction: column;
          align-items: center;
          font-size: 20px; }
          .gift__scene .wrap .text ul li span {
            display: inline-block;
            color: #76553d; }
            .gift__scene .wrap .text ul li span .num {
              font-size: 34px;
              margin-left: .05em;
              vertical-align: -1px !important; }
          .gift__scene .wrap .text ul li > span {
            flex-shrink: 0;
            width: max-content;
            margin-bottom: .75em; }
  @media screen and (max-width: 768px) {
    .gift__scene {
      margin-top: 20px; }
      .gift__scene .wrap {
        flex-direction: column; }
        .gift__scene .wrap .image {
          display: flex;
          gap: 20px;
          width: 100%;
          height: auto;
          margin: 0 !important; }
          .gift__scene .wrap .image img {
            position: relative;
            width: calc(50% - 10px);
            height: auto; }
            .gift__scene .wrap .image img.img-1 {
              top: auto;
              left: auto; }
            .gift__scene .wrap .image img.img-2 {
              bottom: auto;
              right: auto; }
        .gift__scene .wrap .text {
          margin-top: 30px; }
          .gift__scene .wrap .text ul {
            gap: 30px 60px;
            /* すき間 */ }
            .gift__scene .wrap .text ul li {
              flex-direction: column;
              align-items: center;
              font-size: 16px;
              line-height: 1.4;
              text-align: center; }
              .gift__scene .wrap .text ul li span {
                font-size: 14px;
                line-height: 1; }
                .gift__scene .wrap .text ul li span .num {
                  font-size: 18px; }
              .gift__scene .wrap .text ul li > span {
                margin: 0 0 .5em 0; } }

/* ギフトの送り方
   =================================== */
.gift__send ul {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px !important;
  gap: 40px; }
  .gift__send ul li {
    flex: 1;
    position: relative;
    font-size: 18px !important;
    text-align: center !important;
    padding: 3em 1em !important;
    border: 1px solid #ccc; }
    .gift__send ul li + li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -24px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #b29987; }
@media screen and (max-width: 768px) {
  .gift__send ul {
    flex-direction: column;
    margin-top: 20px !important;
    gap: 30px; }
    .gift__send ul li {
      font-size: 16px !important;
      width: 100%;
      padding: 1em !important; }
      .gift__send ul li + li::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px 8px 0 8px;
        border-color: #b29987 transparent transparent transparent; } }

/* オプション
   =================================== */
.gift__bulk-order {
  margin-top: 30px !important; }
  .gift__bulk-order .wrap {
    text-align: center; }
    .gift__bulk-order .wrap a {
      text-decoration: underline !important; }
    .gift__bulk-order .wrap .btn {
      margin-top: 20px !important; }
  @media screen and (max-width: 768px) {
    .gift__bulk-order .wrap {
      text-align: left; } }

/* オプション
   =================================== */
.gift__options {
  margin-top: 100px; }
  .gift__options .ttl {
    position: relative;
    width: 100%; }
    .gift__options .ttl .image {
      width: 100%;
      height: auto;
      display: block; }
    .gift__options .ttl .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 170px;
      text-align: right; }
      .gift__options .ttl .text p {
        font-size: 20px;
        color: #fff !important;
        line-height: 1; }
        .gift__options .ttl .text p:first-of-type {
          font-size: 42px;
          margin-bottom: .3em; }
  .gift__options > section {
    margin-top: 100px; }
    .gift__options > section p {
      margin-top: 1em; }
    .gift__options > section .notes {
      margin-top: .5em; }
  .gift__options ul.img-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px !important; }
    .gift__options ul.img-list li figure figcaption {
      font-size: 16px;
      margin-top: .5em; }
      .gift__options ul.img-list li figure figcaption span {
        display: block;
        font-weight: bold;
        margin-bottom: .5em; }
    .gift__options ul.img-list.noshi li figure img {
      border: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .gift__options {
      margin-top: 60px; }
      .gift__options .ttl .text {
        right: 10px; }
        .gift__options .ttl .text p {
          font-size: 12px; }
          .gift__options .ttl .text p:first-of-type {
            font-size: 26px;
            margin-bottom: .25em; }
      .gift__options > section {
        margin-top: 40px; }
        .gift__options > section .note p {
          font-size: 12px !important; }
      .gift__options ul.img-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 10px !important; }
        .gift__options ul.img-list li figure figcaption {
          font-size: 14px;
          margin-top: .25em; } }

/* 選ぶ
   =================================== */
.gift__serect > section {
  margin-top: 80px; }
  .gift__serect > section p {
    margin-top: 1em; }
.gift__serect ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px !important; }
  .gift__serect ul li {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .gift__serect ul li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      color: #76553d;
      font-size: 24px;
      line-height: 1;
      padding: 1.5em;
      border: 1px solid #76553d;
      border-radius: 10px;
      transition: .3s; }
      @media (hover: hover) {
        .gift__serect ul li a:hover {
          opacity: .6; } }
.gift__serect .bulk-order {
  overflow: hidden; }
  .gift__serect .bulk-order a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    margin-top: 1em;
    padding-left: 1em; }
    .gift__serect .bulk-order a::before, .gift__serect .bulk-order a::after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 10px;
      height: 2px;
      border-radius: 9999px;
      background-color: #76553d;
      transform-origin: calc(100% - 1px) 50%; }
    .gift__serect .bulk-order a::before {
      transform: rotate(45deg); }
    .gift__serect .bulk-order a::after {
      transform: rotate(-45deg); }
@media screen and (max-width: 768px) {
  .gift__serect > section {
    margin-top: 40px; }
  .gift__serect ul {
    gap: 10px;
    margin-top: 20px !important; }
    .gift__serect ul li a {
      font-size: 14px !important;
      line-height: 1.6;
      padding: .5em; }
    .gift__serect ul li.ls-narrow {
      letter-spacing: -.1em !important; }
  .gift__serect .bulk-order {
    margin-bottom: 60px; }
    .gift__serect .bulk-order a {
      font-size: 16px; }
      .gift__serect .bulk-order a::before, .gift__serect .bulk-order a::after {
        width: 8px;
        height: 2px;
        background-color: #76553d; } }

/* よくあるご質問
   =================================== */
.gift__faq a {
  text-decoration: underline; }
  @media (hover: hover) {
    .gift__faq a:hover {
      text-decoration: none; } }
.gift__faq dt, .gift__faq dd {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 2em; }
  .gift__faq dt::before, .gift__faq dd::before {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: bold; }
.gift__faq dt {
  font-weight: bold;
  margin-top: 2em; }
  .gift__faq dt::before {
    content: "Q";
    color: #76553d; }
.gift__faq dd {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  margin-top: .6em; }
  .gift__faq dd::before {
    content: "A"; }
@media screen and (max-width: 768px) {
  .gift__faq dt, .gift__faq dd {
    font-size: 14px; } }
