@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;500;700&display=swap");

/* =============================================
共通
============================================= */
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  margin: 0 auto 20px;
  width: 990px;
}

.g_fgift_20250507 .container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

.g_fgift_20250507 .pc {
  display: inline-block;
}

.g_fgift_20250507 .sp {
  display: none;
}

.g_fgift_20250507 .w100 {
  height: auto;
  width: 100%;
}

.g_fgift_20250507 a {
  text-decoration: none;
}

.g_fgift_20250507 .link-hover {
  text-decoration: none;
  transition: 0.4s;
}

.g_fgift_20250507 .link-hover:hover {
  cursor: pointer;
  opacity: 0.5;
}

.g_fgift_20250507 .viewAll a {
  align-items: center;
  background-color: #015696;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-white01.svg);
  background-size: 9.227px 14.063px;
  background-position: calc(100% - 16px) 50%;
  border-radius: 5px;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  font-size: 20px;
  /* font-weight: bold; */
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  width: 310px;
}

.g_fgift_20250507 .mv {
  background-color: #e9f8fb;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-mv.jpg);
  background-size: contain;
  text-align: center;
}

.g_fgift_20250507 .postage {
  background-color: #F6E84B;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
}


.g_fgift_20250507 .anchor_nav {
  margin-bottom: 18px;
}

.g_fgift_20250507 .anchor_nav .flex {
  display: flex;
}

.g_fgift_20250507 .anchor_nav .nav_list {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}


.g_fgift_20250507 .anchor_nav .nav_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.g_fgift_20250507 .anchor_nav .nav_list ul li {
  width: 485px;
}

.g_fgift_20250507 .anchor_nav .nav_list ul li:not(:nth-child(2n)) {
  margin-right: 10px;
}

.g_fgift_20250507 .anchor_nav .nav_list ul li:nth-last-child(n + 3) {
  margin-bottom: 10px;
}

.g_fgift_20250507 .anchor_nav .nav_list ul li a {
  align-items: center;
  background-color: #00A4E2;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-down-white01.svg);
  background-size: 14.063px 9.227px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  display: flex;
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
}

.g_fgift_20250507 .about {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}

.g_fgift_20250507 .about a {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-down-black01.svg);
  background-size: 14.063px 9.227px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 26px;
}

.g_fgift_20250507 .about a span {
  border-bottom: 1px solid #333;
  color: #333;
  padding-bottom: 3px;
}

.g_fgift_20250507 .section .list {
  display: flex;
  flex-wrap: wrap;
}

.g_fgift_20250507 .other-item {
  background-color: #fff;
}

.g_fgift_20250507 .section .listColmun2 {
  align-items: flex-start;
}

.g_fgift_20250507 .section .listColmun2 .item {
  width: calc((100% - 10px) / 2);
}

.g_fgift_20250507 .section .listColmun2 .item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.g_fgift_20250507 .section .listColmun2 .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}

.g_fgift_20250507 .section .listColmun3 {
  align-items: flex-start;
}

.g_fgift_20250507 .section .listColmun3 .item {
  width: calc((100% - 40px) / 3);
}

.g_fgift_20250507 .section .listColmun3 .item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.g_fgift_20250507 .section .listColmun3 .item:not(:nth-last-child(-n+3)) {
  margin-bottom: 20px;
}

.g_fgift_20250507 .section .listColmun4 {
  align-items: flex-start;
}

.g_fgift_20250507 .section .listColmun4 .item {
  width: calc((100% - 30px) / 4);
}

.g_fgift_20250507 .section .listColmun4 .item:not(:nth-child(4n)) {
  margin-right: 10px;
}

.g_fgift_20250507 .section .listColmun4 .item:not(:nth-last-child(-n+4)) {
  margin-bottom: 20px;
}

.g_fgift_20250507 .section .listColmun5 .item {
  width: calc((100% - 92px) / 5);
}

.g_fgift_20250507 .sectionCategory .title .h2,
.g_fgift_20250507 .sectionPrice .title .h2 {
  align-items: center;
  color: #075897;
  display: flex;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 60px;
  letter-spacing: .075em;
}

.g_fgift_20250507 .sectionRanking .title {
  margin-bottom: 60px;
}

.g_fgift_20250507 .sectionPickup .title {
  margin-bottom: 50px;
}

.g_fgift_20250507 .sectionRanking .title .h2,
.g_fgift_20250507 .sectionPickup .title .h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 72px;
  border-bottom: none;
  text-align: center;
  line-height: 1;
}

