@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.l-lowerCaption__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: calc(100% - 80px);
  width: 100%;
  margin: 0 auto;
  padding: 15px 5px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 1200px ) {
  .c-topicspath {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .c-topicspath {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-topicspath {
    max-width: 100%;
    width: 100%;
    padding: 10px 15px;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 568px) {
  .c-topicspath {
    display: none;
  }
}
.c-topicspath li {
  display: inline-block;
  margin-right: 6px;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 568px) {
  .c-topicspath li {
    font-size: 9px;
  }
}
.c-topicspath li > a {
  color: #333;
}
@media (any-hover: hover) {
  .c-topicspath li > a:hover {
    color: #003E7F;
  }
}
@media (any-hover: hover) {
  .is-member .c-topicspath li > a:hover {
    color: #E95383;
  }
}
.c-topicspath li > a[href^="javascript:void(0)"] {
  pointer-events: none;
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
  color: #767676;
}
.c-topicspath li:last-child::after {
  content: none;
}
.is-member .c-topicspath li {
  color: #333;
}
@media (any-hover: hover) {
  .is-member .c-topicspath li > a:hover {
    color: #E95383;
  }
}

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 200px;
  background: linear-gradient(120deg, #F3F9FF, #D5EAFF);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 160px;
  }
}
.is-member .l-lowerCaption {
  background: linear-gradient(120deg, #FFF4F4, #FAC0D3);
}
.l-lowerCaption__title {
  color: #003E7F;
  max-width: 1170px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .l-lowerCaption__title {
    font-size: 24px;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__title {
    font-size: 20px;
  }
}
.is-member .l-lowerCaption__title {
  color: #E95383;
}
.l-lowerCaption__sub {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (max-width: 568px) {
  .l-lowerCaption__sub {
    margin-bottom: 0;
  }
}

#digitalgift .p-otherTxt {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#digitalgift .p-otherTxt__txt {
  font-size: 30px;
  font-weight: 600;
}
#digitalgift .p-imgFlow {
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
#digitalgift .p-imgFlow__inner {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 568px) {
  #digitalgift .p-imgFlow__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#digitalgift .p-imgFlow__body {
  padding-bottom: 30px;
  min-height: 230px;
  max-width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__body {
    padding-bottom: 20px;
    min-height: 185px;
    max-width: calc(100% - 250px);
  }
}
@media screen and (max-width: 600px) {
  #digitalgift .p-imgFlow__body {
    max-width: 100%;
    min-height: auto;
  }
}
#digitalgift .p-imgFlow__title {
  font-size: 22px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__title {
    font-size: 20px;
  }
}
#digitalgift .p-imgFlow__title-num {
  border-radius: 99px;
  background-color: #E95383;
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: #FFFFFF;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__title-num {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
#digitalgift .p-imgFlow__title-txt {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: inherit;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__title-txt {
    padding-top: 3px;
  }
}
#digitalgift .p-imgFlow__img {
  width: 313px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #digitalgift .p-imgFlow__img {
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  #digitalgift .p-imgFlow__img {
    position: static;
    margin: 0 auto -20px;
  }
}
#digitalgift .p-imgFlow__img img {
  display: block;
  line-height: 1;
  width: 100%;
}
#digitalgift .p-imgFlow__item {
  margin-bottom: 40px;
}
#digitalgift .p-imgFlow__item:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=../../../../../_map/project/member/support/service/collect/digitalgift.css.map */
