@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%);
}

@media screen and (max-width: 750px) {
  .inner_wrap {
    width: 84%;
  }

  #group-top_header  #header_logo {
    width: 155px;
  }
}

@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;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  width: 100%;
  margin-bottom: 0!important;
}

.mv_wrap a {
  display: block;
}

.mv_wrap .slick-list {
  overflow: initial;
}

.mv_wrap .slick-dots li:nth-child(odd) button:before {
  opacity: 1;
  content: url("../img/common/dots_odd.svg");
}

.mv_wrap .slick-dots li:nth-child(even) button:before {
  opacity: 1;
  content: url("../img/common/dots_even.svg");
}

.mv_wrap .slick-dots li:nth-child(odd).slick-active button:before
{
  opacity: 1;
  content: url("../img/common/dots_odd_active.svg");
}

.mv_wrap .slick-dots li:nth-child(even).slick-active button:before
{
  opacity: 1;
  content: url("../img/common/dots_even_active.svg");
}

.mv_wrap .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.mv_wrap.fs-c-slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.mv_wrap.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  display: none!important;
}

.mv_wrap .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .mv_wrap .slick-dots li button:before {
    width: 7px!important;
    height: 7px!important;
  }

  .mv_wrap .slick-dots li {
      width: 10px;
      height: 10px;
  }

  .mv_wrap .slick-dotted.slick-slider {
      margin-bottom: 0;
  }

  .mv_wrap .slick-dots {
      bottom: 2.5%;
  }
}

@media screen and (min-width: 751px) {
  .mv_wrap {
    max-width: 1340px;
    margin: 0 auto;
  }

  .mv_wrap a:hover {
    opacity: 0.8;
  }

  .mv_wrap .slick-dots li button:before {
    width: 10px!important;
    height: 10px!important;
  }

  .mv_wrap .slick-dots li {
      width: 12px;
      height: 20px;
  }

  .mv_wrap .slick-dots {
      bottom: 4%;
  }
}

/* -----------------------------------------------
season_gift_wrap
----------------------------------------------- */
.season_gift_wrap {
  position: relative;
}

.season_gift_wrap::after {
  content: '';
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.season_heading {
  text-align: center;
}

.season_heading strong {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.season_heading span {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
  display: block;
}

.season_heading h1 {
  line-height: 1;
  letter-spacing: 0.09em;
  position: relative;
}

.season_heading h1::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
}

.season_product_wrap {
  position: relative;
}

.season_product_wrap .text span {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 300;
  color: #48bb88;
  display: block;
}

.season_product_wrap strong {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.season_product_wrap p {
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .season_gift_wrap {
    padding: 72px 0 51px;
  }

  .season_gift_wrap::after {
    width: 84%;
    height: 1px;
  }

  .season_heading strong {
    font-size: 3.5rem;
  }

  .season_heading span {
    margin-top: 18px;
    font-size: 1.1rem;
  }

  .season_heading h1 {
    padding: 22px 0 21px;
    margin-top: 12px;
    font-size: 1.6rem;
    border-top: 1px solid #000;
    display: block;
  }

  .season_heading h1::after {
    width: 100%;
    padding-top: 12%;
    background-image: url(../img/group_top/gift-set/ribbon_sp.svg);
  }

  .season_gift_wrap .scroll_wrap {
    width: 100vw;
    margin: 82px calc(50% - 50vw) 0;
    padding-bottom: 20px;
    padding-left: 8%;
    overflow: scroll hidden;
  }

  .season_product_wrap {
    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;
  }

  .season_product_item {
    width: 269px;
    min-width: 269px;
    padding-right: 20px;
  }

  .season_product_wrap .text {
    margin-top: 25px;
  }

  .season_product_wrap strong {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .season_product_wrap p {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.62;
  }
}

@media screen and (min-width: 751px) {
  .season_gift_wrap {
    padding: 85px 0 124px;
  }

  .season_gift_wrap::after {
    width: 250px;
    height: 2px;
  }

  .season_heading strong {
    font-size: 63px;
  }

  .season_heading span {
    margin-top: 19px;
    font-size: 19px;
  }

  .season_heading h1 {
    padding: 21px 153px 23px;
    margin-top: 19px;
    font-size: 25px;
    border-top: 2px solid #000;
    display: inline-block;
  }

  .season_heading h1::after {
    width: 100%;
    height: 58px;
    background-image: url(../img/group_top/gift-set/ribbon.svg);
  }

  .season_product_wrap {
    margin: 123px auto 0;
  }

  .season_product_wrap .slick-list {
    padding: 0 160px;
  }
  
  .season_product_wrap .slick-slide {
    width: 356px;
    padding-right: 26px;
  }
  
  .season_product_wrap .img {
    position: relative;
  }
  
  .season_product_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .season_product_wrap .season_product_item a:hover .img::after {
    background-color: rgba(255,255,255,.1);
  }

  .season_product_wrap .text {
    margin-top: 25px;
  }

  .season_product_wrap strong {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.47;
  }

  .season_product_wrap p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.64;
  }

  .season_product_wrap .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 38px);
    cursor: pointer;
  }

  .season_product_wrap .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/group_top/gift-set/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  
  .season_product_wrap .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/group_top/gift-set/prev_arrow_hover.svg);
  }
  
  .season_product_wrap .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/group_top/gift-set/next_arrow.svg);
    left: calc(50% + 560px);
  }
  
  .season_product_wrap .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/group_top/gift-set/next_arrow_hover.svg);
  }
}