.g_fgift_20250507 .sectionRanking .title .h2 span,
.g_fgift_20250507 .sectionPickup .title .h2 span {
  display: inline-block;
}

.g_fgift_20250507 .sectionRanking .title .h2 span {
  font-weight: 700;
  letter-spacing: .075em;
  color: #075897;
  position: relative;
}

.g_fgift_20250507 .sectionRanking .title .h2 span::before,
.g_fgift_20250507 .sectionRanking .title .h2 span::after {
  content: "";
  position: absolute;
  top: 57%;
  width: 93px;
  height: 1px;
  background-color: #075897;
  display: block;
  left: calc((28px + 93px) * -1);
}

.g_fgift_20250507 .sectionRanking .title .h2 span::after {
  left: auto;
  right: calc((28px + 93px) * -1);
}

.g_fgift_20250507 .sectionRanking .title .h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1;
  margin-bottom: 44px;
  color: #075897;
  padding: 12px 0;
  background-color: #E4F3FB;
  text-align: center;
}

.g_fgift_20250507 .sectionRanking .body:not(:last-child) {
  margin-bottom: 30px;
}

.g_fgift_20250507 .sectionPickup .title .h2 span {
  font-weight: 600;
  letter-spacing: -.01em;
  color: #538800;
  position: relative;
}

.g_fgift_20250507 .sectionPickup .title .h2 span::before,
.g_fgift_20250507 .sectionPickup .title .h2 span::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.g_fgift_20250507 .sectionPickup .title .h2 span::before {
  width: 27.9px;
  height: 27.7px;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/deco-title-pickup01.svg);
  top: -8px;
  left: -28px;
}

.g_fgift_20250507 .sectionPickup .title .h2 span::after {
  width: 25.3px;
  height: 32px;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/deco-title-pickup02.svg);
  bottom: -13px;
  right: -22px;
}

.g_fgift_20250507 .item .thumb {
  margin-bottom: 8px;
}

.g_fgift_20250507 .item .name,
.g_fgift_20250507 .item .price {
  font-size: 16px;
  line-height: 24px;
}

.g_fgift_20250507 .item .price {
  font-weight: bold;
}

.g_fgift_20250507 .sectionPickup {
  background-color: #FFFBEC;
  padding-top: 60px;
  text-align: center;
}

.g_fgift_20250507 .sectionPickup .body {
  background-color: #FFFEF8;
  padding: 26px 30px;
}

.g_fgift_20250507 .sectionPickup .body:not(:last-child) {
  margin-bottom: 40px;
}

/* .g_fgift_20250507 .sectionPickup .title {
  margin-bottom: 30px;
}

.g_fgift_20250507 .sectionPickup .title .h2 {
  margin-bottom: 30px;
} */

.g_fgift_20250507 .sectionPickup .lead,
.g_fgift_20250507 .sectionPickup .description {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}

.g_fgift_20250507 .sectionPickup .lead {
  color: #7da400;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: .075em;
}

.g_fgift_20250507 .sectionPickup .lead .small {
  font-size: 30px;
}

.g_fgift_20250507 .sectionPickup .description {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: .075em;
}

.g_fgift_20250507 .sectionPickup .item .thumb {
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.g_fgift_20250507 .sectionPickup .name,
.g_fgift_20250507 .sectionPickup .price {
  color: #333;
}

.g_fgift_20250507 .sectionRanking {
  padding-top: 40px;
  padding-bottom: 100px;
}

.g_fgift_20250507 .sectionRanking .title .description {
  color: #333;
}

.g_fgift_20250507 .sectionRanking .titleH3::after {
  display: none;
}

.g_fgift_20250507 .sectionRanking .item {
  position: relative;
}

.g_fgift_20250507 .sectionRanking .item::before {
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 40px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.g_fgift_20250507 .sectionRanking .item:first-child::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon-number01.gif);
}

.g_fgift_20250507 .sectionRanking .item:nth-child(2)::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon-number02.gif);
}

.g_fgift_20250507 .sectionRanking .item:nth-child(3)::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon-number03.gif);
}

.g_fgift_20250507 .sectionRanking .item:nth-child(4)::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon-number04.gif);
}

.g_fgift_20250507 .sectionRanking .item:nth-child(5)::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon-number05.gif);
}

