#summer_item {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 7.8125vw;
  overflow-x: hidden;
}
@media only screen and (max-width: 1200px) {
  #summer_item {
    font-size: min(1.25vw, 15px);
    margin-bottom: min(12.5vw, 150px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item {
    font-size: min(1.953125vw, 15px);
    margin-bottom: min(19.53125vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item {
    font-size: min(3.2vw, 12px);
    margin-bottom: min(26.6666666667vw, 100px);
  }
}
#summer_item h1,
#summer_item h2 {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0;
}
#summer_item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#summer_item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#summer_item a:hover {
  opacity: 0.7;
}
#summer_item a:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #summer_item .pc_only {
    display: none;
  }
}
#summer_item .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  #summer_item .sp_only {
    display: block;
  }
}
#summer_item .fadeIn img,
#summer_item .fadeIn .bg-ptn {
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#summer_item .fadeIn.is-on img,
#summer_item .fadeIn.is-on .bg-ptn {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#summer_item .eiji {
  font-family: "Supermercado One", sans-serif;
}
#summer_item .price {
  font-family: "Lato", sans-serif;
}
#summer_item .title {
  font-size: 6.25vw;
}
@media screen and (max-width: 767px) {
  #summer_item .title {
    font-size: min(13.3333333333vw, 50px);
  }
}
#summer_item .bg-ptn {
  width: 100%;
  height: 35.9375vw;
  background: url(https://gigaplus.makeshop.jp/catinc/images/2025summer_item/ptn_mv.png) #4DC2F5;
  background-size: 195px;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .bg-ptn {
    background-size: min(12.7604166667vw, 98px);
    height: min(65.1041666667vw, 500px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item .bg-ptn {
    background-size: min(26.1333333333vw, 98px);
  }
}
#summer_item .mv {
  position: relative;
  z-index: 1;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #summer_item .mv {
    margin-bottom: min(21.3333333333vw, 80px);
  }
}
#summer_item .mv .title {
  text-align: center;
  margin-top: -60px;
  color: #4DC2F5;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .mv .title {
    margin-top: min(-2.6041666667vw, -20px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item .mv .title {
    margin-top: min(-5.3333333333vw, -20px);
  }
}
#summer_item .mv .bg-ptn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#summer_item .mv_img {
  max-width: 39.5833333333vw;
  margin: 0 auto;
  padding: 3.6458333333vw 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .mv_img {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  #summer_item .mv_img {
    max-width: none;
    padding: min(10.6666666667vw, 40px) 0 0;
  }
}
#summer_item .mv_txt {
  max-width: 39.5833333333vw;
  margin: 1.0416666667vw auto 0;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .mv_txt {
    max-width: 580px;
    font-size: min(2.34375vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item .mv_txt {
    margin: min(5.3333333333vw, 20px) min(4vw, 15px) 0;
    max-width: none;
    font-size: min(4vw, 15px);
  }
}
#summer_item .sec {
  margin-bottom: 9.375vw;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .sec {
    margin-bottom: min(13.0208333333vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item .sec {
    margin-bottom: min(21.3333333333vw, 80px);
  }
}
#summer_item .sec_main {
  position: relative;
  z-index: 1;
  padding: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main {
    padding: min(7.2vw, 27px);
  }
}
#summer_item .sec_main .bg-ptn {
  width: 41.6666666667vw;
  height: 35.4166666667vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main .bg-ptn {
    width: min(73.3333333333vw, 275px);
    height: min(62.1333333333vw, 233px);
  }
}
#summer_item .sec_main._l {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._l {
    max-width: none;
  }
}
#summer_item .sec_main._l .sec_main_img {
  max-width: 48.4375vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._l .sec_main_img {
    max-width: none;
  }
}
#summer_item .sec_main._l .bg-ptn {
  position: absolute;
  z-index: -1;
}
#summer_item .sec_main._l .bg-ptn._top {
  top: 0;
  left: 0;
}
#summer_item .sec_main._l .bg-ptn._under {
  bottom: 0;
  right: 0;
}
#summer_item .sec_main._r {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._r {
    max-width: none;
  }
}
#summer_item .sec_main._r .sec_main_img {
  max-width: 48.4375vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._r .sec_main_img {
    max-width: none;
  }
}
#summer_item .sec_main._r .bg-ptn {
  position: absolute;
  z-index: -1;
}
#summer_item .sec_main._r .bg-ptn._top {
  top: 0;
  right: 0;
}
#summer_item .sec_main._r .bg-ptn._under {
  bottom: 0;
  left: 0;
}
#summer_item .sec_main._c {
  padding: 12.5vw 0 0;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._c {
    padding: min(42.6666666667vw, 160px) 0 0;
  }
}
#summer_item .sec_main._c .bg-ptn {
  width: 100%;
  height: 52.0833333333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._c .bg-ptn {
    height: min(42.6666666667vw, 160px);
  }
}
#summer_item .sec_main._c .sec_main_img {
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._c .sec_main_img {
    max-width: none;
  }
}
#summer_item .sec_main._c .row2 {
  margin-top: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._c .row2 {
    margin-top: min(2.6666666667vw, 10px);
    gap: min(2.6666666667vw, 10px);
  }
}
#summer_item .sec_main._c .row2 .sec_main_img {
  max-width: 30.2083333333vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_main._c .row2 .sec_main_img {
    gap: min(2.6666666667vw, 10px);
    max-width: none;
  }
}
#summer_item .sec_itemList {
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #summer_item .sec_itemList {
    margin-top: min(10.4166666667vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList {
    margin: min(10.6666666667vw, 40px) 0 0;
    padding: 0;
  }
}
#summer_item .sec_itemList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    gap: min(2.6666666667vw, 10px);
    padding: 0 min(4vw, 15px);
  }
}
#summer_item .sec_itemList ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList ul li {
    width: auto;
    min-width: min(38.6666666667vw, 145px);
  }
}
#summer_item .sec_itemList_img {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList_img {
    margin-bottom: min(1.6vw, 6px);
  }
}
#summer_item .sec_itemList_name {
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList_name {
    margin-bottom: min(2.1333333333vw, 8px);
    padding: 0 min(1.3333333333vw, 5px);
  }
}
#summer_item .sec_itemList_price {
  font-weight: 700;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #summer_item .sec_itemList_price {
    padding: 0 min(1.3333333333vw, 5px);
  }
}
#summer_item .sec_itemList_price .tax {
  font-size: 60%;
}
#summer_item .sec.ptn01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn01 {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summer_item .sec.ptn01 .sec_main._l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #summer_item .sec.ptn01 .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: min(2.6666666667vw, 10px);
  }
  #summer_item .sec.ptn01 .sec_itemList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#summer_item .sec.ptn01 .bg-ptn {
  background: url(https://gigaplus.makeshop.jp/catinc/images/2025summer_item/ptn_01.png) #3A5F9A;
  background-size: 13.8541666667vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn01 .bg-ptn {
    background-size: min(35.4666666667vw, 133px);
  }
}
#summer_item .sec.ptn01 .title {
  color: #3A5F9A;
  position: absolute;
  top: 17.7083333333vw;
  left: 45.8333333333vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn01 .title {
    position: inherit;
  }
}
#summer_item .sec.ptn02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn02 {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summer_item .sec.ptn02 .sec_main._l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #summer_item .sec.ptn02 .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: min(2.6666666667vw, 10px);
  }
  #summer_item .sec.ptn02 .sec_itemList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#summer_item .sec.ptn02 .bg-ptn {
  background: url(https://gigaplus.makeshop.jp/catinc/images/2025summer_item/ptn_02.png) #8AD6CA;
  background-size: 13.8541666667vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn02 .bg-ptn {
    background-size: min(53.3333333333vw, 200px);
  }
}
#summer_item .sec.ptn02 .title {
  width: 100%;
  color: #8AD6CA;
  position: absolute;
  top: 17.7083333333vw;
  left: 0;
  z-index: 3;
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn02 .title {
    position: inherit;
    padding-left: 0;
  }
}
#summer_item .sec.ptn03 .sec_main_img {
  overflow: hidden;
}
#summer_item .sec.ptn03 .title {
  color: #FAC172;
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn03 .title {
    margin-top: min(2.6666666667vw, 10px);
  }
}
#summer_item .sec.ptn04 .sec_main_img {
  overflow: hidden;
}
#summer_item .sec.ptn04 .bg-ptn {
  background: url(https://gigaplus.makeshop.jp/catinc/images/2025summer_item/ptn_04.png) #AECA66;
  background-size: 18.75vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn04 .bg-ptn {
    background-size: min(32vw, 120px);
  }
}
#summer_item .sec.ptn04 .title {
  color: #AECA66;
  text-align: center;
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  #summer_item .sec.ptn04 .title {
    margin-top: min(2.6666666667vw, 10px);
  }
}
#summer_item .moreBtn a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #summer_item .moreBtn a {
    font-size: min(4.8vw, 18px);
    width: min(76vw, 285px);
    height: min(21.3333333333vw, 80px);
  }
}
#summer_item .moreBtn a:hover {
  background: #333333;
  color: #fff;
}