@media screen and (min-width: 1340px) {
  .season_product_wrap {
    max-width: 1340px;
    margin: 123px auto 0;
  }
}

/* -----------------------------------------------
select_gift_wrap
----------------------------------------------- */
.select_heading {
  text-align: center;
}

.select_heading h2 {
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.select_heading strong {
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
  display: block;
}

.select_product_inner {
  position: relative;
}

.select_product .fs-c-productListItem__productName a {
  display: block;
}

.select_product .fs-c-productName__name {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.select_product > .fs-c-productListCarousel__ctrl {
  display: none;
}

.select_product .fs-c-productListItem__productDescription {
  display: none;
}

.select_product .fs-c-productListItem__control {
  display: block;
}

.select_product .fs-c-button--addToWishList--icon,
.select_product .fs-c-button--removeFromWishList--icon {
  display: none;
}

.select_product .fs-c-productListItem__control .fs-c-button--plain {
  width: 100%;
  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;
}

.fs-c-productListItem__salesPeriod {
  display: none;
}

@media screen and (max-width: 750px) {
  .select_gift_wrap {
    padding: 63px 0 36px;
  }

  .select_heading h2 {
    font-size: 2rem;
  }

  .select_heading strong {
    margin-top: 13px;
    font-size: 1.3rem;
  }

  .select_product {
    margin: 28px calc(50% - 50vw);
    width: 100vw;
  }

  .select_product .fs-c-productListCarousel__list {
    padding-bottom: 20px;
    padding-left: 8%;
    overflow: scroll hidden;
    position: relative;
    width: 100%;
  }

  .select_product .fs-c-productListCarousel__list__itemTrack {
    min-width: 790px;
    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;
  }

  .select_product .fs-c-productListCarousel__list__item {
    width: 158px;
    min-width: 158px;
    padding-right: 11px;
  }

  .select_product .fs-c-productListCarousel__list__item:nth-child(n + 6) {
    margin-top: 26px;
  }

  .select_product .fs-c-productListItem__productName a {
    padding-top: 7px;
  }

  .select_product .fs-c-productName__name {
    font-size: 13px;
    line-height: 1.3;
  }

  .select_product .fs-c-productListItem__prices {
    margin-top: 10px;
  }
  
  .select_product .fs-c-productPrice {
    font-size: 13px;
  }

  .select_product .fs-c-productListItem__control {
    /* margin-top: 10px; */
    display: none;
  }

  .select_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 30px;
  }
}

@media screen and (min-width: 751px) {
  .select_gift_wrap {
    padding: 140px 0 187px;
  }

  .select_heading h2 {
    font-size: 30px;
  }

  .select_heading strong {
    margin-top: 12px;
    font-size: 19px;
  }

  .select_product {
    margin-top: 87px;
    width: 100vw;
  }
  
  .select_product .slick-slider {
    position: static;
  }
  
  .select_product .slick-slide {
    width: 223px;
    padding-right: 16px;
  }

  .select_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a {
    position: relative;
  }
  
  .select_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .select_product .fs-c-productListCarousel__list__item:hover .fs-c-productListItem__image a::after {
    background-color: rgba(255,255,255,.1);
  }

  .select_product .fs-c-productListItem__productName a {
    padding-top: 6px;
  }

  .select_product .fs-c-productName__name {
    font-size: 14px;
    line-height: 1.5;
  }

  .select_product .fs-c-productListItem__prices {
    margin-top: 8px;
  }
  
  .select_product .fs-c-productPrice {
    font-size: 14px;
  }

  .select_product .fs-c-productListItem__control {
    margin-top: 18px;
  }

  .select_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 35px;
    transition: all .3s;
  }

  .select_product .fs-c-productListItem__control .fs-c-button--plain:hover {
    border: 1px solid #7c804e;
    background-color: #7c804e;
    color: #fff;
  }

  .select_product .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 38px);
    cursor: pointer;
  }

  .select_product .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/group_top/gift-set/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  
  .select_product .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/group_top/gift-set/prev_arrow_hover.svg);
  }
  
  .select_product .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/group_top/gift-set/next_arrow.svg);
    left: calc(50% + 560px);
  }
  
  .select_product .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/group_top/gift-set/next_arrow_hover.svg);
  }
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
  .inner_wrap.select_product_inner {
    max-width: none;
    width: auto;
  }

  .select_product {
    width: 100%;
    padding-left: 10.4%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1366px) {
  .select_product {
    max-width: 1210px;
  }
}