.g_fgift_20250507 .sectionRanking .item:not(:nth-child(5n)) {
  margin-right: 23px;
}

.g_fgift_20250507 .sectionRanking .item .thumb img {
  border: 1px solid #ccc;
  width: 100%;
}

.g_fgift_20250507 .sectionRanking .item .name,
.g_fgift_20250507 .sectionRanking .item .price {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

.g_fgift_20250507 .sectionRanking .item .price {
  font-weight: bold;
}

.g_fgift_20250507 .sectionCategory {
  background-color: #ECF4F8;
  /* background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg2.jpg); */
  text-align: center;
  padding-bottom: 60px;
  padding-top: 50px;
}

.g_fgift_20250507 .sectionCategory .txt-wrap {
  background-color: #fff;
  /* border: 1px solid #015696; */
}

.g_fgift_20250507 .sectionCategory .nameButton {
  align-items: center;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-blue01.svg);
  background-size: 9.227px 14.063px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #015696;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  justify-content: center;
  min-height: 67px;
  padding: 10px;
  border: 1px solid #015696;
}

.g_fgift_20250507 .sectionCategory .thumb {
  margin-bottom: 0;
}

.g_fgift_20250507 .sectionCategory .roomPhoto {
  margin: 30px auto 60px;
}

.g_fgift_20250507 .sectionCategory .gift-set {
  margin: 20px auto 30px;
}

.g_fgift_20250507 .sectionCategory .gift-set a:hover {
  opacity: .7;
}

/*店頭お渡し*/

.g_fgift_20250507 .sectionCategory .giftitemh3 {
  margin: 30px auto 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  color: #075897;
  letter-spacing: .075em;
}

.g_fgift_20250507 .sectionPrice {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

.g_fgift_20250507 .sectionPrice .title {
  margin-bottom: 40px;
  text-align: center;
}

.g_fgift_20250507 .sectionPrice .title::before {
  left: 77%;
  transform: scaleX(-1);
}

.g_fgift_20250507 .sectionPricegift .container .title::before {
  left: 11%;
  right: 77%;
  transform: scaleX(1);
}

.g_fgift_20250507 .sectionPrice .list {
  justify-content: center;
}

.g_fgift_20250507 .sectionPrice a {
  border: 1px solid #015696;
  border-radius: 5px;
  color: #015696;
  font-weight: bold;
  display: block;
  height: 72px;
}

.g_fgift_20250507 .sectionPrice a p {
  align-items: center;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-blue01.svg);
  background-size: 9.227px 14.063px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}

.g_fgift_20250507 .footAll a {
  width: 600px;
  height: 100px;
  margin-top: 40px;
}

.g_fgift_20250507 .card {
  padding: 0 0 120px 0;
  text-align: center;
}


.g_fgift_20250507 .sectionChecklist {
  margin: 80px auto;
}

.g_fgift_20250507 .sectionChecklist .title {
  border-bottom: 1px solid #707070;
  margin-bottom: 42px;
}

.g_fgift_20250507 .sectionChecklist .title .h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.g_fgift_20250507 .sectionChecklist .title {
  border-bottom: 1px solid #707070;
  margin-bottom: 60px;
}

.g_fgift_20250507 .sectionChecklist .title .h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.6;
}

