@charset "UTF-8";
/*全体*/
.flexwrap {
    display: flex;
    flex-wrap: wrap;
}
.l-giftcata {
    width: auto;
    padding: 40px 24px 40px;
}
.bgcolor {
    background: var(--c-base);
}
.p-giftcata_article_title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
img.p-giftcata__ill_giftbox {
    width: 30px;
    margin: 16px auto;
    display: block;
}
/*ヘッダー*/
.giftcata_header {
    width: 100%;
}
.p-giftcata_header_visual_img {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    object-position: center center;
}
.l-giftcata-heading-group {
    margin: 0 0 40px 0;
    padding: 0 0 48px 0;
    background: transparent url(/webstore/design/themes/new_marumitsu/media/images/ver2/bg-handline.svg) no-repeat bottom;
    background-size: 100% 8px;
    text-align: center;
}
.p-giftcata__title {
    margin: 0 0 8px 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}
.p-giftcata__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.p-giftcata-summary__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
img.p-giftcata__tsubame {
    width: 55px;
    max-width: 30%;
    margin: 24px auto 0;
    display: block;
}
/*特徴*/
.p-giftcata_tokucho_article {
    width: 100%;
    margin: 36px 0;
}
.p-giftcata_tokucho_article h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px;
}
.p-giftcata_tokucho_article p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
@media (min-width: 767px) {
    li.p-giftcata_tokucho_article {
        width: calc(50% - 48px);
        margin: 24px;
    }
}
/*オーダー*/
ul.p-giftcata_order {
    width: 100%;
    margin: 36px 0 0 0;
}
@media (min-width: 767px) {
        ul.p-giftcata_order {
        width: calc(50% - 2%);
        margin: 0 1%;
        box-sizing: border-box;
    }
}
p-giftcata_order_article_text {
    width: calc(100% - 72px);
}
.ill_long .p-giftcata_order_article_text {
    width: calc(100% - 97px);
}
li.p-giftcata_order_article {
    width: 100%;
    border: solid 3px var(--c-black);
    border-radius: 16px;
    padding: 16px 16px;
    margin: 16px auto 16px;
}

