@charset "UTF-8";
body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

#springgift * {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#springgift .contents {
  position: relative;
  width: 100%;
  margin-top: -120px;
  overflow: hidden;
}

#springgift .contents::before, #springgift .contents::after {
  position: absolute;
  content: '';
  display: block;
  width: 220px;
  height: 100%;
  z-index: 1;
}

#springgift .contents::before {
  bottom: 0;
  left: 0;
  background: transparent url(../img/bg-left.png) left top repeat-y;
}

@media screen and (max-width: 1600px) {
  #springgift .contents::before {
    left: 50%;
    margin-left: -800px;
  }
}

#springgift .contents::after {
  top: 0;
  right: 0;
  background: transparent url(../img/bg-right.png) right top repeat-y;
}

@media screen and (max-width: 1600px) {
  #springgift .contents::after {
    right: 50%;
    margin-right: -800px;
  }
}

#springgift .bg-wrap {
  background: linear-gradient(#c6ec8c, #6bc377);
}

#springgift .bg-wrap__overlay {
  background: transparent url(../img/trend_bg.png) left top repeat;
}

#springgift .for-pc {
  display: block;
}

#springgift .for-sp {
  display: none;
}

#springgift .mv__logo {
  position: relative;
  width: 100%;
  height: 770px;
  background: transparent url(../img/mv.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

#springgift .mv__logo h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 510px;
  margin: -274px 0 0 -260px;
}

#springgift .mv__logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#springgift .mv__text {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 630px;
  margin: -125px 0;
  z-index: 1;
  overflow: hidden;
}

#springgift .mv__text::before, #springgift .mv__text::after {
  position: absolute;
  content: '';
  display: block;
  width: 340px;
  height: 505px;
  z-index: 2;
}

#springgift .mv__text::before {
  bottom: 125px;
  left: 0;
  background: transparent url(../img/mv-text_left.png) left top no-repeat;
}

@media screen and (max-width: 1600px) {
  #springgift .mv__text::before {
    left: 50%;
    margin-left: -800px;
  }
}

#springgift .mv__text::after {
  top: 125px;
  right: 0;
  background: transparent url(../img/mv-text_right.png) right bottom no-repeat;
}

@media screen and (max-width: 1600px) {
  #springgift .mv__text::after {
    right: 50%;
    margin-right: -800px;
  }
}

#springgift .mv__text p {
  width: 1000px;
  margin: 0 auto;
  padding: 205px 0 0;
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
}

#springgift .mv__text em {
  color: #ec6d74;
}

#springgift .mv__text strong {
  color: #18b29a;
  font-size: 24px;
}

#springgift .nav-anc {
  position: relative;
  width: 1100px;
  height: 120px;
  margin: 0 auto;
  padding: 10px 50px;
  z-index: 2;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

#springgift .nav-anc::before, #springgift .nav-anc::after {
  position: absolute;
  content: '';
  display: block;
  width: 65px;
  height: 55px;
}

#springgift .nav-anc::before {
  top: -10px;
  left: 30px;
  background: transparent url(../img/nav_bg-left.png) left top no-repeat;
}

#springgift .nav-anc::after {
  bottom: -20px;
  right: 30px;
  background: transparent url(../img/nav_bg-right.png) right bottom no-repeat;
}

#springgift .nav-anc ul {
  display: flex;
  background: #18b29a;
  border: #FFF 5px solid;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
}

#springgift .nav-anc ul li {
  width: 33.33333%;
  height: 100px;
  text-align: center;
  background: transparent url(../img/nav_bg-li.png) right center no-repeat;
}

#springgift .nav-anc ul li:last-child {
  background: none;
}

#springgift .nav-anc ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0;
}

#springgift .nav-anc ul li a::after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -9px;
  border-right: 1px solid #dfeb6b;
  border-bottom: 1px solid #dfeb6b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#springgift .nav-anc ul li br {
  display: none;
}

#springgift .heading-lv2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: transparent url(../img/heading_bg-lv2.png) center bottom repeat-x;
  font-size: 46px;
  line-height: 1;
  z-index: 2;
}

