﻿@charset "utf-8";


* {box-sizing: border-box;}
img {
  vertical-align: top;
}
.mb0 {
  margin-bottom: 0 !important;
}
.f_notosans {
  font-family: "Noto Sans JP", sans-serif;
}
.f_oswald {
  font-family: "Oswald", sans-serif;
}
header.gift_header {
  background: none;
  height: 160px;
  background: rgba(0, 0, 0, 0.5);
  transition: background .5s;
}
header.gift_header.transparent {
  background: none;
}
header.gift_header .header_left {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 38px;
}
header.gift_header .header_left .logo {
  width: 330px;
  margin: 0 0 20px;
}
header.gift_header .header_left .logo a {
  transition: .3s;
}
header.gift_header .header_left .logo a:hover {
  opacity: 0.6;
}
header.gift_header .header_left .nav {
  background: none;
  height: auto;
  position: static;
  width: auto;
}
header.gift_header .header_left .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
header.gift_header .header_left .nav ul li {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
  margin-right: 40px;
}
@media screen and (max-width: 940px) {
  header.gift_header .header_left .logo {
    width: 250px;
    margin: 0 0 40px;
  }
  header.gift_header .header_left .nav ul li {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-right: 30px;
  }
}
header.gift_header .header_left .nav ul li a {
  position: relative;
  z-index: 0;
}
header.gift_header .header_left .nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  margin: auto;
  transition: .3s;
}
header.gift_header .header_left .nav ul li a:hover::before {
  width: 28px;
}
header.gift_header .header_left .nav ul li.sns {
  margin-right: 20px;
}
header.gift_header .header_left .nav ul li.sns a::before {
  content: none;
}

header.gift_header .header_right {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 25px;
}
header.gift_header .header_right .columns_contact {
  display: flex;
}
header.gift_header .header_right .columns_contact > .sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-right: 20px;
}
header.gift_header .header_right .columns_contact .cart {
  margin-right: 15px;
  width: 81px;
  height: 81px;
}
header.gift_header .header_right .columns_contact .cart a {
  display: block;
  transition: .3s;
  background: #765080;
  border-radius: 13px;
}
header.gift_header .header_right .columns_contact .cart a:hover {
  opacity: .6;
}
header.gift_header .header_right .columns_contact .item {
  color: #fff;
  line-height: 1;
}
header.gift_header .header_right .columns_contact .item .columns_tel {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
header.gift_header .header_right .columns_contact .item .tel_lead {
  background: #fff;
  color: #765080;
  text-align: center;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 700;
  border-radius: 8px;
  padding: 7px 6px;
}
header.gift_header .header_right .columns_contact .item .num {
}
header.gift_header .header_right .columns_contact .item .lead {
  font-size: 14px;
  font-weight: 700;
}
header.gift_header .header_right .columns_contact .item .num {
  font-size: 30px;
}
header.gift_header .header_right .columns_contact .item .num.fax {
  pointer-events: none;
}
header.gift_header .header_right .columns_contact .item p > img {
  width: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
header.gift_header .header_right .columns_contact .item p > .icon {
  display: inline-block;
  width: 28px;
  text-align: center;
  background: #fff;
  color: #765080;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 0;
  border-radius: 4px;
}
header.gift_header .header_right .columns_contact .item .caption {
  font-size: 12px;
  font-weight: 300;
  margin-top: 7px;
}


.gift article {
  padding: 0;
}
.gift .sec_kv .kv_cont {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100svh;
}
.gift .sec_kv .kv_cont::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 275px;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.gift .sec_kv .kv_cont .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: blurAnime 2s 0.5s forwards;
  filter: blur(15px);
  transform: scale(1.02);
}
.gift .sec_kv .kv_cont .kv_bg .slick-slide {
  width: 100%;
  height: 100svh;
  pointer-events: none;
}




.gift .sec_kv .kv_cont .kv_bg .slick-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift .sec_kv .kv_cont .kv_bg .slick-slide > img.sp_cont {
  display: none;
}
.gift .sec_kv .kv_cont .kv_bg .slick-slide.add-animation > img {
  transform: scale(1.1);
  animation: scaleAnime 10s 0s forwards;
}
@keyframes scaleAnime {
  to {
    transform: scale(1);
  }
}

.gift .sec_kv .kv_cont .title_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 60px);
}
.gift .sec_kv .kv_cont .title_cont h1.title {
  animation: blurAnime 2s 1.2s forwards;
  opacity: 0;
  transform: translateY(15px);
}
@keyframes blurAnime {
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


main.gift article .box {
  box-sizing: border-box;
  width: 100%;
  max-width: 940px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
}
main.gift article .box_w {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
}

.gift .sec_lead {
  background: url(../img/gift/top/sec_lead_bg.jpg) no-repeat center center / cover;
  padding: 150px 0;
}
.gift .sec_lead .columns {
  display: flex;
  flex-wrap: none;
  align-items: center;
}
.gift .sec_lead .columns > .item {
  width: 50%;
  margin: 0;
}
.gift .sec_lead .columns > .item.fig {
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s;
}
.gift .sec_lead .columns > .item .text_cont p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto;
  font-size: 18px;
  color: var(--gift_color);
  line-height: 2.11;
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s 0.5s;
}
.gift .sec_lead .columns.active > .item.fig,
.gift .sec_lead .columns.active > .item .text_cont p {
  opacity: 1;
  transform: translateY(0);
}