/* -----------------------------------------------
gift_ranking_wrap
----------------------------------------------- */
.gift_ranking_wrap {
  background-color: #f5f5eb;
}

.ranking_heading {
  text-align: center;
  color: #48bb88;
}

.ranking_heading strong {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}

.ranking_heading h2 {
  line-height: 1;
  letter-spacing: 0.09em;
  display: inline-block;
}

.ranking_heading p {
  letter-spacing: 0.09em;
  font-weight: bold;
}

.ranking_product_inner {
  position: relative;
}

.ranking_product_wrap .img {
  position: relative;
}

.ranking_product_wrap .rank_num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ranking_product_wrap .text dt {
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0;
  font-weight: bold;
}

.ranking_product_wrap .text dd {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.ranking_product_wrap .text .to_detail {
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  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;
}

@media screen and (max-width: 750px) {
  .gift_ranking_wrap {
    padding: 42px 0 57px;
  }

  .ranking_heading strong {
    font-size: 3.5rem;
  }

  .ranking_product_wrap .text .to_detail {
    height: 30px;
  }

  .ranking_heading h2 {
    margin-top: 20px;
    padding: 14px 26px 11px;
    font-size: 1.5rem;
    border-top: 1px solid #48bb88;
    border-bottom: 1px solid #48bb88;
  }

  .ranking_heading p {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.77;
  }

  .ranking_product_inner {
    margin-top: 29px;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 8%;
    overflow-x: scroll;
    position: relative;
    width: 100vw;
  }

  .ranking_product_wrap {
    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;
  }

  .ranking_produtct_item {
    width: 270px;
    min-width: 270px;
    padding-right: 20px;
  }

  .ranking_product_wrap .rank_num {
    width: 60px;
    height: 47px;
    top: -28px;
  }

  .ranking_product_wrap .text {
    margin-top: 13px;
  }
}

@media screen and (min-width: 751px) {
  .gift_ranking_wrap {
    padding: 82px 0 116px;
  }

  .ranking_heading strong {
    font-size: 56px;
  }

  .ranking_heading h2 {
    margin-top: 26px;
    padding: 26px 85px 23px;
    font-size: 25px;
    border-top: 2px solid #48bb88;
    border-bottom: 2px solid #48bb88;
  }

  .ranking_heading p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.77;
  }

  .ranking_product_wrap {
    margin-top: 85px;
    width: 100vw;
    position: static;
  }
  
  .ranking_product_wrap .slick-list {
    padding-top: 48px;
  }
  
  .ranking_product_wrap .slick-slide {
    width: 279px;
    padding-right: 23px;
  }

  .ranking_product_wrap .rank_num {
    width: 86px;
    height: 66px;
    top: -48px;
  }

  .ranking_product_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .ranking_product_wrap a:hover .img::after {
    background-color: rgba(255,255,255,.1);
  }

  .ranking_product_wrap .text {
    margin-top: 15px;
  }

  .ranking_product_wrap .text .to_detail {
    height: 35px;
    transition: all .3s;
  }

  .ranking_product_wrap .text .to_detail:hover {
    border: 1px solid #7c804e;
    background-color: #7c804e;
    color: #fff;
  }

  .ranking_product_wrap .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 50px);
    cursor: pointer;
  }

  .ranking_product_wrap .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/group_top/gift-set/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/group_top/gift-set/prev_arrow_hover.svg);
  }
  
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/group_top/gift-set/next_arrow.svg);
    left: calc(50% + 560px);
  }
  
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/group_top/gift-set/next_arrow_hover.svg);
  }
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
  .inner_wrap.ranking_product_inner {
    max-width: none;
    width: auto;
  }

  .ranking_product_wrap {
    width: 100%;
    padding-left: 10.4%;
    margin-left: 0;
  }
}

@media screen and (min-width: 1366px) {
  .ranking_product_wrap {
    max-width: 1210px;
  }
}

