@charset "UTF-8";
.Giver_FV[data-item="01"] {
  position: relative;
}
.Giver_FV[data-item="01"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FF4129;
  position: absolute;
  left: 0;
  bottom: 66.8px;
}
.Giver_FV[data-item="01"] .Giver_FV_Inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.Giver_FV[data-item="01"] .Giver_FV_Inner::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  bottom: 56px;
  left: 40px;
  background-image: url(https://ateliergift.itembox.design/item/img/giver/gift_deco01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Giver_FV[data-item="01"] .Giver_FV_Img {
  width: 100%;
}
.Giver_FV[data-item="01"] .Giver_FV_Img img {
  width: 100%;
  margin: 0;
}
.Giver_FV[data-item="01"] .Giver_FV_Text {
  position: absolute;
  bottom: 100px;
  left: 90px;
}
.Giver_FV[data-item="01"] .Giver_FV_Text h1 {
  font-size: 30px;
  line-height: 50.4px;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.Giver_FV[data-item="02"] {
  width: 1200px;
  margin: 0 auto;
}
.Giver_FV[data-item="02"] .Giver_FV_Inner {
  position: relative;
}
.Giver_FV[data-item="02"] .Giver_FV_Inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  bottom: 46px;
  right: 55px;
  background-image: url(https://ateliergift.itembox.design/item/img/giver/gift_deco04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Giver_FV[data-item="02"] .Giver_FV_Img {
  width: 100%;
}
.Giver_FV[data-item="02"] .Giver_FV_Img img {
  width: 100%;
  margin: 0;
}
.Giver_FV[data-item="02"] .Giver_FV_Text {
  position: absolute;
  bottom: 120px;
  left: 130px;
}
.Giver_FV[data-item="02"] .Giver_FV_Text h1 {
  font-size: 31px;
  line-height: 52px;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.Giver_FV[data-item="02"] .Giver_FV_Text h1::before {
  content: "";
  display: block;
  width: 232px;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: -160px;
  background-image: url(https://ateliergift.itembox.design/item/img/giver/gift_deco03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Giver_TopLead {
  padding: 60px 0 40px;
}
.Giver_TopLead .Giver_TopLead_Inner {
  width: 1200px;
  margin: 0 auto;
}
.Giver_TopLead h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0.04em;
  margin-bottom: 55px;
  color: #333333;
}
.Giver_TopLead p {
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ StdN W3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #333333;
}

.Giver_TopLink {
  padding: 40px 0 100px;
}
.Giver_TopLink .Giver_BottomLink_List {
  max-width: 1200px;
  margin: 0 auto;
}

.Giver_LocalNavi {
  margin: 80px auto 127px;
}
.Giver_LocalNavi .Giver_LocalNavi_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 56px;
}
.Giver_LocalNavi .Giver_LocalNavi_Title::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(https://ateliergift.itembox.design/item/img/giver/gift_deco02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Giver_LocalNavi .Giver_LocalNavi_Title h2 {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #333333;
}
.Giver_LocalNavi .Giver_LocalNavi_List {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13px;
}
.Giver_LocalNavi .Giver_LocalNavi_List li {
  width: 160px;
}
.Giver_LocalNavi .Giver_LocalNavi_List li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Giver_LocalNavi .Giver_LocalNavi_List li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin-top: 18px;
  background-image: url(https://ateliergift.itembox.design/item/img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Giver_LocalNavi .Giver_LocalNavi_List li a:hover {
  opacity: 1;
}
.Giver_LocalNavi .Giver_LocalNavi_List li a:hover::after {
  opacity: 1;
}
.Giver_LocalNavi .Giver_LocalNavi_List li .Giver_LocalNavi_List_Icon {
  width: 72px;
}
.Giver_LocalNavi .Giver_LocalNavi_List li .Giver_LocalNavi_List_Icon img {
  width: 100%;
  display: block;
  margin: 0;
}
.Giver_LocalNavi .Giver_LocalNavi_List li .Giver_LocalNavi_List_Text {
  font-size: 16px;
  line-height: 39.6px;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-weight: 500;
}

.Giver_Items[data-item="01"] {
  background: #f8f8f8;
}
.Giver_Items[data-item="01"] .Giver_Items_Title .Deco {
  background: #f8f8f8;
}
.Giver_Items[data-item="02"] {
  background: #ffffff;
}
.Giver_Items[data-item="02"] .Giver_Items_Title .Deco {
  background: #ffffff;
}
.Giver_Items .Giver_Items_Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Giver_Items .Giver_Items_Title .Deco {
  margin: -27px auto 0;
  width: 72px;
  display: block;
  border-radius: 50%;
}
.Giver_Items .Giver_Items_Title .Deco img {
  display: block;
  margin: 0;
}
.Giver_Items .Giver_Items_Title h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 39.6px;
  letter-spacing: 0.04em;
  color: #333333;
}
.Giver_Items .Giver_Items_Btn {
  display: none;
  margin-top: 40px;
}
.Giver_Items .Giver_Items_Btn a {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: #899878;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 23.4px;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "FP-ヒラギノ角ゴ StdN W5", sans-serif;
  font-weight: 500;
}
.Giver_Items .Giver_Items_Inner {
  padding: 53px 0 100px;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList {
  width: 1200px;
  margin: 0 auto;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productListItem {
  width: 380px;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productListItem__image {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productListItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productListItem__productName {
  margin: 15px 0 5px;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productListItem__productName .fs-c-productName__name {
  font-family: "FP-ヒラギノ角ゴ StdN W4", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #333333;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productPrice {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productPrice .fs-c-price__currencyMark,
.Giver_Items .Giver_Items_Inner .Giver_ItemList .fs-c-productList__list .fs-c-productPrice .fs-c-price__value {
  font-family: "FP-ヒラギノ角ゴ StdN W5", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  color: #333333;
}

.Giver_BottomLink_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 37px;
}
.Giver_BottomLink_List li {
  width: 272px;
}
.Giver_BottomLink_List li a {
  position: relative;
  display: block;
}
.Giver_BottomLink_List li a .Img {
  width: 100%;
}
.Giver_BottomLink_List li a .Img img {
  width: 100%;
  margin: 0;
  display: block;
}
.Giver_BottomLink_List li a .Text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 39.6px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.Giver_BottomLink {
  padding: 60px 0 80px;
  width: 1200px;
  margin: 0 auto;
}
.Giver_BottomLink .Giver_BottomLink_Title {
  position: relative;
  margin-bottom: 30px;
}
.Giver_BottomLink .Giver_BottomLink_Title::before, .Giver_BottomLink .Giver_BottomLink_Title::after {
  content: "";
  display: block;
  width: 570px;
  height: 1px;
  background: #ff4129;
  position: absolute;
  top: 9px;
}
.Giver_BottomLink .Giver_BottomLink_Title::before {
  left: 0;
}
.Giver_BottomLink .Giver_BottomLink_Title::after {
  right: 0;
}
.Giver_BottomLink .Giver_BottomLink_Title h2 {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.Giver_BottomLink .Giver_BottomLink_Title h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(https://ateliergift.itembox.design/item/img/giver/gift_deco02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Giver_BottomLink .Giver_BottomLink_List {
  gap: 34px;
}
.Giver_BottomLink .Giver_BottomLink_List li {
  width: 212px;
}

.Footer_Category_Sec .Footer_Category_List {
  gap: 45px;
}
.Footer_Category_Sec .Footer_Category_List .Footer_Category_List_Box {
  width: 570px;
  padding-right: 45px;
  margin-right: 0;
}
.Footer_Category_Sec .Footer_Category_List .Footer_Category_List_Box:nth-child(3) {
  padding-right: 45px;
  border-right: 1px solid #DDDDDD;
}
.Footer_Category_Sec .Footer_Category_List .Footer_Category_List_Box:nth-child(2n) {
  border-right: none;
}
.Footer_Category_Sec .Footer_Category_List .Footer_Category_List_Box:nth-child(n+4) {
  margin-top: 0;
}