.gift .sec_anc {
  padding: 110px 0 75px;
  background: url(../img/gift/top/sec_anc_bg.jpg) no-repeat center center / cover;
}
.gift .sec_anc .anc_h2 {
  text-align: center;
}
.gift .sec_anc .anc_h2 .main {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 35px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.3em;
  text-align: left;
}
.gift .sec_anc .anc_h2 .en {
  color: #fff;
  opacity: 0.3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5em;
}
.gift .sec_anc .anc_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 100px 0 30px;
}
.gift .sec_anc .anc_list li a {
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 30px;
  transition: .3s;
}
.gift .sec_anc .anc_list li a:hover {
  color: #a5975a;
}
.gift .sec_anc .anc_list li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -30px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin: auto;
  background: #a5975a;
  opacity: 0;
  transition: .3s;
}
.gift .sec_anc .anc_list li a:hover::before {
  opacity: 1;
}
.gift .sec_anc .anc_list li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 13px;
  background: url(../img/gift/top/anc_arrow.png) no-repeat center center / contain;
  margin: auto;
}
.gift .sec_anc .anc_list li a:hover::after {
  background-image: url(../img/gift/top/anc_arrow_hover.png);
}
.gift hr.anc {
  margin-bottom: 0;
  margin-top: -100px;
  padding-top: 100px;
}

/* 今月の行事 */
.gift .sec_event {
  background: url(../img/gift/top/sec_event_bg.jpg) no-repeat 100% 100% / cover;
  padding: 140px 0 120px;
}
.gift .gift_h2 {
  line-height: 1.6;
  margin: 0 0 35px;
}
.gift .gift_h2 .jp {
  display: block;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.45;
  margin: 0 0 5px;
}
.gift .gift_h2 .en {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5em;
  color: #664a80;
}
.gift .sec_event .evnet_list li {
  padding: 22px 0 10px;
  border-bottom: 1px solid var(--gift_color);
}
.gift .sec_event .evnet_list li .date {
  position: relative;
  z-index: 0;
  color: var(--gift_color);
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
}
.gift .sec_event .evnet_list li .date::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -12px;
  width: 5px;
  height: 5px;
  background: var(--gift_color);
}
.gift .sec_event .evnet_list li .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gift_color);
  margin: 0 0 5px;
}
.gift .sec_event .evnet_list li .title > p {
  line-height: 1.5;
}
/* 今月のギフト商品 */
.gift .sec_month {
  background: rgba(128, 128, 47, 0.05);
  padding: 0 0 75px;
}
.gift .sec_month .title_kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 260px;
  padding: 85px 0 0;
  margin: 0 0 45px;
}
.gift .sec_month .title_kv > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift .sec_month .title_kv .gift_h2 .jp {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.gift .sec_month .title_kv .gift_h2 .en {
  color: #fff;
}
.gift .products_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 7.7%;
}
.gift .products_list > li {
  width: 28.2%;
}
.gift .products_list > li .title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 25px;
}
.gift .products_list > li .title .icon {
  width: 58px;
  margin: 0 12px 0 0;
}
.gift .products_list > li .title .name {
  width: calc(100% - 70px);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #80802f;
}
.gift .products_list > li:nth-of-type(2) .title .name {
  color: #637280;
}
.gift .products_list > li:nth-of-type(3) .title .name {
  color: #774300;
}
.gift .products_list > li figure {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 12px;
}
.gift .products_list > li figure + p {min-height: 7em;}

.gift .products_list > li p {
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  margin: 0 auto 15px;
}
.gift .products_list > li .btn {
  width: 100%;
  max-width: 240px;
  margin: auto;
  background: rgba(128, 128, 47, 0.1);
}
.gift .products_list > li:nth-of-type(2) .btn {
  background: rgba(99, 114, 128, 0.2);
}
.gift .products_list > li:nth-of-type(3) .btn {
  background: rgba(119, 67, 0, 0.2);
}
.gift .products_list > li .btn a {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #80802f;
  padding: 5px 25px;
  transition: .3s;
  opacity: 1;
}
.gift .products_list > li .btn a:hover {
  opacity: .6;
}
.gift .products_list > li:nth-of-type(2) .btn a {
  color: #637280;
}
.gift .products_list > li:nth-of-type(3) .btn a {
  color: #774300;
}
.gift .products_list > li .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #80802f;
  border-right: 1px solid #80802f;
  transform: rotate(45deg);
}
.gift .products_list > li:nth-of-type(2) .btn a::before {
  border-color: #637280;
}
.gift .products_list > li:nth-of-type(3) .btn a::before {
  border-color: #774300;
}

/* 価格別人気商品 */
.gift .sec_price {
  position: relative;
  z-index: 0;
  padding: 145px 0 165px;
  overflow: visible;
}
.gift .sec_price > img.before {
  position: absolute;
  z-index: -1;
  top: -90px;
  left: calc(50% + 340px);
  width: 410px;
}
.gift .sec_price .tab_menu {
  position: relative;
  z-index: 0;
  padding: 0;
  max-width: none;
  height: 55px;
  margin: 0 0 60px;
}
.gift .sec_price .tab_menu::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #664a80;
}
.gift .sec_price .tab_menu li {
  position: relative;
  z-index: 0;
  width: 31.5%;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #808080;
  border-bottom: none;
  margin-right: 2.75%;
  transition: .2s;
}
.gift .sec_price .tab_menu li:last-of-type {
  margin-right: 0;
}
.gift .sec_price .tab_menu li::after {
  content: none;
}
.gift .sec_price .tab_menu > li.active,
.gift .sec_price .tab_menu > li:hover {
  background: #664a80;
  border-color: #664a80;
  color: #fff;
}
.gift .sec_price .tab_menu li::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1px;
  bottom: 0;
  height: 7px;
  width: calc(100% + 2px);
  background: #fff;
  transition: .2s;
}
.gift .sec_price .tab_menu li.active::before,
.gift .sec_price .tab_menu li:hover::before {
  background: #664a80;
}
.gift .products_list.tab_content {
  display: none;
}
.gift .products_list.tab_content.active {
  display: flex;
}