/* -----------------------------------------------
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 li a {
  display: block;
}

.corporate_wrap a {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .event_gift_wrap {
    padding: 45px 0 63px;
  }

  .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;
  }
  
  .event_gift_wrap .img_link_wrap {
    margin-top: 37px;
  }

  .event_gift_wrap .img_link_wrap ul {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .event_gift_wrap .img_link_wrap li {
    width: 100%;
  }
  
  .event_gift_wrap .img_link_wrap li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .corporate_wrap {
    margin-top: 43px;
  }

  .corporate_wrap a {
    width: 320px;
  }
}

@media screen and (min-width: 751px) {
  .event_gift_wrap {
    padding: 124px 0 117px;
  }

  .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;
  }
  
  .event_gift_wrap .img_link_wrap {
    margin-top: 91px;
  }

  .event_gift_wrap .img_link_wrap ul {
    max-width: 1050px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .event_gift_wrap .img_link_wrap li {
    width: 500px;
  }
  
  .event_gift_wrap .img_link_wrap li:nth-child(even) {
    margin-left: 50px;
  }
  
  .event_gift_wrap .img_link_wrap li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .event_gift_wrap .img_link_wrap li a {
    position: relative;
  }
  
  .event_gift_wrap .img_link_wrap li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .event_gift_wrap .img_link_wrap li a:hover::after {
    background-color: rgba(255,255,255,.4);
  }

  .corporate_wrap {
    margin-top: 85px;
  }

  .corporate_wrap a {
    width: 500px;
    position: relative;
  }

  .corporate_wrap a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .corporate_wrap a:hover::after {
    background-color: rgba(255,255,255,.1);
  }
}

/* -----------------------------------------------
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);
  }
}

/* -----------------------------------------------
モーダル
----------------------------------------------- */
.modal_container {
  display: none;
}

.cc-modal-open.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  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;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
}

/* .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  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;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
} */

.modal_body {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.modal_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #d78577;
}

.modal_close::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_fx .m_pickup_wrap strong {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
}

.modal_pickup > .fs-c-productListCarousel__ctrl {
  display: none;
}

.modal_pickup .fs-c-productMarks {
  display: none;
}

.modal_pickup .fs-c-productListItem__productName a {
  display: block;
}

.modal_pickup .fs-c-productName__name {
  letter-spacing: 0;
  display: block;
}

.modal_pickup .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.modal_fx .text strong {
  line-height: 1.38;
  letter-spacing: 0.07em;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .modal_body {
    width: 96.26%;
    height: calc(100vh - 115px);
    padding-bottom: 23px;
    overflow-y: auto;
  }

  .modal_close {
    width: 30px;
    height: 30px;
  }

  .modal_close::before {
    width: 2px;
    height: 16px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 16px;
  }
  
  .modal_fx .text_wrap {
    padding: 0 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_fx .m_pickup_wrap {
    order: 2;
    margin-top: 41px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .modal_pickup {
    margin-top: 17px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .modal_pickup .fs-c-productListCarousel__list__itemTrack {
    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;
  }

  .modal_pickup .fs-c-productListCarousel__list__item {
    width: 110px;
    min-width: 110px;
    margin-right: 15px;
  }

  .modal_pickup .fs-c-productListItem__productName a {
    padding-top: 12px;
    font-size: 1.1rem;
  }

  .modal_pickup .fs-c-productName__name {
    line-height: 1.52;
    height: 3.04em;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 14px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 1.1rem;
  }

  .modal_fx .text {
    order: 1;
  }

  .modal_fx .text {
    margin-top: 19px;
  }

  .modal_fx .text strong {
    font-size: 1.7rem;
  }

  .modal_fx .text p {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.68;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .modal_body {
    width: 1100px;
    max-width: 1100px;
    height: 564px;
    min-height: 564px;
    padding: 40px;
  }

  .modal_close {
    width: 40px;
    height: 40px;
  }

  .modal_close::before {
    width: 2px;
    height: 20px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 20px;
  }

  .modal_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;
  }
  
  .modal_fx .img_wrap {
    width: 484px;
  }
  
  .modal_fx .text_wrap {
    width: 486px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 18px;
    letter-spacing: 0.2em;
  }

  .modal_pickup {
    margin-top: 19px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow: visible;
  }
  
  .modal_pickup .slick-slide {
    width: 194px;
    padding-right: 44px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl {
    width: 38px;
    min-width: auto;
    position: absolute;
    z-index: 99;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--prev {
    top: 56px;
    left: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--next {
    top: 56px;
    right: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled,
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0;
  }
  
  .modal_pickup .fs-c-productListItem__productName a {
    padding-top:14px;
    font-size: 13px;
  }

  .modal_pickup .fs-c-productName__name {
    line-height: 1.2;
    height: 2.7em;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 10px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 13px;
  }

  .modal_fx .text {
    margin-top: 55px;
  }

  .modal_fx .text strong {
    font-size: 18px;
  }

  .modal_fx .text p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.07em;
  }
}