#springgift .heading-lv2 span {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}

#springgift .heading-recom::before, #springgift .heading-recom::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #18b29a;
}

#springgift .heading-recom::before {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

#springgift .heading-recom::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

#springgift .trend-wrap {
  padding-top: 100px;
}

#springgift .trend-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 0;
}

#springgift .trend-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 920px;
  padding: 40px 0;
}

#springgift .trend-box__text {
  width: 310px;
  margin-top: 35px;
}

#springgift .trend-box__text dt {
  padding: 22px 8px;
  background: transparent url(../img/trend-text_bg.png) left top repeat;
  border-radius: 15px 15px 0 0;
  font-size: 20px;
  line-height: 1.4;
}

#springgift .trend-box__text dd {
  padding: 22px 8px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  color: #ec6d74;
  font-size: 20px;
  line-height: 1.6;
}

#springgift .trend-box__text:nth-child(4) {
  margin-top: 85px;
}

#springgift .trend-anotation {
  position: absolute;
  bottom: 75px;
  right: -50px;
}

@media screen and (max-width: 1200px) {
  #springgift .trend-anotation {
    right: 50px;
  }
}

#springgift .trend-anotation p {
  padding: 3px 7px 3px 10px;
  background: #ec6d74;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#springgift .trend-anotation span {
  font-size: 75%;
}

#springgift .when-wrap {
  margin-top: -320px;
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
}

#springgift .when-inner {
  max-width: 1500px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  background: transparent url(../img/when-box_bg.jpg) center center no-repeat;
  background-size: cover;
}

#springgift .when-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 1000px;
  height: 340px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100px 0 100px 0;
}

#springgift .when-box::before, #springgift .when-box::after {
  position: absolute;
  content: '';
  display: block;
  width: 138px;
  height: 96px;
}

#springgift .when-box::before {
  top: -30px;
  left: -20px;
  background: transparent url(../img/when-text_left.png) left top no-repeat;
}

#springgift .when-box::after {
  bottom: -20px;
  right: -30px;
  background: transparent url(../img/when-text_right.png) right bottom no-repeat;
}

#springgift .when-box__heading {
  width: 45%;
  padding-left: 50px;
  text-align: left;
}

#springgift .when-box__text {
  width: 55%;
  padding: 0 50px 0 25px;
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
}

#springgift .lineup-wrap {
  margin-top: 345px;
}

#springgift .lineup-inner {
  padding-top: 50px;
}

#springgift .lineup-box {
  min-width: 1100px;
  margin-top: 80px;
}

#springgift .item-wrap {
  position: relative;
  padding: 50px 0;
}

#springgift .item-wrap::after {
  position: absolute;
  top: 50px;
  content: '';
  display: block;
  width: 100px;
  height: 275px;
}

#springgift .item-wrap:nth-child(odd) {
  background: -webkit-linear-gradient(left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
}

#springgift .item-wrap:nth-child(odd)::after {
  left: 50%;
  margin-left: -550px;
  background: transparent url(../img/item_bg-left.png) left top no-repeat;
}

#springgift .item-wrap:nth-child(even) {
  background: -webkit-linear-gradient(right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  background: linear-gradient(to left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
}

#springgift .item-wrap:nth-child(even)::after {
  right: 50%;
  margin-right: -550px;
  background: transparent url(../img/item_bg-right.png) right top no-repeat;
}

#springgift .item-wrap-sp {
  width: 50%;
}

#springgift .item-inner {
  display: flex;
  width: 900px;
  margin: 0 auto;
  padding: 0 50px;
  background: #fff;
}

#springgift .item-inner-sp {
  width: 100%;
  height: 100%;
}

#springgift .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0 130px;
}

#springgift .item-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#springgift .item-box h3 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

#springgift .item-box__img {
  width: 310px;
  margin: 0 auto;
}

#springgift .item-box__num {
  color: #18b29a;
  font-size: 48px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", sans-serif;
  font-weight: 400;
  line-height: 1;
}