/* Slider */
.gift .loop_slider {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
}
.gift .loop_slider > ul {
  display: flex;
  gap: 0;
  animation: infinity-scroll-left 50s infinite linear 0s both;
}
.gift .loop_slider > ul > li{
  width: calc(100vw / 3);
  max-width: 500px;
}
.gift .loop_slider > ul > li > img {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* 価格から選ぶ */
.gift .sec_pricelink {
  background: url(../img/gift/top/pricelink_bg.jpg) no-repeat center center / cover;
  padding: 175px 0 150px;
}
.gift .sub_h2 {
  position: relative;
  z-index: 0;
  text-align: center;
  color: var(--gift_color);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  padding: 0 0 20px;
  margin: 0 0 55px;
}
.gift .sub_h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 1px;
  background: var(--gift_color);
  margin: auto;
}
.gift .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 2% ;
}
.gift .link_list > li {
  width: 32%;
}
.gift .link_list > li a {
  position: relative;
  z-index: 0;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #808080;
  padding: 11px 45px 9px 25px;
  background: none;
  transition: .2s;
}
.gift .link_list > li a:hover {
  background: rgba(128, 128, 47, 0.2);
}
.gift .link_list > li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
}
.gift .link_list > li a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  background: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.gift .link_list.img > li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  min-height: 90px;
  padding-left: 80px;
}
.gift .link_list.img > li a > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* 目的から */
.gift .sec_purpose {
  padding: 175px 0 125px;
}
.gift .sec_purpose h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 35px 0 45px;
}
.gift .sec_purpose h3 span {
  background:linear-gradient(transparent 60%, rgba(128, 128, 47, 0.2) 60%);
  padding-left: 5px
}
.gift .imglink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 0.95%;
  margin: 0 0 110px;
}
.gift .imglink_list > li {
  width: 32.7%;
}
.gift .imglink_list > li a {
  display: block;
  position: relative;
  z-index: 0;
}
.gift .imglink_list > li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: .3s;
}
.gift .imglink_list > li a:hover::before {
  background: rgba(128, 128, 47, 0.5);
}
.gift .imglink_list > li a .title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;  
  text-shadow: 0px 0px 4px rgba(0,0,0,0.9);  
}
.gift .imglink_list > li a .title::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 35px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}


/* ギフトサービス */
.gift .sec_service {
  padding: 0 0 155px;
}
.gift.page .sec_service {
  padding: 0;
}
.gift .sec_service .service_bg {
  padding: 70px 0 90px;
  background: url(../img/gift/top/service_bg.jpg) no-repeat center center / cover;
}
.gift .sec_service .service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 5%;
  margin: 0 0 90px;
}
.gift .sec_service .service_list > li {
  width: 30%;
}
.gift .sec_service .service_list > li.wide {
  width: 42.2%;
}
.gift .btn_single {
  text-align: center;
}
.gift .btn_single a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 460px;
  font-size: 20px;
  font-weight: 500;
  color: #664a80;
  background: #d9d4dd;
  padding: 16px 10px;
  margin: auto;
  transition: .3s
}
.gift .btn_single a:hover {
  opacity: .6;
}
.gift .btn_single a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 40px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
}

.gift .service_kakegami {
  position: relative;
  z-index: 0;
  padding: 120px 0 60px
}
.gift .service_kakegami::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 290px;
  background: url(../img/gift/top/service_bg_1.jpg);
}
.gift .service_kakegami .box {
  overflow: visible;
}
.gift .service_kakegami .columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.gift .service_kakegami .columns .title {
  font-size: 24px;
  color: #664a80;
  font-weight: 500;
  line-height: 1.54;
  margin: 0 0 25px;
}
.gift .service_kakegami .columns .title + p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}

.gift .service_kakegami .columns > .item.fig {
  position: relative;
  z-index: 0;
  max-width: 425px;
}
.gift .service_kakegami .columns > .item.fig figcaption {
  position: absolute;
  bottom: -2.3em;
  width: 100%;
  color: #664a80;
}
.gift .service_kakegami .columns > .item.fig figcaption span {
  font-size: 0.7em;
}