.g_fgift_20250507 .sectionChecklist .note {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.g_fgift_20250507 .sectionChecklist .note ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.g_fgift_20250507 .sectionChecklist .note ul li::before {
  content: "※";
}

.g_fgift_20250507 .sectionPrice .title .h2 {
  font-size: 32px;
}

/* タイトルアイコン カテゴリー */
.g_fgift_20250507 .sectionCategory .title .h2Inner {
  position: relative;
}

/* タイトルアイコン カテゴリー */
.g_fgift_20250507 .sectionCategory .title .h2Inner::before {
  position: absolute;
  content: "";
  left: -86px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 94px;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/deco-title-category01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* タイトルアイコン 価格 */
.g_fgift_20250507 .sectionPrice .title .h2Inner {
  position: relative;
}

/* タイトルアイコン 価格 */
.g_fgift_20250507 .sectionPrice .title .h2Inner::before {
  position: absolute;
  content: "";
  right: -156px;
  top: 56%;
  transform: translateY(-50%);
  width: 99px;
  height: 120px;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/deco-title-price01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.g_fgift_20250507 .sectionPickup {
  background-color: #FAFBD7;
  /* background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg2.jpg); */
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

.g_fgift_20250507 .sectionRanking .title .h2 img {
  /* width: 270px;
  height: auto;
  margin-left: auto;
  margin-right: auto; */
}

.g_fgift_20250507 .sectionPickup .title .h2 img {
  /* width: 270px;
  height: auto;
  margin-left: auto;
  margin-right: auto; */
}

/* ******************************** 以下SP ********************************* */
#news #d_topic_path {
  margin: 0 auto 10px;
  width: auto;
}

.g_fgift_20250507_sp * {
  box-sizing: border-box;
}

.g_fgift_20250507_sp .pc {
  display: none;
}

.g_fgift_20250507_sp .sp {
  display: block;
}

.g_fgift_20250507_sp .container {
  width: auto;
}

.g_fgift_20250507_sp .viewAll a {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-white01-sp.svg);
  background-size: 8.1175px 13.0365px;
  background-position: calc(100% - 10px) 50%;
  border-radius: 2.5px;
  height: 60px;
  height: 55px; 
  width: 80%;
  margin-top: 30px; /**/
}

.g_fgift_20250507_sp .viewAll a p {
  color: #fff;
  font-size: 15px;
}

.g_fgift_20250507_sp .postage {
  padding: 13px 30px;
}

.g_fgift_20250507_sp .sectionCategory .roomPhoto {
  margin: 10px auto 20px;
  padding: 0 40px;
}

.g_fgift_20250507_sp .sectionCategory .gift-set {
  margin: 20px auto;
}

.g_fgift_20250507_sp .sectionCategory {
  padding-bottom: 40px;
  padding-top: 30px;
}

.g_fgift_20250507_sp .anchor_nav .container {
  display: block;
}

.g_fgift_20250507_sp .anchor_nav .flex {
  display: block;
}

.g_fgift_20250507_sp .anchor_nav .nav_list {
  margin-top: 20px;
}

.g_fgift_20250507_sp .anchor_nav .nav_list ul li {
  width: 100%;
}

.g_fgift_20250507_sp .anchor_nav .container .nav_list ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 5px;
}

.g_fgift_20250507_sp .anchor_nav .list:first-child,
.g_fgift_20250507_sp .anchor_nav .nav_list:first-child {
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}

.g_fgift_20250507_sp .anchor_nav .list:last-child,
.g_fgift_20250507_sp .anchor_nav .nav_list:last-child {
  width: 100%;
}

.g_fgift_20250507_sp .anchor_nav .nav_list ul li:not(:last-child) {
  margin-right: 10px;
}

.g_fgift_20250507_sp .anchor_nav .nav_list ul li a {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-down-white01-sp.svg);
  background-size: 7.6px 12.53px;
  background-position: calc(100% - 8px) 50%;
  border-radius: 2.5px;
  font-size: 14px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 5px;
}

.g_fgift_20250507_sp .about {
  font-size: 15px;
}

.g_fgift_20250507_sp .section .listColmun3 .item {
  width: calc((100% - 10px) / 2);
}

.g_fgift_20250507_sp .section .listColmun3 .item:not(:nth-child(3n)) {
  margin-right: 0;
}

.g_fgift_20250507_sp .section .listColmun3 .item:not(:nth-last-child(-n+3)) {
  margin-bottom: 0;
}

.g_fgift_20250507_sp .section .listColmun3 .item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.g_fgift_20250507_sp .section .listColmun3 .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}

.g_fgift_20250507_sp .section .listColmun4 .item {
  width: calc((100% - 10px) / 2);
}

.g_fgift_20250507_sp .section .listColmun4 .item:not(:nth-child(3n)) {
  margin-right: 0;
}

.g_fgift_20250507_sp .section .listColmun4 .item:not(:nth-last-child(-n+3)) {
  margin-bottom: 0;
}

.g_fgift_20250507_sp .section .listColmun4 .item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.g_fgift_20250507_sp .sectionGiftItem .body .listColmun4 .item:nth-child(6) {
  margin-right: 0;
}

.g_fgift_20250507_sp .section .listColmun4 .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}

.g_fgift_20250507_sp .section .listColmun5 .item {
  width: 120px;
  width: 32vw;
}

.g_fgift_20250507 .sectionCategory .title .h2,
.g_fgift_20250507 .sectionPrice .title .h2 {
  font-size: 32px;
  line-height: 1.6;
}

.g_fgift_20250507 .sectionPrice .title .h2 {
  border-bottom: 1px solid #075897;
}