#springgift .item-box__num span {
  position: relative;
  top: -25px;
  left: -10px;
  border-bottom: #18b29a 1px solid;
  font-size: 18px;
}

#springgift .item-box__text {
  width: 310px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

#springgift .item-box__btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 310px;
  margin-left: -155px;
}

#springgift .item-box__btn a {
  display: block;
  background: #ec6d74;
  box-shadow: 0 0 10px #ccc;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

#springgift .item-box__btn span {
  display: inline-block;
  padding: 20px 25px 20px 0;
  background: transparent url(../img/icon_cart.svg) right center no-repeat;
  background-size: 20px 20px;
}

#springgift .item-box__btn br {
  display: none;
}

#springgift .footerbn {
  position: relative;
  min-width: 1100px;
  margin-top: 100px;
  padding: 70px 0 50px;
  background: -webkit-linear-gradient(left, #c6ec8c, #6bc377);
  background: -moz-linear-gradient(left, #c6ec8c, #6bc377);
  background: linear-gradient(to right, #c6ec8c, #6bc377);
  overflow: hidden;
}

#springgift .footerbn::before, #springgift .footerbn::after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 600px;
  height: 460px;
  margin-top: -230px;
  z-index: 0;
}

#springgift .footerbn::before {
  left: 0;
  background: transparent url(../img/footerbn_bg-left.png) left top no-repeat;
}

@media screen and (max-width: 1600px) {
  #springgift .footerbn::before {
    left: 50%;
    margin-left: -800px;
  }
}

#springgift .footerbn::after {
  right: 0;
  background: transparent url(../img/footerbn_bg-right.png) right bottom no-repeat;
}

@media screen and (max-width: 1600px) {
  #springgift .footerbn::after {
    right: 50%;
    margin-right: -800px;
  }
}

#springgift .footerbn__link {
  position: relative;
  width: 900px;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}

#springgift .footerbn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#springgift .footerbn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-top: 1px solid #ec6d74;
  border-right: 1px solid #ec6d74;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

#springgift .footerbn a .link-img {
  display: block;
  width: 47.77777%;
}

#springgift .footerbn a .link-text {
  display: block;
  width: 52.22223%;
  padding-right: 25px;
  color: #333;
  font-size: 26px;
}