/* お客様の声 */
.gift .sec_voice {
  position: relative;
  z-index: 0;
  padding: 90px 0 115px;
  margin: 0 auto 115px;
}
.gift .sec_voice .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.gift .sec_voice .bg.bottom {
  top: auto;
  bottom: 0;
}
.gift .sec_voice .gift_h2 {
  color: #fff;
  margin: 0 0 85px;
}
.gift .sec_voice .gift_h2 .sub {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.gift .sec_voice .gift_h2 .en {
  color: #fff;
}

main.gift .sec_voice .box_w {
  overflow: visible;
}
.home .slider_cont {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
}
.gift .sec_voice .voice_slider {
  margin: 0 0 85px;
}
.gift .sec_voice .voice_slider .slick-list {
  overflow: visible;
}
.gift .sec_voice .voice_slider .slick-track {
  display: flex;
}
.gift .sec_voice .voice_slider .slick-slide {
  height: auto !important;
  margin: 0 10px;
  background: url(../img/gift/top/voice_comment_bg.png) no-repeat center center / 100% 100%;
  padding: 25px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.gift .sec_voice .voice_slider .slick-slide.slick-active {
  opacity: 1;
}
.gift .sec_voice .voice_slider .slick-slide {
  font-size: 15px;
}
.gift .sec_voice .voice_slider .slick-slide .title {
  font-size: 16px;
  font-weight: 700;
}
.gift .sec_voice .voice_slider .slick-slide .name {
  margin: 45px 0 0;
  text-align: right;
}
.gift .sec_voice .voice_slider .slick-slide span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  font-size: 15px !important;
}

.gift .sec_voice .voice_slider .slick-dots {
  bottom: 20px;
}
.gift .sec_voice .voice_slider .slick-dots li {
  margin: 0 3px;
}
.gift .sec_voice .voice_slider .slick-dots li button:before {
  font-size: 13px;
  color: #d8d8d8; 
  opacity: 1;
}
.gift .sec_voice .voice_slider .slick-dots li.slick-active button:before {
  color: var(--main_color);
  opacity: 1;
}
.gift .sec_voice .voice_slider .slick-prev,
.gift .sec_voice .voice_slider .slick-next {
  position: absolute;
  top: -70px;
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  transform: translate(0);
  z-index: 1;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s;
}
.gift .sec_voice .voice_slider .slick-prev {
  transform: translateX(-55px);
}
.gift .sec_voice .voice_slider .slick-prev::before,
.gift .sec_voice .voice_slider .slick-next::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
}
.gift .sec_voice .voice_slider .slick-prev::before {
  transform: rotate(225deg);
  right: -5px;
}
.gift .sec_month .btn_single a,
.gift .sec_voice .btn_single a {
  background: var(--gift_color);
  color: #fff;
}
.gift .sec_month .btn_single a::after,
.gift .sec_voice .btn_single a::after {
  border-color: #fff;
}

/* 選ばれる理由 */
.gift .sec_reason {
  position: relative;
  z-index: 0;
  padding: 345px 0 100px;
  background: url(../img/gift/top/reason_bg.jpg) no-repeat left top / 100% auto;
  overflow: visible;
}
.gift .sec_reason > img.before01 {
  position: absolute;
  z-index: 1;
  top: -122px;
  right: calc(50% + 445px);
}
.gift .sec_reason > img.before02 {
  position: absolute;
  z-index: -1;
  top: 205px;
  left: calc(50% + 35px);
}
.gift .sec_reason .gift_h2 {
  margin: 0 0 50px;
}
.gift .sec_reason .gift_h2,
.gift .sec_reason .gift_h2 .en {
  color: var(--gift_color);
}
.gift .sec_reason .reason_lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  margin: 0 0 80px;
}
.gift .sec_reason .reason_cont {
  position: relative;
  z-index: 0;
  height: 365px;
  margin: 0 0 60px;
}
.gift .sec_reason .reason_cont::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: var(--gift_color);
}
.gift .sec_reason .reason_cont.box-right::before {
  left: auto;
  right: 0;
}
.gift .sec_reason .reason_cont::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, var(--gift_color) 0%, rgba(0,0,0,0) 100%);
}
.gift .sec_reason .reason_cont.box-right::after {
  left: auto;
  right: 40%;
  background: linear-gradient(-90deg, var(--gift_color) 0%, rgba(0,0,0,0) 100%);
}
.gift .sec_reason .reason_cont img.bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.gift .sec_reason .reason_cont.box-right img.bg {
  right: auto;
  left: 0;
  object-position: left;
}
.gift .sec_reason .reason_cont img.before {
  position: absolute;
  z-index: 1;
}
.gift .sec_reason .reason_cont .box_w {
  height: 100%;
  overflow: visible;
}
.gift .sec_reason .reason_cont .columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}
.gift .sec_reason .reason_cont.box-right .columns {
  justify-content: flex-end;
}
.gift .sec_reason .reason_cont .columns > .circle {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: 45px;
}
.gift .sec_reason .reason_cont.box-right .columns > .circle {
  order: 2;
}
.gift .sec_reason .reason_cont .columns > .circle .lead-rl {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
}
.gift .sec_reason .reason_cont .columns .text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
.gift .sec_reason .reason_cont.box-right .columns .text {
  order: 1;
}
.gift .sec_reason .reason_cont .columns > .circle img.before {
  position: absolute;
  z-index: 1;
  max-width: none;
}
.gift .sec_reason .reason_cont.first .columns > .circle img.before {
  bottom: -110px;
  left: -145px;
}
.gift .sec_reason .reason_cont.second .columns > .circle img.before {
  bottom: -225px;
  left: -135px;
}
.gift .sec_reason .reason_cont.third .columns > .circle img.before {
  bottom: -150px;
  left: -185px;
}



/* 下層 */
.gift.page .sec_kv .kv_cont {
  width: 100%;
  height: 550px;
}
.gift.page .sec_kv .kv_cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.gift .sec_kv .kv_cont .kv_bg .slick-slide > img.sp_cont {
  display: none;
}
.gift .sec_kv .kv_cont .kv_bg .slick-slide > img.pc_cont {
  display: block;
}