.g_fgift_20250507 .sectionPrice .listColmun3 .item {
  width: calc((100% - 60px) / 3);
}

.g_fgift_20250507 .sectionPrice .listColmun3 .item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.g_fgift_20250507_sp .titleH2 .h2 {
  font-size: 23px;
}

.g_fgift_20250507_sp .titleH3 .h3 {
  font-size: 19px;
  padding-bottom: 7px;
}

.g_fgift_20250507_sp .item .name,
.g_fgift_20250507_sp .item .price {
  font-size: 12px;
  line-height: 18px;
}

.g_fgift_20250507_sp .sectionPickup .item .name,
.g_fgift_20250507_sp .sectionPickup .item .price {
  font-size: 12px;
  line-height: 1.5;
}

.g_fgift_20250507_sp .sectionPickup {
  padding: 25px 5px;
}

.g_fgift_20250507_sp .sectionPickup .body:not(:last-child) {
  margin-bottom: 20px;
}

/* .g_fgift_20250507_sp .sectionPickup .title {
  margin-bottom: 20px;
}

.g_fgift_20250507_sp .sectionPickup .title .h2 {
  margin-bottom: 20px;
} */

.g_fgift_20250507_sp .sectionPickup .lead {
  margin-bottom: 15px;
  letter-spacing: normal
}

.g_fgift_20250507_sp .sectionPickup .lead p {
  color: #7da400;
  font-size: 25px;
  line-height: 1.3;
}

.g_fgift_20250507_sp .sectionPickup .lead .small {
  font-size: 20px;
}

.g_fgift_20250507_sp .sectionPickup .body:nth-child(2) .lead .small {
  margin-top: 6px;
  display: inline-block;
}

.g_fgift_20250507_sp .sectionPickup .description {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 33px;
  letter-spacing: .075em;
}

.g_fgift_20250507_sp .sectionPickup .description p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #160901;
  letter-spacing: normal
}

.g_fgift_20250507_sp .sectionPickup .body {
  padding: 15px 5px 20px;
}

.g_fgift_20250507_sp .Pickuplist .list {
  display: block;
}

.g_fgift_20250507_sp .Pickuplist .listColmun3 {
  width: 100%;
}

.g_fgift_20250507_sp .Pickuplist .listColmun3 .item {
  width: 100%;
  padding: 0 calc(127px / 2);
}

.g_fgift_20250507_sp .Pickuplist .listColmun3 .item:not(:nth-child(2n)) {
  margin-right: 0;
}

.g_fgift_20250507_sp .Pickuplist .listColmun3 .item:not(:last-child) {
  margin-bottom: 15px;
}

.g_fgift_20250507_sp .item .thumb {
  width: 100%;
  margin: 0 auto;
}

.g_fgift_20250507_sp .Pickuplist .item .thumb {
  margin: 0 auto 10px;
}

.g_fgift_20250507_sp .sectionRanking {
  padding-top: 0;
  padding-bottom: 50px;
}

.g_fgift_20250507_sp .sectionRanking .title,
.g_fgift_20250507_sp .sectionPickup .title {
  margin-bottom: 27px;
}

.g_fgift_20250507_sp .sectionRanking .title .h2,
.g_fgift_20250507_sp .sectionPickup .title .h2 {
  font-size: 30px;
}

/* .g_fgift_20250507_sp .sectionRanking .title .h2 span::after,
.g_fgift_20250507_sp .sectionRanking .title .h2 span::before {
  height: 22px;
  width: 35px;
} */

.g_fgift_20250507_sp .sectionRanking .title .h2 span::before,
.g_fgift_20250507_sp .sectionRanking .title .h2 span::after {
  width: calc(63px / 2);
  left: calc(((24px / 2) + (63px / 2)) * -1);
}

.g_fgift_20250507_sp .sectionRanking .title .h2 span::after {
  left: auto;
  right: calc(((24px / 2) + (63px / 2)) * -1);
}


/* .g_fgift_20250507_sp .sectionRanking .title .h2 span::after {
  right: -58px;
}

.g_fgift_20250507_sp .sectionRanking .title .h2 span::before {
  left: -62px;
} */

.g_fgift_20250507_sp .sectionRanking .body {
  padding: 0 10px;
}

.g_fgift_20250507_sp .sectionRanking .body .h4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.g_fgift_20250507_sp .sectionRanking .list {
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-top: 16px;
  padding-top: 4.2666666667vw;
}