.p-giftcata_order_article_text .number {
    font-size: 26px;
    font-weight: 600;
    vertical-align: middle;
    margin: auto 4px auto auto;
}
.p-giftcata_order_article_text h5 {
    font-size: 15px;
    width: calc(100% - 30px);
    margin: auto;
}
.p-giftcata_order_article_text h5 .text_big {
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}
.p-giftcata_order_article_text{
  width:calc(100% - 72px);
}
img.p-giftcata_order_article_ill {
    max-height: 72px;
    margin: auto;
}
@media (min-width: 481px) {
    .l-giftcata {
        padding: 80px 80px 56px;
        max-width: 960px;
        margin: auto;
    }
}
/*.l-gift {
  width: auto;
  margin: 0 0 40px 0;
  padding: 0 0 64px 0;
  border-bottom: 1px solid var(--c-black);
}
.p-gift-head {
  margin: 0 auto;
}
.p-gift__mian-visual {
  aspect-ratio: 4 / 3;
  text-align: center;
}
.l-gift-summary {
  margin: 0 auto 56px;
  padding: 40px 24px 56px;
  border-bottom: 1px solid var(--c-black);
}
.l-gift-heading-group {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/bg-handline.svg') no-repeat bottom;
  background-size: 100% 8px;
  text-align: center;
}
.p-gift__title {
  margin: 0 0 8px 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.p-gift__subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-gift-summary__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.l-gift-section {
  margin: 0 0 56px 0;
  padding: 0 24px 56px;
  border-bottom: 1px solid var(--c-black);
  overflow-x: hidden;
}
.l-gift-set, .l-gift-wrapping {
  margin: 0 0 56px 0;
}
.p-gift-set__image, .p-gift-wrapping__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 24px 0;
}
.p-gift-set__define, .p-gift-wrapping__define {
  width: auto;
}
.p-gift-set__title, .p-gift-wrapping__title {
  margin: 0 0 16px 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
.p-gift-set__text, .p-gift-wrapping__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.l-gift-set-menu {
  position: relative;
  overflow-x: visible;
}
.swiper-gift .swiper-button-prev,.swiper-gift .swiper-button-next {
  display: none;
}
.p-gift-set-slider {
  width: auto;
}
.p-gift-set-slider__item {
  width: auto;
}
.p-gift-set-slider__link {
  display: block;
  width: 100%;
}
.p-gift-set-slider__define {
  margin: 0;
  padding: 0;
}
.p-gift-set-slider__image {
  width: 100%;
  aspect-ratio: 3 / 4;
}
.p-gift-set-slider__name {
  padding: 20px 0;
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/icon-arrow.svg') no-repeat right center;
  border-bottom: 2px solid var(--c-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
}
.p-gift-set-slider__link:hover .p-gift-set-slider__name {
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/icon-arrow-hover.svg') no-repeat right center;
}
.l-gift-wrapping-row {
  display: block;
}
.l-gift-wrapping-col {
  width: auto;
  margin: 0 0 80px 0;
}
.l-gift-wrapping-gallery, .l-gift-service-gallery {
  position: relative;
  margin: 0 0 24px 0;
}
.l-gift-wrapping-gallery .swiper-button-prev,.l-gift-wrapping-gallery .swiper-button-next,.l-gift-service-gallery .swiper-button-prev,.l-gift-service-gallery .swiper-button-next {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.p-gift-wrapping-slider, .p-gift-service-slider {
  width: auto;
}
.p-gift-wrapping-slider__item, .p-gift-service-slider__item {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.p-gift-wrapping__explain {
  margin: 0 0 24px 0;
}
.p-gift-wrapping__term, .p-gift-service__term {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.p-gift-wrapping__subterm {
  display: block;
  padding: 4px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-gift-wrapping__description, .p-gift-service__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-gift-service__description span.mini {
    font-size: 85%;
}
.p-gift-wrapping__button {
  border-top: 1px solid var(--c-black);
  border-bottom: 2px solid var(--c-black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-gift-wrapping__more-link {
  display: block;
  padding: 20px 0;
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/icon-arrow.svg') no-repeat right center;
  transition: all 0.3s;
}
.p-gift-wrapping__more-link:hover {
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/icon-arrow-hover.svg') no-repeat right center;
}
.l-gift-notice {
  display: block;
}
.l-gift-notice-section {
  width: auto;
}
.l-gift-notice__title {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.l-gift-notice__list {
  padding: 0 0 0 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.l-gift-notice__item {
  list-style: disc;
  margin: 0 0 16px 0;
}
.l-gift-notice__item:last-child {
  margin: 0;
}
.l-gift-notice-decoration {
  display: none;
}
.l-gift-service-row {
  padding: 0 24px;
  overflow-x: hidden;
}
.l-gift-service-col {
  margin: 0 0 64px 0;
}
.l-gift-service-col:last-child {
  margin: 0;
}
.p-gift-service__define {
  margin: 0;
}*/
/*カードスライドのキャプション*/
/*.p-gift-service-slider__item_caption {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 13px;
    color: #FFF;
}
@media (min-width: 768px) {
  .l-gift {
    margin: 0 0 80px;
    padding: 0 0 80px;
  }
  .p-gift-head {
    padding: 64px 80px 0;
  }
  .l-gift-heading-group {
    max-width: 680px;
    margin: 0 auto 40px;
  }
  .p-gift-summary__text {
    max-width: 680px;
    margin: 0 auto;
  }
  .l-gift-summary {
    margin: 0 auto 80px;
    padding: 80px 0;
  }
  .p-gift__title {
    font-size: 34px;
  }
  .l-gift-section {
    margin: 0 0 80px 0;
    padding: 0 80px 80px;
  }
  .l-gift-set {
    margin: 0 0 80px 0;
  }
  .p-gift-set__image, .p-gift-wrapping__image {
    margin: 0 0 40px 0;
  }
  .l-gift-service-row {
    padding: 0 80px;
  }
    .l-gift-wrapping-row {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .l-gift-wrapping-col {
    width: calc(100% / 2 - 24px);
  }
  .l-gift-wrapping-gallery, .l-gift-service-gallery {
    position: relative;
    margin: 0 0 24px 0;
    overflow: hidden;
}
}
@media (min-width: 1081px) {
  .l-gift {
    margin: 0 8.33333% 80px;
  }
  .p-gift-head {
    max-width: 870px;
    padding: 64px 0 0;
  }
  .l-gift-section {
    padding: 0 0 80px;
  }
  .l-gift-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 0 40px 0;
    padding: 0;
  }
  .p-gift-set__image {
    width: 65%;
    aspect-ratio: 3 / 2;
    margin: 0;
  }
  .p-gift-set__define {
    width: 25%;
  }
  .l-gift-set-menu {
    padding: 64px 0 0 0;
  }
  .swiper-gift .swiper-button-prev {
    display: block;
    top: 0;
    left: auto;
    right: 40px;
    bottom: auto;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin: auto;
    padding: 5px 2px;
  }
  .swiper-gift .swiper-button-prev::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/btn-prev.svg') no-repeat;
  }
  .swiper-gift .swiper-button-next {
    display: block;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin: auto;
    padding: 5px 2px;
  }
  .swiper-gift .swiper-button-next::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/btn-next.svg') no-repeat;
  }
  .l-gift-wrapping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 0 80px 0;
    padding: 0;
  }
  .p-gift-wrapping__image {
    width: 65%;
    aspect-ratio: 3 / 2;
    margin: 0;
  }
  .p-gift-wrapping__define {
    width: 25%;
  }
  .l-gift-wrapping-row {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .l-gift-wrapping-col {
    width: calc(100% / 2 - 24px);
  }
  .l-gift-wrapping-gallery {
    overflow-x: hidden;
  }
  .l-gift-wrapping-gallery:hover .swiper-button-next, .l-gift-wrapping-gallery:hover .swiper-button-prev,.l-gift-service-gallery:hover .swiper-button-next, .l-gift-service-gallery:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
  }
  .l-gift-wrapping-gallery .swiper-button-next, .l-gift-wrapping-gallery .swiper-button-prev,.l-gift-service-gallery .swiper-button-next, .l-gift-service-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .l-gift-wrapping-gallery .swiper-button-next,.l-gift-service-gallery .swiper-button-next {
    right: 0;
  }
  .l-gift-wrapping-gallery .swiper-button-prev,.l-gift-service-gallery .swiper-button-prev {
    left: 0;
  }
  .l-gift-wrapping-gallery .swiper-button-next.swiper-button-disabled, .l-gift-wrapping-gallery .swiper-button-prev.swiper-button-disabled,.l-gift-service-gallery .swiper-button-next.swiper-button-disabled, .l-gift-service-gallery .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: auto;
  }
  .l-gift-wrapping-gallery .swiper-button-next::after, .l-gift-wrapping-gallery .swiper-button-prev::after,.l-gift-service-gallery .swiper-button-next::after, .l-gift-service-gallery .swiper-button-prev::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
  }
  .l-gift-wrapping-gallery .swiper-button-next::after,.l-gift-service-gallery .swiper-button-next::after {
    background: transparent url("/webstore/design/themes/new_marumitsu/media/images/ver2/btn-next2.svg") no-repeat;
  }
  .l-gift-wrapping-gallery .swiper-button-prev::after,.l-gift-service-gallery .swiper-button-prev::after {
    background: transparent url("/webstore/design/themes/new_marumitsu/media/images/ver2/btn-prev2.svg") no-repeat;
  }
  .p-gift-wrapping__subterm {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .l-gift-notice {
    display: flex;
  }
  .l-gift-notice-section {
    width: 50%;
    padding: 0 80px 0 0;
    border-right: 1px solid var(--c-black);
  }
  .l-gift-notice-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0 0 0 80px;
  }
  .l-gift-notice-decoration__inner {
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  .l-gift-notice-decoration__image {
    width: 120px;
  }
  .l-gift-notice-decoration__text {
    width: 175px;
    font-family: 'Special Elite', system-ui;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .l-gift-service-row {
    display: flex;
    padding: 0;
  }
  .l-gift-service-col {
    width: 50%;
    margin: 0;
    padding: 0 80px 0 0;
    border-right: 1px solid var(--c-black);
  }
  .l-gift-service-col:last-child {
    padding: 0 0 0 80px;
    border-right: none;
  }
  .l-gift-service-gallery {
    overflow-x: hidden;
  }
}
@media (min-width: 1440px) {
  .l-gift-wrapping-row {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  .l-gift-wrapping-col {
    width: calc(100% / 4 - 24px);
  }
  .l-gift {
    max-width: 1440px;
    margin: 0 8.33333% 80px;
    width: 83.4%
  }
}

@media (min-width: 1726px) {
  .l-gift {
    max-width: 1440px;
    margin: 0 auto 80px;
  }
}*/