.gift.page .sec_kv .kv_cont > .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift.page .sec_kv .kv_cont > .title_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 160px);
  z-index: 1;
}
.gift.page .sec_kv .kv_cont > .title_cont .title {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.gift.page .sec_kv .kv_cont > .title_cont .title .en {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5em;
}
.gift.page .sec_kv .kv_cont > .title_cont .title .jp {
  display: block;
  font-size: 69px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
/* anc */
.gift.page .sec_anc {
  padding: 110px 0 55px;
  background: none;
}
.gift.page .sec_anc .page_lead {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: var(--gift_color);
  margin: 0 0 75px;
}
.gift.page .sec_anc .anc_list {
  gap: 2.7%;
  margin: auto;
}
.gift.page .sec_anc .anc_list li {
  width: 22.975%;
}
.gift.page .sec_anc .anc_list li a {
  display: block;
  width: 100%;
  background: var(--gift_color);
  text-align: center;
  border-radius: 5px;
  padding: 25px 10px 45px;
}
.gift.page .sec_anc .anc_list li a:hover {
  color: #fff;
  opacity: .5;
}
.gift.page .sec_anc .anc_list li a::before {
  content: none;
}
.gift.page .sec_anc .anc_list li a::after {
  bottom: 20px;
}
.gift .sec_anc .anc_list li a:hover::after {
  background-image: url(../img/gift/top/anc_arrow.png);
}
/* 今月のギフト商品 */
.gift.page .sec_month {
  background: var(--gift_bg_color);
}
.gift.page .sec_month .gift_h2 .en {
  color: #664a80;
}
.gift.page .btn_single a {
  background: var(--gift_color);
  color: #fff;
}
.gift.page .btn_single a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.gift .sec_month .btn_single ,
.gift .sec_price .btn_single {
  margin: 65px 0 0;
}
.gift.page .sec_service .btn_single a {
  color: #664a80;
  background: #d9d4dd;
}
.gift.page .sec_service .btn_single a::after {
  border-top: 1px solid #664a80;
  border-right: 1px solid #664a80;
}
.gift .sec_option .btn_single.btn_katei ,
.gift .sec_month .btn_single.btn_katei ,
.gift .sec_price .btn_single.btn_katei {margin: 30px 0 0;}
.gift .sec_option .btn_single.btn_katei a,
.gift .sec_month .btn_single.btn_katei a ,
.gift .sec_price .btn_single.btn_katei a {
  background: #FFF;
  box-shadow: inset 0 0 0 1px var(--gift_color); 
  color: var(--gift_color); 
}
.gift .sec_option .btn_single.btn_katei a::after,
.gift .sec_month .btn_single.btn_katei a::after ,
.gift .sec_price .btn_single.btn_katei a::after {
  border-top: 1px solid var(--gift_color); 
  border-right: 1px solid var(--gift_color); 
}




/* 行事の説明 */
.gift.page .sec_info {
  position: relative;
  z-index: 0;
  padding: 0 0 110px;
}
.gift.page .sec_info::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  background: var(--gift_bg_color);
}
.gift.page .sec_info .h2_cont {
  text-align: center;
}
.gift.page .sec_info h2 {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-align: center;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.4;
  margin: 0 auto 50px;
  padding: 0 1.2em;
}
.gift.page .sec_info h2 .color {
  color: var(--gift_color);
}
.gift.page .sec_info h2::before,
.gift.page .sec_info h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: var(--gift_color);
}
.gift.page .sec_info h2::after {
  left: auto;
  right: 0;
}
.gift.page p.text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
}
/* おすすめギフトオプション */
.gift.page .sec_option {
  padding: 85px 0 95px;
  background: var(--gift_bg_color);
  border-top: 1px solid var(--gift_color);
  background: url(../img/gift/page/option_bg.png) no-repeat right bottom / auto,var(--gift_bg_color);
}
.gift.page .sec_option .gift_h2 .en {
  color: var(--gift_color);
}

.gift.page .sec_option .gift_h2 + p {font-size: 1.2em;margin: 0 0 1.5em;}

.gift.page .sec_option .columns_option {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 9%;
  padding: 0 5%;
  margin: 0 0 55px;
}
.gift.page .sec_option .columns_option > .item_main {
  width: 60.5%;
}
.gift.page .sec_option .columns_option > .item_sub {
  width: 30.5%;
}
.gift.page .sec_option .columns_option > .item figure img {
  filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.1));
}
.gift.page .sec_option .columns_option > .item figure figcaption {
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 10px 0 0;
}
.gift.page .sec_option .message_caution {
  margin: 40px auto 0;
  text-align: center;
}
.gift.page .sec_option .message_caution p {
  display: inline-block;
  width: 600px;
  text-align: left;
}

/* お客様の声 */
.gift.page .sec_voice {
  background: var(--gift_bg_color);
}
.gift.page .sec_voice .bg.bottom {
  display: none;
}
/* 選ばれる理由 */
.gift.page .sec_reason {
  padding-top: 190px;
}
.gift.page .sec_reason > img.before02 {
  top: 50px;
}
.gift.page .sec_reason .gift_h2 .jp {
  letter-spacing: 0.2em;
}




