.g_fgift_20250507_sp .sectionRanking .item::before {
  display: block;
  height: 32px;
  height: 8.5333333333vw;
  left: 0;
  top: -16px;
  top: -4.2666666667vw;
  width: 32px;
  width: 8.5333333333vw;
  z-index: 1;
}

.g_fgift_20250507_sp .sectionRanking .item:not(:nth-child(5n)) {
  margin-right: 15px;
}

.g_fgift_20250507_sp .sectionRanking .item .thumb {
  margin-bottom: 8px;
  width: 120px;
  width: 32vw;
}

.g_fgift_20250507_sp .sectionRanking .item .name,
.g_fgift_20250507_sp .sectionRanking .item .price {
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}

.g_fgift_20250507_sp .sectionPickup .title .h2 span::before {
  width: calc(27.9px / 2);
  height: calc(27.7px / 2);
  top: calc(-8px / 2);
  left: calc(-28px / 2);
}

.g_fgift_20250507_sp .sectionPickup .title .h2 span::after {
  width: calc(25.3px / 2);
  height: calc(32px / 2);
  bottom: calc(-13px / 2);
  right: calc(-22px / 2);
}

.g_fgift_20250507_sp .sectionPrice .container>.title::before,
.g_fgift_20250507_sp .sectionCategory .container>.title::before {
  /*top: -20%;*/
  height: 93.5px;
  width: 57.5px;
}

.g_fgift_20250507_sp .sectionCategory .container {
  padding: 0 5px;
}

.g_fgift_20250507_sp #giftset>.title::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 154px;
  position: absolute;
  top: -25%;
  width: 50px;
  right: 11%;
}

.g_fgift_20250507_sp #sake>.title::before {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 152px;
  position: absolute;
  top: -25%;
  width: 83px;
  left: 11%;
}

.g_fgift_20250507_sp .sectionCategory #giftset>.title::before {
  right: 0;
}

.g_fgift_20250507_sp .sectionCategory #sake>.title::before {
  left: 0;
  width: 50px;
}

.g_fgift_20250507_sp .sectionPricegift .container .title::before {
  left: 5%;
  right: 77%;
  transform: scaleX(1);
}


/* タイトルアイコン カテゴリー */
.g_fgift_20250507_sp .sectionCategory .title .h2Inner::before {
  left: calc(-86px / 2.2);
  top: 50%;
  /* width: calc(52px / 1.5); */
  width: calc(52px / 1.8);
  /* height: calc(94px / 1.5); */
  height: calc(94px / 1.8);
}

@media screen and (max-width: 374px) {
  .g_fgift_20250507_sp .sectionCategory .title .h2Inner::before {
    left: calc(-86px / 3.6);
    top: 60%;
    width: calc(52px / 2);
    height: calc(94px / 2);
  }
}