#springgift .footerbn img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
  #springgift .contents {
    margin-top: -50px;
  }
  #springgift .contents::before, #springgift .contents::after {
    display: none;
  }
  #springgift .bg-wrap__overlay {
    background: transparent url(../img/trend_bg.png) left top repeat;
    background-size: 160px auto;
  }
  #springgift .for-pc {
    display: none;
  }
  #springgift .for-sp {
    display: block;
  }
  #springgift .mv__logo {
    min-width: auto;
    height: auto;
    background: transparent url(../img/mv_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #springgift .mv__logo h1 {
    position: static;
    width: 75%;
    margin: 0 auto;
    padding: 28% 0 33%;
  }
  #springgift .mv__text {
    min-width: auto;
    height: auto;
    margin: 0 auto;
    overflow: visible;
  }
  #springgift .mv__text::before, #springgift .mv__text::after {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #springgift .mv__text::before {
    bottom: 0;
    left: 0;
    background: transparent url(../img/mv-text_left_sp.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  #springgift .mv__text::after {
    top: 0;
    right: 0;
    background: transparent url(../img/mv-text_right_sp.png) right top no-repeat;
    background-size: 100% auto;
  }
  #springgift .mv__text-top {
    margin-bottom: -15%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  #springgift .mv__text img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #springgift .mv__text p {
    width: 90%;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  #springgift .mv__text strong {
    font-size: 17px;
  }
  #springgift .nav-anc {
    width: 94%;
    height: 100px;
    margin: -50px auto 0;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #springgift .nav-anc::before, #springgift .nav-anc::after {
    width: 40px;
    height: 34px;
  }
  #springgift .nav-anc::before {
    top: -10px;
    left: -10px;
    background: transparent url(../img/nav_bg-left.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .nav-anc::after {
    bottom: -10px;
    right: -10px;
    background: transparent url(../img/nav_bg-right.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  #springgift .nav-anc ul {
    box-shadow: none;
  }
  #springgift .nav-anc ul li {
    height: 90px;
  }
  #springgift .nav-anc ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
  }
  #springgift .nav-anc ul li a::after {
    bottom: 10px;
    width: 7px;
    height: 7px;
    margin-left: -4px;
  }
  #springgift .nav-anc ul li br {
    display: block;
  }
  #springgift .nav-anc ul li:last-child a {
    padding: 10px 0 0;
  }
  #springgift .heading-lv2 {
    background: transparent url(../img/heading_bg-lv2.png) center bottom repeat-x;
    font-size: 24px;
  }
  #springgift .heading-lv2 span {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #springgift .heading-recom::before, #springgift .heading-recom::after {
    width: 20px;
  }
  #springgift .heading-recom::before {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  #springgift .heading-recom::after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  #springgift .trend-wrap {
    position: relative;
    padding-top: 80px;
  }
  #springgift .trend-inner {
    width: 90.625%;
    padding: 50px 0 75px;
  }
  #springgift .trend-box {
    flex-wrap: wrap;
    height: auto;
    padding: 25px 0 0;
  }
  #springgift .trend-box__text {
    width: 100%;
    margin-top: 15px;
  }
  #springgift .trend-box__text dt {
    background: transparent url(../img/trend-text_bg.png) left top repeat;
    background-size: 20px auto;
    font-size: 16px;
  }
  #springgift .trend-box__text dd {
    font-size: 16px;
  }
  #springgift .trend-box__text:nth-child(1) {
    order: 1;
  }
  #springgift .trend-box__text:nth-child(7) {
    order: 2;
  }
  #springgift .trend-box__text:nth-child(2) {
    order: 3;
  }
  #springgift .trend-box__text:nth-child(3) {
    order: 4;
  }
  #springgift .trend-box__text:nth-child(5) {
    order: 5;
  }
  #springgift .trend-box__text:nth-child(4) {
    order: 6;
    margin-top: 15px;
  }
  #springgift .trend-box__text:nth-child(6) {
    order: 7;
  }
  #springgift .trend-box__text:nth-child(8) {
    order: 8;
  }
  #springgift .trend-anotation {
    position: static;
    margin-top: 35px;
    text-align: right;
  }
  #springgift .trend-anotation p {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
  }
  #springgift .trend-anotation span {
    display: block;
  }
  #springgift .trend-img li {
    position: absolute;
    width: 75px;
    height: 133px;
    z-index: 2;
  }
  #springgift .trend-img li:nth-child(1) {
    top: 30px;
    left: 0;
  }
  #springgift .trend-img li:nth-child(2) {
    top: 190px;
    right: 0;
  }
  #springgift .trend-img li:nth-child(3) {
    bottom: 70px;
    left: 0;
  }
  #springgift .trend-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #springgift .when-wrap {
    position: relative;
    margin-top: -20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  #springgift .when-wrap::before, #springgift .when-wrap::after {
    position: absolute;
    content: '';
    display: block;
    width: 75px;
    height: 133px;
    z-index: 2;
  }
  #springgift .when-wrap::before {
    top: -20px;
    right: 0;
    background: transparent url(../img/bg-right_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .when-wrap::after {
    bottom: -75px;
    left: 0;
    background: transparent url(../img/bg-left_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .when-inner {
    min-width: auto;
    width: 90.625%;
    padding: 6%;
    background: transparent url(../img/when-box_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #springgift .when-box {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 50px 0 50px 0;
  }
  #springgift .when-box::before, #springgift .when-box::after {
    position: absolute;
    content: '';
    display: block;
    width: 68px;
    height: 48px;
  }
  #springgift .when-box::before {
    top: -10px;
    left: -15px;
    background: transparent url(../img/when-text_left.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .when-box::after {
    bottom: -15px;
    right: -18px;
    background: transparent url(../img/when-text_right.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  #springgift .when-box__heading {
    width: 100%;
    padding: 50px 20px 0 20px;
    text-align: left;
  }
  #springgift .when-box__text {
    width: 100%;
    padding: 40px 20px 50px 20px;
    font-size: 15px;
  }
  #springgift .lineup-wrap {
    margin-top: 35px;
  }
  #springgift .lineup-inner {
    padding-top: 50px;
  }
  #springgift .lineup-box {
    min-width: auto;
    margin-top: -10px;
  }
  #springgift .item-wrap {
    position: static;
    padding: 0;
  }
  #springgift .item-wrap::after {
    display: none;
  }
  #springgift .item-wrap:nth-child(odd), #springgift .item-wrap:nth-child(even) {
    background: none;
  }
  #springgift .item-wrap-sp {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 25px 0;
  }
  #springgift .item-wrap-sp::before {
    position: absolute;
    top: -20px;
    content: '';
    display: block;
    width: 75px;
    height: 133px;
  }
  #springgift .item-wrap-sp::after {
    position: absolute;
    top: 25px;
    content: '';
    display: block;
    width: 9.375%;
    height: 100%;
    background: transparent url(../img/item_bg_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .item-wrap-sp:nth-child(odd) {
    background: -webkit-linear-gradient(left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
    background: -moz-linear-gradient(left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
    background: linear-gradient(to right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  }
  #springgift .item-wrap-sp:nth-child(odd)::before {
    right: 0;
    background: transparent url(../img/bg-right_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .item-wrap-sp:nth-child(odd)::after {
    left: 0;
  }
  #springgift .item-wrap-sp:nth-child(even) {
    background: -webkit-linear-gradient(right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
    background: -moz-linear-gradient(right, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
    background: linear-gradient(to left, #6bc377 0, #bfe7b5 25%, #fff 50%, #fff 100%);
  }
  #springgift .item-wrap-sp:nth-child(even)::before {
    left: 0;
    background: transparent url(../img/bg-left_sp.png) left top no-repeat;
    background-size: 100% auto;
  }
  #springgift .item-wrap-sp:nth-child(even)::after {
    right: 0;
  }
  #springgift .item-inner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  #springgift .item-inner-sp {
    width: 81.25%;
    height: auto;
    margin: 0 auto;
    background: #fff;
  }
  #springgift .item-box {
    height: auto;
    padding: 30px 0;
  }
  #springgift .item-box h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  #springgift .item-box__img {
    width: 60%;
  }
  #springgift .item-box__num {
    font-size: 30px;
  }
  #springgift .item-box__num span {
    top: -15px;
    left: -5px;
    font-size: 12px;
  }
  #springgift .item-box__text {
    width: 80%;
    margin: 15px auto 0;
    font-size: 15px;
  }
  #springgift .item-box__btn {
    position: static;
    width: 80%;
    margin: 20px auto 0;
  }
  #springgift .item-box__btn a {
    font-size: 15px;
    line-height: 1.4;
  }
  #springgift .item-box__btn span {
    display: inline-block;
    padding: 10px 40px 10px 5px;
    background: transparent url(../img/icon_cart.svg) right center no-repeat;
    background-size: 30px 30px;
  }
  #springgift .item-box__btn br {
    display: block;
  }
  #springgift .footerbn {
    min-width: auto;
    margin-top: 75px;
    padding: 40px 0 30px;
  }
  #springgift .footerbn::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent url(../img/footerbn_bg_sp.png) left top no-repeat;
    background-size: cover;
  }
  #springgift .footerbn::after {
    display: none;
  }
  #springgift .footerbn__link {
    width: 90%;
  }
  #springgift .footerbn a::after {
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
  #springgift .footerbn a .link-img {
    width: 40%;
  }
  #springgift .footerbn a .link-text {
    width: 60%;
    padding-right: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 435px) {
  #springgift .footerbn a .link-text {
    font-size: 14px;
  }
}