@media screen and (max-width: 768px) {  
  .gift hr.anc {
    margin-top: -80px;
    padding-top: 80px;
  }
  header + .sp_giftnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 70px;
    background: transparent;
    padding: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    transition: background .5s;
  }
  header.transparent + .sp_giftnav {
    background: none;
  }
  .sp_giftnav .logo {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 141px;
    height: auto;
    margin: auto;
  }  
  .sp_giftnav .menu {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sp_giftnav .menu::before,
  .sp_giftnav .menu::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .sp_giftnav .menu::before {
    box-shadow: 0 8px 0 0 #fff;
    top: 27px;
  }
  .sp_giftnav .menu::after {
    top: 43px;
  }
  .sp_giftnav .menu.open::before {
    top: 35px;
    transform: rotate(45deg);
    box-shadow: none!important;
  }
  .sp_giftnav .menu.open::after {
    transform: rotate(-45deg);
    top: 35px;
  }

  header.gift_header {
    background: none;
    height: 100svh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s;
  }  
  header.gift_header.transparent {
    background: rgba(0, 0, 0, 0.6);
  }
  header.gift_header.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header.gift_header .header_left {
    position: static;
    left: 5%;
    top: 22px;
  }
  header.gift_header .header_left .logo {
    width: 141px;
    margin: 0;
    display: none;
  }
  header.gift_header .header_left .nav {
    position: static;
    background: none;
    height: auto;
    padding: 0 5%;
    margin: 90px 0 35px;
    text-align: center;
  }
  header.gift_header .header_left .nav ul {
    display: block;
    align-items: center;
    flex-wrap: nowrap;
  }
  header.gift_header .header_left .nav ul li {
    margin: 0 0 22px;
  }
  header.gift_header .header_left .nav ul li a {
    position: relative;
    z-index: 0;
  }
  header.gift_header .header_left .nav ul li.sns {
    display: inline-block;
    margin: 15px 20px 0 0;
  }
  header.gift_header .header_left .nav ul li.sns:last-of-type {
    margin-right: 0;
  }
  header.gift_header .header_left .nav ul li.sns a::before {
    content: none;
  }
  
  header.gift_header .header_right {
    position: static;
    max-width: 275px;
    margin: 0 auto 100px;
  }
  header.gift_header .header_right .columns_contact {
    display: block;
  }
  header.gift_header .header_right .columns_contact .cart {
    text-align: center;
    border-radius: 8px;
    margin-right: 0;
    height: auto;
    width: 100%;
    margin: 0 0 20px;
  }
  header.gift_header .header_right .columns_contact .item .tel_lead,
  header.gift_header .header_right .columns_contact .item .num {
    margin-left: 0;
  }
  header.gift_header .header_right .columns_contact .item .lead {
    font-size: 16px;
  }
  header.gift_header .header_right .columns_contact .item .num {
    font-size: 42px;
  }
  header.gift_header .header_right .columns_contact .item p > img {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  header.gift_header .header_right .columns_contact .item .caption {
    font-size: 12px;
    letter-spacing: -0.07em;
    margin-top: 12px;
  }
  /* add */  
  header.gift_header .header_right .columns_contact > .sns {
    justify-content: center;
    margin: 0 auto 20px;
  }
  header.gift_header .header_right .columns_contact .cart a {
    padding: 7px 5%;
  }
  header.gift_header .header_right .columns_contact .item .columns_tel {
    display: block;
  }
  header.gift_header .header_right .columns_contact .item .tel_lead {
    font-size: 16px;
    padding: 10px 3%;
    margin: 0 0 10px;
  }
  header.gift_header .header_right .columns_contact .item .num {
    font-size: 42px;
  }
  header.gift_header .header_right .columns_contact .item p > img {
    width: 30px;
  }
  header.gift_header .header_right .columns_contact .item p > .icon {
    width: 30px;
    font-size: 13px;
  }
  
  
  main.gift {
    padding: 0;
  }
  .gift article {
    padding: 0;
  }
  .gift .sec_kv .kv_cont .title_cont {
    height: calc(100% - 20px);
  }  
  .gift .sec_kv .kv_cont .kv_bg .slick-slide > img.sp_cont {
    display: block;
  }
  .gift .sec_kv .kv_cont .kv_bg .slick-slide > img.pc_cont {
    display: none;
  }
  
  main.gift article .box,
  main.gift article .box_w {
    padding: 0 5%;
  }
  
  .gift .sec_lead {
    padding: 90px 0;
  }
  .gift .sec_lead .columns {
    display: block;
  }
  .gift .sec_lead .columns > .item {
    width: 100%;
  }
  .gift .sec_lead .columns > .item.fig {
    margin: 50px 0 0;
    transition-delay: 1s;
  }
  .gift .sec_lead .columns > .item .text_cont p {
    font-size: 16px;
    line-height: 2.375;
    transition-delay: 0s;
  }
  
  .gift .sec_anc {
    padding: 55px 0 75px;
    background: url(../img/gift/top/sec_anc_bg.jpg) no-repeat center center / cover;
  }
  .gift .sec_anc .anc_h2 .main {
    margin: 0 auto 25px;
    font-size: 26px;
    line-height: 1.84;
  }
  .gift .sec_anc .anc_h2 .en {
    font-size: 12px;
  }
  .gift .sec_anc .anc_list {
    display: block;
    text-align: center;
    margin: 45px 0 0;
  }
  .gift .sec_anc .anc_list li {
    display: block;
    margin: 0 0 15px;
  }
  .gift .sec_anc .anc_list li a {
    font-size: 16px;
    padding: 0 30px 0 0;
  }
  .gift .sec_anc .anc_list li a::before {
    left: -22px;
    right: auto;
    top: 0;
    bottom: 0;
  }
  .gift .sec_anc .anc_list li a::after {
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 19px;
    height: 10px;
  }
  
  /* 今月の行事 */
  .gift .sec_event {
    background: url(../img/gift/top/sec_event_bg.jpg) no-repeat 100% 100% / 150% auto;
    padding: 80px 0 90px;
  }
  .gift .gift_h2 {
    margin: 0 0 30px;
  }
  .gift .gift_h2 .jp {
    font-size: 31px;
    letter-spacing: 0.25em;
    margin: 0;
  }
  .gift .gift_h2 .en {
    font-size: 14px;
    letter-spacing: 0.45em;
  }
  .gift .sec_event .evnet_list {
    padding: 0 10px;
  }
  .gift .sec_event .evnet_list li {
    padding: 25px 0 15px;
  }
  .gift .sec_event .evnet_list li .date {
    font-size: 14px;
  }
  .gift .sec_event .evnet_list li .title {
    font-size: 24px;
  }
  .gift .sec_event .evnet_list li .title > p {
    font-size: 16px;
  }
  /* 今月のギフト商品 */
  .gift .sec_month {
    padding: 0 0 90px;
  }
  .gift .sec_month .title_kv {
    height: 150px;
    padding: 48px 0 0;
    margin: 0 0 55px;
  }
  .gift .products_list {
    display: block;
  }
  .gift .products_list > li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 55px;
  }
  .gift .products_list > li:last-of-type {
    margin-bottom: 0;
  }
  .gift .products_list > li .title {
    margin: 0 0 20px;
  }
  .gift .products_list > li figure {
    margin: 0 auto 5px;
  }
  .gift .products_list > li figure + p {min-height: auto;}

  .gift .products_list > li .btn a {
    font-size: 15px;
  }
  
  /* 価格別人気商品 */
  .gift .sec_price {
    padding: 120px 0 90px;
  }
  .gift .sec_price > img.before {
    top: -90px;
    left: auto;
    right: -90px;
    width: 313px;
  }
  .gift .sec_price .tab_menu {
    width: 100%;
    height: 40px;
    margin: 0 0 40px;
  }
  .gift .sec_price .tab_menu li {
    height: 40px;
    line-height: 1.1;
    font-size: 13px;
    padding: 6px 0 0;
  }
  .gift .sec_price .tab_menu li::before {
    height: 5px;
  }
  .gift .products_list.tab_content.active {
    display: block;
  }
  
  /* Slider */
  .gift .loop_slider > ul > li{
    width: calc(100vw / 2);
    max-width: 250px;
  }
  
  /* 価格から選ぶ */
  .gift .sec_pricelink {
    background: url(../img/gift/top/pricelink_bg.jpg) no-repeat center center / cover;
    padding: 85px 0 90px;
  }
  .gift .sub_h2 {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
  .gift .sub_h2::before {
    width: 40px;
  }
  .gift .link_list {
    display: block;
  }
  .gift .link_list > li {
    width: 100%;
    max-width: 275px;
    margin: 0 auto 15px;
  }
  .gift .link_list > li:last-of-type {
    margin-bottom: 0;
  }
  .gift .link_list > li a {
    font-size: 17px;
  }
  .gift .link_list.img > li {
    max-width: none;
  }
  
  /* 目的から */
  .gift .sec_purpose {
    padding: 85px 0 110px;
  }
  .gift .sec_purpose h3 {
    font-size: 18px;
    margin: 25px 0 30px;
  }
  .gift .sec_purpose h3 span {
    padding-left: 2px
  }
  .gift .imglink_list {
    display: block;
    margin: 0 0 50px;
  }
  .gift .imglink_list > li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 10px;
  }
  .gift .imglink_list > li a .title {
    font-size: 20px;
  }  
  
  /* ギフトサービス */
  .gift .sec_service {
    padding: 0 0 90px;
  }
  .gift .sec_service .service_bg {
    padding: 60px 0 85px;
  }
  .gift .sec_service .service_list {
    display: block;
    margin: 0 0 55px;
  }
  .gift .sec_service .service_list > li,
  .gift .sec_service .service_list > li.wide {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 55px;
  }
  .gift .btn_single a {
    font-size: 15px;
    padding: 16px 5%;
    margin: auto;
    transition: .3s
  }
  .gift .btn_single a:hover {
    opacity: .6;
  }
  .gift .btn_single a::after {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .gift .service_kakegami {
    position: relative;
    z-index: 0;
    padding: 60px 0 0;
  }
  .gift .service_kakegami::before {
    content: none;
  }
  .gift .service_kakegami .columns {
    position: relative;
    z-index: 0;
    display: block;
    padding: 30px 0 0;
  }
  .gift .service_kakegami .columns::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: calc(100% - 130px);
    background: url(../img/gift/top/service_bg_1.jpg);
  }

  .gift .service_kakegami .columns .title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .gift .service_kakegami .columns .title + p {
    font-size: 14px;
    margin: 0 0 30px;
  }  
  .gift .service_kakegami .columns > .item.fig {
    position: relative;
    z-index: 0;
    max-width: 425px;
  }
  .gift .service_kakegami .columns > .item.fig figcaption {
    position: static;
    text-align: left;
  }
  
  /* お客様の声 */
  .gift .sec_voice {
    position: relative;
    z-index: 0;
    padding: 35px 0 90px;
    margin: 0 auto 90px;
  }
  .gift .sec_voice .gift_h2 {
    color: #fff;
    margin: 0 0 90px;
  }
  .gift .sec_voice .gift_h2 .sub {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .home .slider_cont {
    width: 100%;
    max-width: 1060px;
    padding: 0 30px;
  }
  .gift .sec_voice .voice_slider {
    margin: 0 0 60px;
  }
  .gift .sec_voice .voice_slider .slick-slide {
  }
  .gift .sec_voice .voice_slider .slick-slide p {
    font-size: 14px;
    line-height: 2;
  }
  .gift .sec_voice .voice_slider .slick-slide .title {
    margin: 0 0 10px;
  }
  .gift .sec_voice .voice_slider .slick-slide .name {
    margin: 20px 0 0;
  }
  
  .gift .sec_voice .voice_slider .slick-prev,
  .gift .sec_voice .voice_slider .slick-next {
    position: absolute;
    top: -60px;
    width: 28px;
    height: 28px;
  }
  .gift .sec_voice .voice_slider .slick-prev {
    transform: translateX(-38px);
  }
  .gift .sec_voice .voice_slider .slick-prev::before,
  .gift .sec_voice .voice_slider .slick-next::after {
    width: 8px;
    height: 8px;
  }
  
  /* 選ばれる理由 */
  .gift .sec_reason {
    padding: 230px 0 50px;
    background: url(../img/gift/top/reason_bg.jpg) no-repeat left top / 150% auto;
  }
  .gift .sec_reason > img.before01 {
    top: -60px;
    right: auto;
    left: -50px;
    width: 182px;
  }
  .gift .sec_reason > img.before02 {
    top: 110px;
    left: auto;
    right: calc(50% - 270px);
    width: 303px;
  }
  .gift .sec_reason .gift_h2 {
    margin: 0 0 25px;
  }
  .gift .sec_reason .reason_lead {
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 50px;
  }
  .gift .sec_reason .reason_cont {
    height: auto;
    padding: 60px 0 160px;
    margin: 0;
  }
  .gift .sec_reason .reason_cont::before {
    right: 0;
    width: 100%;
    height: 50%;
  }
  .gift .sec_reason .reason_cont::after,
  .gift .sec_reason .reason_cont.box-right::after {
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, var(--gift_color) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .gift .sec_reason .reason_cont img.bg,
  .gift .sec_reason .reason_cont.box-right img.bg {
    object-position: center bottom;
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  .gift .sec_reason .reason_cont .columns {
    display: block;
    height: auto;
  }
  .gift .sec_reason .reason_cont .columns > .circle {
    width: 180px;
    height: 180px;
    margin: 0 auto 85px;
  }
  .gift .sec_reason .reason_cont .columns > .circle .lead-rl {
    font-size: 20px;
    line-height: 1.8;
  }
  .gift .sec_reason .reason_cont .columns .text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .gift .sec_reason .reason_cont.first .columns > .circle img.before {
    width: 150px;
    bottom: -50px;
    left: -85px;
  }
  .gift .sec_reason .reason_cont.second .columns > .circle img.before {
    width: 225px;
    bottom: -120px;
    left: -110px;
  }
  .gift .sec_reason .reason_cont.third .columns > .circle img.before {
    width: 211px;
    bottom: -55px;
    left: -105px;
  }
  
}




/* 下層 */
@media screen and (max-width: 768px) {  
  .gift.page .sec_kv .kv_cont {
    height: 400px;
  }
  .gift.page .sec_kv .kv_cont > .bg {
    object-fit: cover;
  }
  .gift.page .sec_kv .kv_cont > .title_cont {
    height: calc(100% - 50px);
  }
  .gift.page .sec_kv .kv_cont > .title_cont .title .en {
    font-size: 13px;
  }
  .gift.page .sec_kv .kv_cont > .title_cont .title .jp {
    font-size: 56px;
  }
  /* anc */
  .gift.page .sec_anc {
    padding: 50px 0 25px;
  }
  .gift.page .sec_anc .page_lead {
    font-size: 22px;
    line-height: 1.63;
    margin: 0 0 50px;
  }
  .gift.page .sec_anc .anc_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3.7%;
  }
  .gift.page .sec_anc .anc_list li {
    width: 48.15%;
    margin: 0;
  }
  .gift.page .sec_anc .anc_list li a {
    padding: 15px 5px 25px;
    font-size: 14px;
  }
  .gift.page .sec_anc .anc_list li a::after {
    bottom: 13px;
    top: auto;
    left: 0;
    right: 0;
  }
  /* 今月のギフト商品 */
  .gift .sec_month .btn_single ,
  .gift .sec_price .btn_single {
    margin: 60px 0 0;
  }
  .gift .sec_option .btn_single.btn_katei ,
  .gift .sec_month .btn_single.btn_katei ,
  .gift .sec_price .btn_single.btn_katei {margin: 20px 0 0;}
  
  /* 行事の説明 */
  .gift.page .sec_info {
    padding: 0 0 65px;
  }
  .gift.page .sec_info::before {
    height: calc(100% - 45px);
  }
  .gift.page .sec_info h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 auto 40px;
    padding: 0 1em;
    letter-spacing: 0.2em;
  }
  .gift.page .sec_info h2 span {
    display: block;
  }
  .gift.page p.text {
    text-align: left;
  }
  /* おすすめギフトオプション */
  .gift.page .sec_option {
    padding: 65px 0 70px;
    background: url(../img/gift/page/option_bg.png) no-repeat right bottom / 150% auto;
  }
  .gift.page .sec_option .gift_h2 .en {
    color: var(--gift_color);
  }
  .gift.page .sec_option .columns_option {
    display: block;
    padding: 0;
    margin: 0 0 25px;
  }
  .gift.page .sec_option .columns_option > .item_main,
  .gift.page .sec_option .columns_option > .item_sub {
    width: 100%;
  }
  .gift.page .sec_option .columns_option > .item figure {
    margin: 0 0 20px;
  }
  .gift.page .sec_option .columns_option > .item figure img {
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.1));
  }
  .gift.page .sec_option .columns_option > .item figure figcaption {
    font-size: 13px;
    margin: 8px 0 0;
  }
  .gift.page .sec_option .message_caution p {width: 100%;}

  /* 選ばれる理由 */
  .gift.page .sec_reason {
    padding-top: 230px;
  }
  .gift.page .sec_reason > img.before02 {
    top: 100px;
  }
}







