@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* -----------------------------------------------
gift-set common
----------------------------------------------- */
h1 {
  margin: 0;
}

main {
  font-family: 'Noto Sans JP', sans-serif;
}

.acmin {
  font-family: acumin-pro-condensed, sans-serif;
}

.group-top_nav_wrap > ul > li:first-child::before {
  content: none;
}

.group-top_nav_wrap > ul > li:nth-child(5)::before {
  content: '';
  width: 24px;
  height: 19px;
  background-image: url(../img/group_top/common/egg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gs_sub_heading {
  text-align: center;
}

.gs_sub_heading strong {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
}

.gs_sub_heading h2 {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .inner_wrap {
    width: 84%;
  }

  #group-top_header  #header_logo {
    width: 155px;
  }

  .gs_sub_heading strong {
    font-size: 25px;
    display: inline-block;
  }

  .gs_sub_heading strong:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 17px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: calc(50% + 2px);
    left: -18px;
    transform: translateY(-50%);
  }

  .gs_sub_heading strong:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 17px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: calc(50% + 2px);
    right: -18px;
    transform: translateY(-50%);
  }

  .gs_sub_heading h2 {
    margin-top: 14px;
    font-size: 21px;
  }
}

@media screen and (min-width: 751px) {
  #group-top_header  #header_logo {
    width: 208px;
    cursor: pointer;
  }

  #group-top_header .nav.pc > nav,
  #group-top_header .search {
    display: block;
  }

  .gs_sub_heading strong {
    padding-bottom: 18px;
    font-size: 56px;
    display: block;
  }

  .gs_sub_heading strong::after {
    content: '';
    width: 528px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .gs_sub_heading h2 {
    margin-top: 16px;
    font-size: 26px;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  width: 100%;
}

.mv_wrap a {
  display: block;
}

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 751px) {
  .mv_wrap {
    max-width: 1340px;
    margin: 0 auto;
  }

  .mv_wrap a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
lead_wrap
----------------------------------------------- */
.lead_heading {
  text-align: center;
}

.lead_heading h1 {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.lead_heading strong {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 300;
  display: block;
}

.lead_text p {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .lead_wrap {
    margin-top: 74px;
    padding-bottom: 53px;
    position: relative;
  }

  .lead_wrap::after {
    content: '';
    width: 84%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .lead_heading h1 {
    font-size: 25px;
  }

  .lead_heading strong {
    margin-top: 11px;
    font-size: 13px;
  }

  .lead_text {
    margin-top: 29px;
    text-align: left;
  }

  .lead_text p {
    font-size: 1.3rem;
    line-height: 2.11;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .lead_wrap {
    margin-top: 134px;
  }

  .lead_heading h1 {
    font-size: 50px;
  }

  .lead_heading strong {
    margin-top: 21px;
    font-size: 27px;
  }

  .lead_text {
    margin-top: 63px;
    text-align: center;
  }

  .lead_text p {
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.1em;
  }
}

/* -----------------------------------------------
gift_set_wrap
----------------------------------------------- */
.price_link_wrap .heading_fx h3 {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.price_link_wrap .heading_fx p {
  line-height: 1;
  letter-spacing: 0.09em;
}

.price_link_list ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.price_link_list li a {
  border: 1px solid #7c804e;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
}

.price_link_list li a span {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.set_product .fs-c-productList__list {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.set_product .fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.set_product .fs-c-productListItem__productName a {
  display: block;
}

.set_product .fs-c-productName__name {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.set_product .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
}

/* .set_product .fs-c-productMarks {
  display: none;
} */

.set_product .fs-c-productListItem__productDescription {
  display: none;
}

.set_product .fs-c-button--addToWishList--icon,
.set_product .fs-c-button--removeFromWishList--icon {
  display: none!important;
}

.set_more a {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  border: 1px solid #7c804e;
  color: #7c804e;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.set_product .fs-c-productList__controller .fs-c-sortItems {
	display: none;
}

.set_product .fs-c-productList__controller {
	margin-top: 40px;
  text-align: center;
}

.set_product .fs-c-pagination {
	/* width: 35.3%; */
    margin: 20px auto 0;
	height: 39px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.set_product .fs-c-pagination a {
	display: block;
    text-align: center;
    width: 2.5em;
    padding: 0.7em 0;
    margin: 0.2em;
	flex: initial;
    line-height: 1;
}

.set_product .fs-c-pagination__item.is-active {
    display: block;
    text-align: center;
    width: 2.5em;
    padding: 0.7em 0;
    margin: 0.2em;
	flex: initial;
    line-height: 1;
}

.set_product .fs-c-pagination__item {
	flex: initial;
    line-height: 1;
}

@media screen and (max-width: 750px) {
  .gift_set_wrap {
    margin-top: 52px;
    padding-bottom: 77px;
    position: relative;
  }

  .gift_set_wrap::after {
    content: '';
    width: 84%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .price_link_wrap {
    width: 94.92%;
    margin: 54px auto 0;
  }

  .price_link_wrap .heading_fx {
    text-align: center;
  }

  .price_link_wrap .heading_fx h3 {
    font-size: 1.6rem;
  }

  .price_link_wrap .heading_fx p {
    margin-top: 23px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .price_link_list {
    margin-top: 30px;
  }

  .price_link_list ul {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price_link_list li {
    margin-right: 12px;
    width: 47.82%;
  }
  
  .price_link_list li:nth-child(even) {
    margin-right: 0;
  }
  
  .price_link_list li:nth-child(n + 3) {
    margin-top: 12px;
  }

  .price_link_list li a {
    height: 40px;
    border-radius: 3px;
    padding-left: 14px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .price_link_list li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #7c804e;
    border-right: 1px solid #7c804e;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
  }

  .price_link_list li a span {
    font-size: 1.3rem;
  }

  .set_product {
    margin: 53px calc(50% - 50vw) 0;
    width: 100vw;
    display: block;
  }

  .set_product .fs-c-productList__list_wrap {
    width: 100%;
    padding-left: 8%;
    padding-bottom: 20px;
    overflow-x: scroll;
    display: block;
  }

  .set_product .fs-c-productList__list {
    width: 1670px;
  }

  .set_product .fs-c-productList__list__item {
    width: 167px;
    min-width: 167px;
    padding-right: 20px;
  }

  .set_product .fs-c-productList__list__item:nth-child(n + 11) {
    margin-top: 13px;
  }

  .set_product .fs-c-productListItem__productName a {
    padding-top: 7px;
  }

  .set_product .fs-c-productName__name {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .set_product .fs-c-productListItem__prices {
    margin-top: 8px;
  }

  .set_product .fs-c-productPrice {
    font-size: 1.3rem;
  }

  .set_product .fs-c-productListItem__control {
    display: none;
  }

  .set_more {
    margin-top: 34px;
  }

  .set_more a {
    width: 100%;
    height: 50px;
  }

  .set_product .fs-c-productMark__mark {
		width: 46px;
	}

	.set_product .fs-c-productMark .subscription img {
		width: 40px;
		display: block;
	}
}

@media screen and (min-width: 751px) {
  .gift_set_wrap {
    margin-top: 136px;
  }

  .gift_set_wrap .gs_sub_heading strong {
    font-size: 50px;
    font-weight: 600;
  }

  .price_link_wrap {
    width: 906px;
    margin: 117px auto 0;
  }

  .price_link_wrap .heading_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .price_link_wrap .heading_fx h3 {
    font-size: 21px;
  }

  .price_link_wrap .heading_fx p {
    margin-left: 42px;
    font-size: 18px;
  }

  .price_link_list {
    margin-top: 50px;
  }

  .price_link_list ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .price_link_list li {
    margin-right: 24px;
  }
  
  .price_link_list li:nth-child(3n) {
    margin-right: 0;
  }
  
  .price_link_list li:nth-child(n + 4) {
    margin-top: 24px;
  }

  .price_link_list li a {
    width: 286px;
    height: 60px;
    border-radius: 5px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price_link_list li a:hover {
    background-color: #7c804e;
  }
  
  .price_link_list li a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #7c804e;
    border-right: 1px solid #7c804e;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: rotate(45deg) translateY(-50%);
    transition: all .3s;
  }
  
  .price_link_list li a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .price_link_list li a span {
    font-size: 18px;
  }

  .price_link_list li a:hover span {
    color: #fff;
  }

  .set_product {
    margin-top: 163px;
  }

  .set_product .fs-c-productList__list__item {
    width: 254px;
    margin-right: 20px;
  }
  
  .set_product .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
  
  .set_product .fs-c-productList__list__item:nth-child(n + 5) {
    margin-top: 56px;
  }

  .set_product .fs-c-productList__list__item .fs-c-productListItem__image a {
    position: relative;
  }
  
  .set_product .fs-c-productList__list__item:hover .fs-c-productListItem__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .set_product .fs-c-productList__list__item:hover .fs-c-productListItem__image a::after {
    background-color: rgba(255,255,255,.1);
  }

  .set_product .fs-c-productListItem__productName a {
    padding-top: 6px;
  }

  .set_product .fs-c-productName__name {
    font-size: 14px;
    line-height: 1.3;
  }

  .set_product .fs-c-productListItem__prices {
    margin-top: 11px;
  }

  .set_product .fs-c-productPrice {
    font-size: 14px;
  }

  .set_product .fs-c-productListItem__control {
    margin-top: 16px;
    display: block;
  }

  .set_product .fs-c-productListItem__control .fs-c-button--plain {
    width: 100%;
    height: 35px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #7c804e;
    background-color: #fff;
    color: #7c804e;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
  }

  .set_product .fs-c-productListItem__control .fs-c-button--plain:hover {
    border: 1px solid #7c804e;
    background-color: #7c804e;
    color: #fff;
  }

  .set_more {
    margin-top: 96px;
  }

  .set_more a {
    width: 530px;
    height: 45px;
  }

  .set_more a:hover {
    background-color: #7c804e;
    color: #fff;
  }

  .set_product .fs-c-productMark .subscription img {
		width: 48px;
		display: block;
	}
}

/* -----------------------------------------------
voice_wrap
----------------------------------------------- */
.voice_item {
  border-bottom: 1px solid #bfbfbf;
}

.voice_item_heading dl {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.voice_item_heading dt {
  line-height: 1;
  letter-spacing: 0.09em;
}

.voice_item_heading .status {
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
  background-color: #7c804e
}

.voice_item_heading .voice_info {
  line-height: 1;
  letter-spacing: 0.09em;
}

.voice_comment p {
  letter-spacing: 0.09em;
}

@media screen and (max-width: 750px) {
  .voice_wrap {
    margin-top: 75px;
    padding-bottom: 38px;
  }

  .voice_item_wrap {
    margin-top: 40px;
  }

  .voice_item {
    padding: 20px 0 22px;
  }

  .voice_item:first-child {
    border-top: 1px solid #bfbfbf;
  }

  .voice_item_heading dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .voice_item_heading dt {
    font-size: 14px;
    margin-bottom: 17px;
    width: 100%;
  }

  .voice_item_heading .status {
    padding: 3px 6px;
    font-size: 11px;
  }

  .voice_item_heading .voice_info {
    margin-left: 6px;
    font-size: 14px;
  }

  .voice_item .star {
    margin-top: 23px;
    font-size: 18px;
  }
  
  .voice_comment {
    margin-top: 9px;
  }

  .voice_comment p {
    font-size: 13px;
    line-height: 2.15;
  }
}

@media screen and (min-width: 751px) {
  .voice_wrap {
    margin-top: 130px;
    padding-bottom: 113px;
  }

  .voice_item_wrap {
    margin-top: 94px;
  }

  .voice_item {
    padding-bottom: 32px;
  }

  .voice_item:nth-child(n + 2) {
    margin-top: 42px;
  }

  .voice_item_heading dt {
    font-size: 14px;
  }

  .voice_item_heading .status {
    margin-left: 16px;
    padding: 3px 6px;
    font-size: 11px;
  }

  .voice_item_heading .voice_info {
    margin-left: 6px;
    font-size: 14px;
  }

  .voice_item .star {
    margin-top: 17px;
    font-size: 18px;
  }
  
  .voice_comment {
    margin-top: 11px;
  }

  .voice_comment p {
    font-size: 13px;
    line-height: 1.84;
  }
}

/* -----------------------------------------------
option_wrap
----------------------------------------------- */
.option_wrap {
  background-color: #f5f5eb;
}

.noshi_item dt {
  font-weight: bold;
}

.noshi_item dd span {
  letter-spacing: 0;
  display: block;
}

.noshi_select .text strong {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.noshi_select .text p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .option_wrap {
    padding: 53px 0 58px;
  }

  .noshi_con_wrap {
    margin-top: 52px;
  }

  .noshi_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .noshi_item:nth-child(n + 2) {
    margin-top: 23px;
  }

  .noshi_item .img {
    width: 50.47%
  }

  .noshi_item .text {
    width: 44.12%;
  }

  .noshi_item dt {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }

  .noshi_item dd {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .noshi_item dd span {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.36;
  }

  .noshi_select {
    margin-top: 66px;
  }

  .noshi_select .text strong {
    font-size: 1.5rem;
  }

  .noshi_select .text p {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 2.11;
  }

  .noshi_select .link {
    margin-top: 33px;
  }

  .noshi_select .link a {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 751px) {
  .option_wrap {
    padding: 86px 0 142px;
  }

  .noshi_con_wrap {
    margin-top: 67px;
  }

  .noshi_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .noshi_item {
    width: 318px;
  }

  .noshi_item .text {
    margin-top: 26px;
    text-align: center;
  }
  
  .noshi_item:not(:first-child) .text {
    margin-top: 37px;
  }

  .noshi_item dt {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .noshi_item dd {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .noshi_item dd span {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1;
  }

  .noshi_select {
    margin-top: 68px;
  }
  
  .noshi_select .select_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .noshi_select .select_fx .text {
    width: 498px;
  }

  .noshi_select .text strong {
    font-size: 17px;
  }

  .noshi_select .text p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2.3;
  }

  .noshi_select .select_fx .link {
    width: 464px;
    text-align: right;
    border-bottom: 1px solid #000;
    position: relative;
  }
  
  .noshi_select .select_fx .link::after {
    content: '';
    width: 17px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: calc(100% - 6px);
    right: -2px;
    transform: rotate(45deg);
  }
  
  .noshi_select .link a {
    padding: 9px 28px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
  }
  
  .noshi_select .link a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
event_gift_wrap
----------------------------------------------- */
.event_heading {
  text-align: center;
}

.event_heading strong {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}

.event_heading h2 {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.event_gift_wrap .text_link_wrap ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.event_gift_wrap .text_link_wrap li a {
  letter-spacing: 0;
  color: #fff;
  background-color: #48bb88;
  border-radius: 18px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.event_gift_wrap .img_link_wrap {
  display: none;
}

.corporate_wrap {
  display: none;
}

@media screen and (max-width: 750px) {
  .event_gift_wrap {
    padding: 34px 0 0;
  }

  .event_heading strong {
    font-size: 3.5rem;
  }

  .event_heading h2 {
    margin-top: 19px;
    font-size: 1.5rem;
  }

  .event_gift_wrap .text_link_wrap {
    margin-top: 44px;
  }

  .event_gift_wrap .text_link_wrap ul {
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .event_gift_wrap .text_link_wrap li {
    margin: 0 8px 11px;
  }

  .event_gift_wrap .text_link_wrap li a {
    padding: 9px 18px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 751px) {
  .event_gift_wrap {
    padding: 124px 0 0;
  }

  .event_heading strong {
    font-size: 56px;
  }

  .event_heading h2 {
    margin-top: 34px;
    font-size: 23px;
  }

  .event_gift_wrap .text_link_wrap {
    margin-top: 44px;
  }

  .event_gift_wrap .text_link_wrap ul {
    width: 670px;
    margin: 0 auto;
  }

  .event_gift_wrap .text_link_wrap li {
    margin: 0 2px 17px;
  }

  .event_gift_wrap .text_link_wrap li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
  }

  .event_gift_wrap .text_link_wrap li a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
free_delivery_wrap
----------------------------------------------- */
.free_delivery_wrap {
  width: 100%;
}

.free_delivery_wrap a {
  display: block;
}

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 751px) {
  .free_delivery_wrap {
    max-width: 1340px;
    margin: 0 auto;
  }
  
  .free_delivery_wrap a {
    position: relative;
  }

  .free_delivery_wrap a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .free_delivery_wrap a:hover::after {
    background-color: rgba(255,255,255,.1);
  }
}