.g_fgift_20250507_sp .sectionCategory .body .section:first-child .list:not(:last-child) {
  margin-bottom: 30px;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child {
  padding-bottom: 20px;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .listLast .item {
  width: 100%;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .listLast .item:not(:nth-child(2n)) {
  margin-right: 0;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .listLast .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 0;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .listLast .item:not(:last-child) {
  margin-bottom: 10px;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .nameButton,
.g_fgift_20250507_sp .sectionGiftItem .body .section .body .item .nameButton {
  min-height: 45px;
  font-size: 14px;
}

.g_fgift_20250507_sp .sectionCategory #giftset h4.nameButton {
  min-height: 35px;
  width: 80%;
  margin: 0 auto 5px;
  font-size: 14px;
}

.g_fgift_20250507_sp .sectionCategory .body .section:last-child .list:not(:last-child) {
  margin-bottom: 30px;
}

.g_fgift_20250507_sp .sectionCategory .body .body {
  padding: 0 5px;
}

.g_fgift_20250507_sp .sectionCategory .nameButton {
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-blue01-sp.svg);
  background-size: 8.1175px 13.0365px;
  background-position: calc(100% - 10px) 50%;
  font-size: 14px;
  font-size: 13px; /***/
  min-height: 45px;
  padding: 6px 10px 4px 10px;
  line-height: 1.3; /**/
}

.g_fgift_20250507_sp .sectionPrice {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.g_fgift_20250507_sp .sectionPrice .title {
  margin: 0 auto 20px;
  /* width: calc(100% - 5px); */
  width: calc(100% - 20px);
}

.g_fgift_20250507_sp .sectionPrice .title::before {
  left: auto;
  right: 10px;
}

/* タイトルアイコン 価格 */
.g_fgift_20250507_sp .sectionPrice .title .h2Inner::before {
  right: calc(-156px / 2.3);
  /* top: 56%; */
  top: 57%;
  transform: translateY(-50%);
  /* width: calc(99px / 1.5); */
  width: calc(99px / 2);
  /* height: calc(120px / 1.5); */
  height: calc(120px / 2);
}

@media screen and (max-width: 374px) {
  .g_fgift_20250507_sp .sectionPrice .title .h2Inner::before {
    right: calc(-156px / 2.8);
    width: calc(99px / 2);
    height: calc(120px / 2);
  }
}

.g_fgift_20250507_sp .sectionPrice .body {
  padding: 0 10px;
}

.g_fgift_20250507_sp .sectionPrice .list {
  /* display: block; */
}

.g_fgift_20250507_sp .sectionPrice a {
  border-radius: 2.5px;
  height: 60px;
}

.g_fgift_20250507_sp .sectionPrice a p {
  color: #5D8EC5;
  background-image: url(/ec/shop/images/campaign/20250507_g_fgift/bg-arrow-right-blue01-sp.svg);
  background-size: 7.995px 13.0315px;
  background-position: calc(100% - 5px) 50%;
}

.g_fgift_20250507_sp .sectionPrice a .name {
  /* font-size: 16px; */
  font-size: 15px; /**/
  color: #015696;
}

@media screen and (max-width: 374px) {
  .g_fgift_20250507_sp .sectionPrice a .name {
    font-size: 14px;
  }
}

.g_fgift_20250507_sp .sectionviewAll {
  /*margin-bottom: 10px;*/
  padding-left: 10px;
  padding-right: 10px;
  /*padding-top: 0;*/
}

.g_fgift_20250507_sp .sectionviewAll .footAll a {
  width: 100%;
  height: 60px;
}

.g_fgift_20250507_sp .sectionGiftItem .container {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 30px;
}

.g_fgift_20250507_sp .sectionGiftItem {
  padding: 0;
  background-color: #EBF7EF;
}

.g_fgift_20250507_sp .sectionWithFlower>.title .h2,
.g_fgift_20250507_sp .sectionGiftItem>.title .h2 {
  border-bottom: 1.5px solid #5D8EC5;
  border-top: 1.5px solid #5D8EC5;
  font-size: 23px;
  height: 78px;
  margin-bottom: 30px;
}

.g_fgift_20250507_sp .sectionWithFlower>.title .h2 span::after,
.g_fgift_20250507_sp .sectionWithFlower>.title .h2 span::before,
.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::after,
.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::before {
  height: 38px;
  width: 35px;
}

.g_fgift_20250507_sp .sectionWithFlower>.title .h2 span::after,
.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::after {
  right: -58px;
}

.g_fgift_20250507_sp .sectionWithFlower>.title .h2 span::before,
.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::before {
  left: -62px;
}

.g_fgift_20250507_sp .sectionWithFlower .lead,
.g_fgift_20250507_sp .sectionGiftItem .lead {
  margin-bottom: 16px;
}

.g_fgift_20250507_sp .sectionWithFlower .lead p,
.g_fgift_20250507_sp .sectionGiftItem .lead p {
  color: #5D8EC5;
  font-size: 20px;
}

.g_fgift_20250507_sp .sectionWithFlower .titleH3,
.g_fgift_20250507_sp .sectionGiftItem .titleH3 {
  margin-bottom: 20px;
}

.g_fgift_20250507_sp .sectionWithFlower .titleH3 .h3,
.g_fgift_20250507_sp .sectionGiftItem .titleH3 .h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.g_fgift_20250507_sp .sectionWithFlower .proviso,
.g_fgift_20250507_sp .sectionGiftItem .proviso {
  font-size: 11px;
  padding-right: 0;
  text-align: center;
}

.g_fgift_20250507_sp .sectionWithFlower .item .thumb,
.g_fgift_20250507_sp .sectionGiftItem .item .thumb {
  box-shadow: 0px 1.5px 3px rgba(86, 36, 41, 0.15);
  margin-bottom: 7.5px;
}

.g_fgift_20250507_sp .sectionWithFlower .body,
.g_fgift_20250507_sp .sectionGiftItem .body {
  margin-bottom: 20px;
  padding: 0 5px;
}

.g_fgift_20250507_sp .sectionWithFlower .body .section,
.g_fgift_20250507_sp .sectionGiftItem .body .section {
  background-color: #fefafa;
}

.g_fgift_20250507_sp .sectionWithFlower .body .section:not(:first-child),
.g_fgift_20250507_sp .sectionGiftItem .body .section:not(:first-child) {
  padding-top: 20px;
}

.g_fgift_20250507_sp .sectionWithFlower .body .body,
.g_fgift_20250507_sp .sectionGiftItem .body .body {
  padding: 0 5px;
}

.g_fgift_20250507_sp .sectionWithFlower .divider,
.g_fgift_20250507_sp .sectionGiftItem .divider {
  margin: 5px 0;
}

.g_fgift_20250507_sp .sectionWithFlower .divider img,
.g_fgift_20250507_sp .sectionGiftItem .divider img {
  height: 37.5px;
  width: 37.5px;
}

.g_fgift_20250507_sp .sectionWithFlower .description,
.g_fgift_20250507_sp .sectionGiftItem .description {
  margin-bottom: 22px;
  padding: 0 16px;
  color: #1E0205;
}

.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::before {
  height: 40px;
  width: 40px;
}

.g_fgift_20250507_sp .sectionGiftItem>.title .h2 span::before {
  left: -58px;
}

.g_fgift_20250507_sp .sectionGiftItem .body {
  padding: 0;
  margin: 0;
}

.g_fgift_20250507_sp .sectionGiftItem .container>.titleGiftItem::before {
  top: -10%;
  height: 63.5px;
  width: 57.5px;
  right: 5px;
}

.g_fgift_20250507_sp .sectionGiftItem .container .section {
  padding: 30px 0 0;
}

.g_fgift_20250507_sp .sectionGiftItem .container .section .body {
  background-color: #FFFCFC;
}

.g_fgift_20250507_sp .sectionGiftItem .container .section .body .item .nameButton p {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.g_fgift_20250507_sp .sectionGiftItem .container .section .body .item .nameButton span {
  font-size: 10px;
}

.g_fgift_20250507_sp .giftPrice .container>.title::before {
  top: 15%;
  height: 63.5px;
  width: 57.5px;
  left: auto;
  right: 10px;
}

.g_fgift_20250507_sp .card {
  padding: 0 10px 30px 10px;
}

.g_fgift_20250507_sp .sectionChecklist .title {
  margin-bottom: 30px;
  /* margin-left: 5px; */
  margin-left: 10px; /**/
  /* margin-right: 5px; */
  margin-right: 10px; /**/
}

.g_fgift_20250507_sp .sectionChecklist .title .h2 {
  /* font-size: 26px; */
  font-size: 23px;
  padding-bottom: 0;
}

.g_fgift_20250507_sp .sectionChecklist .body {
  padding: 0 15px;
}

.g_fgift_20250507_sp .sectionChecklist .note {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.g_fgift_20250507_sp .howto {
  margin: 30px 0 0;
  width: auto;
}

.g_fgift_20250507_sp .sectionChecklist {
  margin: 30px auto;
}

.g_fgift_20250507_sp .anchor_nav .nav_list ul {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.g_fgift_20250507_sp .sectionCategory .title .h2,
.g_fgift_20250507_sp .sectionPrice .title .h2 {
  font-size: 26px;
  padding-bottom: 2px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item {
  /* width: 100%; */
  width: calc((100% - 10px) / 2);
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item:not(:nth-child(3n)) {
  margin-right: 0;
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item:not(:nth-last-child(-n+3)) {
  margin-bottom: 0;
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 0;
}

.g_fgift_20250507_sp .sectionPrice .listColmun3 .item:not(:last-child) {
  margin-bottom: 10px;
}

.g_fgift_20250507_sp .sectionRanking .title .h3 {
  margin-bottom: 20px;
  font-size: 18px;
  padding: 6px 0;
}


.g_fgift_20250507_sp .about {
  margin-bottom: 35px;
}

.g_fgift_20250507_sp .sectionCategory .giftitemh3 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 8px;
  margin-top: 0;
}

/* .g_fgift_20250507_sp .sectionRanking .title .h2 img {
  width: 258px;
  height: 46px;
}

.g_fgift_20250507_sp .sectionPickup .title .h2 img {
  width: 240px;
  height: 45px;
} */

/*sp*/