@charset "UTF-8";
/*      #GW-2604用     */
main#GW-2604 {
  background-color: #fff;
}
main#GW-2604 .normal-price {
  display: none;
}
main#GW-2604 .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#GW-2604 .prod-list .prod-item__price {
  text-align: center;
}
main#GW-2604 .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#GW-2604 .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#GW-2604 .pcbr {
  display: block;
}
main#GW-2604 .tabbr {
  display: none;
}
main#GW-2604 .spbr {
  display: none;
}
main#GW-2604 .bggry {
  background-color: #F3F3F3;
}
main#GW-2604 section.content {
  margin-top: 100px;
}
main#GW-2604 section.content > .inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
main#GW-2604 section.content > .inner h2 {
  margin-top: 0;
}
main#GW-2604 .inner_sec {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
main#GW-2604 [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#GW-2604 .lp-menu .column-box.col03 {
  max-width: 780px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin: 0 auto;
}
main#GW-2604 .lp-menu .column-box .item a {
  background-color: #f9f1e1;
  color: #000;
}
main#GW-2604 .lp-menu .column-box .item a.ico {
  position: relative;
  padding: 50px 10px 18px;
}
main#GW-2604 .lp-menu .column-box .item a.ico.sale::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./icon-sale.png);
  background-size: cover;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
main#GW-2604 .lp-menu .column-box .item a.ico.favorite::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./icon-favorite.png);
  background-size: cover;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
main#GW-2604 .lp-menu .column-box .item a.ico.recipe::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./icon-recipe.png);
  background-size: cover;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
main#GW-2604 .lp-menu.fixed .column-box.col02 {
  max-width: 800px;
}
main#GW-2604 .lp-menu.fixed .column-box .item a {
  background-color: #f9f1e1;
}
main#GW-2604 .lp-menu.fixed .column-box .item a.ico {
  padding: 18px 10px 18px;
}
main#GW-2604 .lp-menu.fixed .column-box .item a .date {
  color: #000;
}
main#GW-2604 .lp-menu.fixed .column-box .item a .week {
  color: #000;
}
main#GW-2604 .lp-menu__sub .column-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
main#GW-2604 .lp-menu__sub .column-box a {
  background-color: #fae747;
  color: #fae747;
  border: unset;
  font-weight: normal;
}
main#GW-2604 .btn .btn-link {
  background-color: #fae747;
  color: #ffffff;
}
main#GW-2604 .btn .btn-recipe {
  background-color: #f9f1e1;
  border-color: #f9f1e1;
  color: #000;
}
main#GW-2604 .btn .btn-copy {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/common/icn/icn-copy_wht.svg);
  background-color: #004d69;
  color: #ffffff;
}
main#GW-2604 .section-ttl {
  margin-bottom: 30px;
}
main#GW-2604 .section-ttl .sub {
  color: #fae747;
  padding-bottom: 10px;
  display: inline-block;
}
main#GW-2604 .section-ttl.type-limited {
  background-color: #f9f1e1;
  background-image: unset;
  padding: 70px 10px 30px;
  color: #000;
}
main#GW-2604 .section-ttl.type-limited .sale {
  position: relative;
}
main#GW-2604 .section-ttl.type-limited .sale:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url(./icon-sale.png);
  background-size: cover;
}
main#GW-2604 .section-ttl.type-limited .favorite {
  position: relative;
}
main#GW-2604 .section-ttl.type-limited .favorite:before {
  content: "";
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url(./icon-favorite.png);
  background-size: cover;
}
main#GW-2604 .section-ttl.type-limited .recipe {
  position: relative;
}
main#GW-2604 .section-ttl.type-limited .recipe:before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url(./icon-recipe.png);
  background-size: cover;
}
main#GW-2604 h2 {
  line-height: 1.4;
  font-size: 2.1rem;
  padding-top: 0;
}
main#GW-2604 h2.b-ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
main#GW-2604 h2.type-brd_l {
  border-left: 14px solid #fae747;
  padding: 12px 16px;
}
main#GW-2604 h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
main#GW-2604 h3.band_ttl {
  background-color: #fae747;
  color: #000;
  padding: 20px 10px;
  text-align: center;
  border-radius: 40px;
}
main#GW-2604 h3.band_ttl.coming {
  background-color: #cecece;
  border-radius: unset;
}
main#GW-2604 h3.b-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  text-align: center;
}
main#GW-2604 h3.b-subttl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 70px;
}
main#GW-2604 h3.type-brd_l {
  border-left: 14px solid #fae747;
  padding: 12px 16px;
}
main#GW-2604 h3.sub-ttl {
  margin-top: 60px;
}
main#GW-2604 h3 .num {
  padding-right: 10px;
  display: inline-block;
  font-size: 2rem;
}
main#GW-2604 h3 .square {
  position: relative;
  color: #222;
}
main#GW-2604 h3 .square:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#GW-2604 h3 .square:after {
  content: "";
  position: absolute;
  right: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#GW-2604 h4 {
  font-weight: bold;
  font-size: 1.6em;
}
main#GW-2604 h4.type-brd_l {
  border-left: 14px solid #fae747;
  padding: 20px 16px;
}
main#GW-2604 .icn.type-circle.sale {
  text-align: center;
}
main#GW-2604 .icn.type-circle.sale.type-band {
  font-family: "Noto Sans JP", sans-serif;
}
main#GW-2604 .icn.season {
  width: 86px;
  height: 86px;
}
main#GW-2604 .icn.season.winter {
  background-color: #80b0cf;
}
main#GW-2604 .icn.season.autumn {
  background-color: #c3ba5a;
}
main#GW-2604 .icn.season.summer {
  background-color: #e9ac3a;
}
main#GW-2604 .icn.season.spring {
  background-color: #ea6751;
}
main#GW-2604 .content-txt {
  margin-top: 20px;
}
main#GW-2604 .txt-c_l {
  text-align: center;
}
main#GW-2604 .btn-recipe {
  max-width: 360px;
  color: #222333;
  border: 2px solid #222333;
}
main#GW-2604 .btn-recipe:hover, main#GW-2604 .btn-recipe:active, main#GW-2604 .btn-recipe:focus {
  color: #222;
  border: 2px solid #fae747;
  background-color: #fae747;
}
main#GW-2604 .b-top_none {
  border-top: none;
}
main#GW-2604 .sub-ttl.type .type-radius {
  background-color: white;
}
main#GW-2604 .sub-ttl.type .type-band {
  background-color: white;
}
main#GW-2604 .sub-ttl.type .type-brd .type-brd_l,
main#GW-2604 .sub-ttl.type .type-brd .type-brd_b {
  border-color: white;
}
main#GW-2604 #intro .inner {
  padding-top: 30px;
  padding-bottom: 40px;
}
main#GW-2604 #intro .intro-slogan {
  line-height: 1.4;
}
main#GW-2604 #intro .intro-slogan .sub {
  display: block;
  font-size: 1.8rem;
}
main#GW-2604 #intro .intro_txt {
  text-align: center;
  font-size: 18px;
  color: #333;
  letter-spacing: 1.4px;
  line-height: 1.6;
}
main#GW-2604 #intro .intro_marker {
  background: linear-gradient(transparent 60%, #fae747 0%);
  display: inline;
  padding: 0 1px 0px;
  font-size: 22px;
  font-weight: bold;
}
main#GW-2604 #special-items .pickup-list .pickup-name {
  max-width: 320px;
  margin: 0 auto 20px;
}
main#GW-2604 .content_data_box {
  position: relative;
  border: 3px solid #fae747;
  border-radius: 18px;
  padding: 30px 20px 60px;
  margin-top: 60px;
}
main#GW-2604 .content_data_box .content_data_ttl {
  top: -22px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
main#GW-2604 .content_data_box .content_data_ttl .content_data_ttl-inner {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #fae747;
  border-color: #fae747;
  color: #000;
  font-size: 1.2rem;
  padding: 8px 26px;
  border-radius: 100px;
}
main#GW-2604 .content_data_box .content_data {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
main#GW-2604 .content_data_box .content_data .content_data_txt {
  padding: 0;
  border: unset;
  border-radius: unset;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
main#GW-2604 .content_data_box .content_data .content_data_txt .content_data_txt-inner {
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  background-color: transparent;
}
main#GW-2604 .content_data_box .content_data .content_data_txt .content_data_txt-inner span {
  font-size: 2rem;
  padding: 0 0 0 0.2rem;
}
main#GW-2604 .content_data_box .content_data .content_data_txt .content_data_txt-inner span.en {
  font-family: "Roboto Condensed", sans-serif;
}
main#GW-2604 .content_data_box .coupon-code {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
main#GW-2604 .content_data_box .coupon-code .cb-area:nth-child(2) {
  padding-left: 40px;
}
main#GW-2604 .content_data_box .coupon-code .cb-area .coupon-ttl {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  font-weight: 700;
}
main#GW-2604 .content_data_box .coupon-code .cb-area .coupon-ttl:before {
  content: "";
  background-color: #000032;
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main#GW-2604 .content_data_box .coupon-code .cb-area .coupon-id {
  font-size: 5rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  overflow-wrap: anywhere;
  line-height: 1.1;
  color: #000;
}
main#GW-2604 .content_data_box .coupon-code .cb-area .coupon-kana {
  text-align: center;
  line-height: 1.2;
  color: #000333;
  overflow-wrap: break-word;
}
main#GW-2604 .content_data_box .btn-copy {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/common/icn/icn-copy_wht.svg);
  background-color: #000;
  border-color: #000;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 22px 45px;
  max-width: 410px;
  width: 100%;
  background-position: top 16px right 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 1;
  font-size: 18px;
  margin-top: 30px;
}
main#GW-2604 .coupon_attention {
  margin-top: 64px;
}
main#GW-2604 .coupon_attention .attention_ttl {
  color: #940E07;
  margin-top: 40px;
  margin-bottom: 16px;
}
main#GW-2604 .coupon_attention .attention_ttl:first-child {
  margin-top: 0;
}
main#GW-2604 .coupon_attention .attention_list li {
  margin-top: 16px;
}
main#GW-2604 .cdt_box {
  width: 100%;
  background-color: #fae747;
  padding: 40px 10px;
}
main#GW-2604 .cdt_box .cdt_item {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
}
main#GW-2604 .cdt_box .cdt_item .cdt_item_ttl {
  width: 15%;
  font-weight: bold;
  font-size: 22px;
}
main#GW-2604 .cdt_box .cdt_item .cdt_item_txt {
  width: 85%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
main#GW-2604 .cdt_box .cdt_item .cdt_item_txt .time {
  margin-left: 4px;
}
main#GW-2604 .period_wrap {
  margin-top: 90px;
}
main#GW-2604 .content_wrap {
  margin-top: 100px;
}
main#GW-2604 .content_wrap .pickup-list {
  max-width: 100%;
}
main#GW-2604 .content_wrap .pickup-list .icn.type-tri {
  width: 300px;
  height: 300px;
  top: -150px;
  left: -150px;
  font-size: 30px;
}
main#GW-2604 .content_wrap .pickup-list .content-list_side {
  padding: 48px 56px;
}
main#GW-2604 .content_wrap .pickup-list .content-list_side .pickup-copy {
  text-align: center;
  color: #4e2810;
  font-weight: bold;
}
main#GW-2604 .content_wrap .pickup-list .content-list_side .pickup-name {
  font-size: 18px;
  text-align: center;
}
main#GW-2604 .content_wrap .pickup-list .content-list_side .prod-item__price {
  margin-top: 0;
}
main#GW-2604 .content_wrap .prod-list {
  margin-top: 60px;
}
main#GW-2604 .staff_rec {
  margin-bottom: 20px;
  max-width: 320px;
}
main#GW-2604 .staff_rec .staff_rec_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
main#GW-2604 .staff_rec .content-txt {
  font-size: 15px;
}
main#GW-2604 .recipe-list.adjust01 {
  display: block;
}
main#GW-2604 .recipe-list.adjust01 .recipe-list_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
main#GW-2604 .recipe-list.adjust01 .item {
  width: 23.5%;
}
main#GW-2604 .recipe-list.adjust01 .item:not(:first-child) {
  margin-left: 2%;
}
main#GW-2604 .recipe-list.adjust02 {
  grid-row-gap: unset;
  grid-column-gap: unset;
  display: flex;
  flex-wrap: wrap;
}
main#GW-2604 .recipe-list.adjust02 .item {
  width: 23.5%;
}
main#GW-2604 .recipe-list.adjust02 .item:not(:nth-child(4n)) {
  margin-right: 2%;
}
main#GW-2604 .recipe-list.adjust02 .item:nth-child(n+5) {
  margin-top: 30px;
}
main#GW-2604 .learn_more {
  margin-top: 40px;
}
main#GW-2604 .insta {
  text-align: center;
  margin-top: 40px;
}
main#GW-2604 .insta .insta_link {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  padding-left: 26px;
}
main#GW-2604 .insta .insta_link.ico {
  position: relative;
}
main#GW-2604 .insta .insta_link.ico:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(https://d3d7exujemgi7m.cloudfront.net/assets/img/common/sns/instagram.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 1026px) {
  main#GW-2604 .lp-menu.fixed .column-box .item a .date {
    color: #000;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a .week {
    color: #000;
  }
  main#GW-2604 .btn .btn-link:hover, main#GW-2604 .btn .btn-link:active, main#GW-2604 .btn .btn-link:focus {
    color: #fae747;
    background-color: #ffffff;
    border-color: #fae747;
  }
  main#GW-2604 .btn .btn-recipe:hover, main#GW-2604 .btn .btn-recipe:active, main#GW-2604 .btn .btn-recipe:focus {
    color: #f9f1e1;
    background-color: #ffffff;
    border-color: #f9f1e1;
  }
  main#GW-2604 .btn .btn-copy:hover, main#GW-2604 .btn .btn-copy:active, main#GW-2604 .btn .btn-copy:focus {
    background-color: #004d69;
    color: #ffffff;
    border-color: #004d69;
  }
  main#GW-2604 .btn.type .type-regist:hover, main#GW-2604 .btn.type .type-regist:active, main#GW-2604 .btn.type .type-regist:focus {
    background-color: #fae747;
    color: #ffffff;
    border-color: #fae747;
  }
  main#GW-2604 h3.band_ttl.coming {
    background-color: #cecece;
    border-radius: unset;
  }
  main#GW-2604 .content_data_box .btn-copy:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1025px) {
  main#GW-2604 .prod-list.column-box.col04 {
    grid-column-gap: 20px;
  }
  main#GW-2604 .prod-list.column-box.col04 .discount-price .type-band.sale {
    font-size: 0.7rem;
  }
  main#GW-2604 .prod-list.column-box.col04 .discount-price .price {
    font-size: 1.8rem;
  }
  main#GW-2604 .pcbr {
    display: none;
  }
  main#GW-2604 .tabbr {
    display: block;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item {
    flex: 2;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a .date {
    color: #000;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a .week {
    color: #000;
  }
  main#GW-2604 h2 {
    font-size: 1.6rem;
  }
  main#GW-2604 h2.type-brd_l {
    border-left: 10px solid #fae747;
  }
  main#GW-2604 h3 {
    font-size: 1.5rem;
  }
  main#GW-2604 h3.band_ttl.coming {
    background-color: #cecece;
    border-radius: unset;
  }
  main#GW-2604 h3.type-brd_l {
    border-left: 10px solid #fae747;
  }
  main#GW-2604 h3 .num {
    font-size: 1.7rem;
  }
  main#GW-2604 h4 {
    font-size: 1.4rem;
  }
  main#GW-2604 h4.type-brd_l {
    border-left: 10px solid #fae747;
  }
  main#GW-2604 .icn.type-circle.sale {
    width: 86px;
    height: 86px;
    font-size: 18px;
  }
  main#GW-2604 .icn.season {
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    font-size: 14px;
  }
  main#GW-2604 .btn-recipe {
    font-size: 16px;
  }
  main#GW-2604 #intro .intro-slogan .sub {
    font-size: 1.4rem;
  }
  main#GW-2604 .coupon_area .inner {
    padding-bottom: 70px;
  }
  main#GW-2604 .content_data_box .coupon-code .cb-area:nth-child(2) {
    padding-left: 20px;
  }
  main#GW-2604 .content_data_box .btn-copy {
    font-size: 16px;
  }
  main#GW-2604 .content_wrap .pickup-list .icn.type-tri {
    width: 250px;
    height: 250px;
    top: -125px;
    left: -125px;
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  main#GW-2604 .prod-list.column-box .prod-item__name {
    font-size: 4.2vw;
  }
  main#GW-2604 .prod-list.column-box .not-discount {
    height: auto;
  }
  main#GW-2604 .prod-list.column-box.col04 {
    grid-row-gap: 48px;
  }
  main#GW-2604 .prod-list.column-box.col04 .discount-price .type-band.sale {
    font-size: 0.8rem;
  }
  main#GW-2604 .prod-list.column-box.col04 .discount-price .price {
    font-size: 1.75rem;
  }
  main#GW-2604 .spbr {
    display: block;
  }
  main#GW-2604 .spnone {
    display: none;
  }
  main#GW-2604 section.content {
    margin-top: 70px;
  }
  main#GW-2604 section.content > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  main#GW-2604 .inner_sec {
    padding: 0 10px;
  }
  main#GW-2604 [id^=linkele_] {
    top: -40px;
  }
  main#GW-2604 .lp-menu .column-box .item a {
    font-size: 3.8vw;
  }
  main#GW-2604 .lp-menu .column-box .item a.ico {
    padding: 12vw 6px 6px;
  }
  main#GW-2604 .lp-menu .column-box .item a.ico.sale::before {
    width: 8vw;
    height: 8vw;
  }
  main#GW-2604 .lp-menu .column-box .item a.ico.favorite::before {
    width: 8vw;
    height: 8vw;
  }
  main#GW-2604 .lp-menu .column-box .item a.ico.recipe::before {
    width: 8vw;
    height: 8vw;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a.ico {
    padding: 8px 6px;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a .date {
    color: #000;
  }
  main#GW-2604 .lp-menu.fixed .column-box .item a .week {
    color: #000;
  }
  main#GW-2604 .section-ttl {
    font-size: 7.2vw;
  }
  main#GW-2604 .section-ttl .sub {
    padding-bottom: 6px;
    font-size: 5.2vw;
  }
  main#GW-2604 .section-ttl.type-limited {
    padding: 46px 10px 20px;
  }
  main#GW-2604 .section-ttl.type-limited .sale:before {
    width: 32px;
    height: 32px;
    top: -32px;
  }
  main#GW-2604 .section-ttl.type-limited .favorite:before {
    width: 32px;
    height: 32px;
    top: -34px;
  }
  main#GW-2604 .section-ttl.type-limited .recipe:before {
    width: 32px;
    height: 32px;
    top: -34px;
  }
  main#GW-2604 h2 {
    font-size: 6vw;
  }
  main#GW-2604 h2.type-brd_l {
    border-left: 8px solid #fae747;
  }
  main#GW-2604 h3 {
    font-size: 5.3vw;
  }
  main#GW-2604 h3.band_ttl {
    padding: 14px 4px;
  }
  main#GW-2604 h3.band_ttl.coming {
    background-color: #cecece;
    border-radius: unset;
  }
  main#GW-2604 h3.b-ttl {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  main#GW-2604 h3.b-subttl {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  main#GW-2604 h3.type-brd_l {
    border-left: 8px solid #fae747;
  }
  main#GW-2604 h3.sub-ttl {
    margin-top: 50px;
  }
  main#GW-2604 h3 .num {
    padding-right: 4px;
    font-size: 5.6vw;
  }
  main#GW-2604 h3 .square:before {
    left: -24px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#GW-2604 h3 .square:after {
    right: -22px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#GW-2604 h4 {
    font-size: 4.8vw;
  }
  main#GW-2604 h4.type-brd_l {
    border-left: 8px solid #fae747;
  }
  main#GW-2604 .pickup-name {
    font-size: 5.2vw;
  }
  main#GW-2604 .icn.type-circle.sale {
    top: 1.333333vw;
    left: 1.333333vw;
    font-size: 3.6vw;
    width: 15.666667vw;
    height: 15.666667vw;
  }
  main#GW-2604 .icn.season {
    top: 4px;
    left: 4px;
    width: 12vw;
    height: 12vw;
    font-size: 3vw;
  }
  main#GW-2604 .content-txt {
    margin-top: 10px;
    font-size: 4vw;
  }
  main#GW-2604 .txt-c_l {
    text-align: left;
  }
  main#GW-2604 .btn-recipe {
    font-size: 4vw;
  }
  main#GW-2604 #intro .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  main#GW-2604 #intro .intro-slogan {
    font-size: 5.2vw;
  }
  main#GW-2604 #intro .intro_txt {
    font-size: 4.8vw;
    line-height: 1.8;
  }
  main#GW-2604 #intro .intro_marker {
    font-size: 5.4vw;
    line-height: 1.4;
  }
  main#GW-2604 #special-items .pickup-list .pickup-name {
    margin: 0 auto 16px;
  }
  main#GW-2604 .coupon_area .inner {
    padding-bottom: 60px;
  }
  main#GW-2604 .content_data_box {
    padding: 20px 20px 30px;
  }
  main#GW-2604 .content_data_box .content_data_ttl {
    top: -26px;
    text-align: center;
    width: 100%;
  }
  main#GW-2604 .content_data_box .content_data_ttl .content_data_ttl-inner {
    padding: 12px 24px;
    font-size: 16px;
  }
  main#GW-2604 .content_data_box .content_data .content_data_txt {
    font-size: 5vw;
  }
  main#GW-2604 .content_data_box .content_data .content_data_txt .content_data_txt-inner span {
    font-size: 8vw;
  }
  main#GW-2604 .content_data_box .coupon-code {
    flex-direction: column;
  }
  main#GW-2604 .content_data_box .coupon-code .cb-area {
    text-align: center;
  }
  main#GW-2604 .content_data_box .coupon-code .cb-area:nth-child(2) {
    padding-left: 0;
    margin-top: 40px;
  }
  main#GW-2604 .content_data_box .coupon-code .cb-area .coupon-ttl {
    font-size: 5.6vw;
  }
  main#GW-2604 .content_data_box .btn-copy {
    font-size: 4.6vw;
  }
  main#GW-2604 .coupon_attention .attention_list li {
    font-size: 4vw;
    line-height: 1.6;
  }
  main#GW-2604 .cdt_box {
    padding: 20px 30px;
  }
  main#GW-2604 .cdt_box .cdt_item:nth-child(2) {
    margin-top: 10px;
  }
  main#GW-2604 .cdt_box .cdt_item .cdt_item_ttl {
    font-size: 5vw;
    text-align: center;
    width: 30%;
  }
  main#GW-2604 .cdt_box .cdt_item .cdt_item_txt {
    font-size: 5vw;
    width: 70%;
  }
  main#GW-2604 .period_wrap {
    margin-top: 80px;
  }
  main#GW-2604 .content_wrap {
    margin-top: 60px;
  }
  main#GW-2604 .content_wrap .pickup-list .icn.type-tri {
    width: 72vw;
    height: 72vw;
    top: -43vw;
    left: -43vw;
    font-size: 5.6vw;
  }
  main#GW-2604 .content_wrap .pickup-list .content-list_side {
    padding: 36px 20px;
  }
  main#GW-2604 .content_wrap .pickup-list .content-list_side .content-detail .item:nth-child(2) {
    margin-top: 30px;
  }
  main#GW-2604 .content_wrap .pickup-list .content-list_side .pickup-copy {
    font-size: 5.4vw;
  }
  main#GW-2604 .content_wrap .pickup-list .content-list_side .pickup-name {
    font-size: 4.8vw;
  }
  main#GW-2604 .content_wrap .pickup-list .content-list_side .add-cart {
    margin-top: 10px;
    max-width: 100%;
  }
  main#GW-2604 .content_wrap .prod-list {
    margin-top: 30px;
  }
  main#GW-2604 .radius-box {
    margin-top: 40px;
  }
  main#GW-2604 .staff_rec .staff_rec_ttl {
    font-size: 4.6vw;
  }
  main#GW-2604 .staff_rec .content-txt {
    font-size: 4.2vw;
  }
  main#GW-2604 .recipe-list.adjust01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px;
    grid-column-gap: 4%;
  }
  main#GW-2604 .recipe-list.adjust01 .recipe-list_wrap {
    display: contents;
  }
  main#GW-2604 .recipe-list.adjust01 .item {
    width: 48%;
  }
  main#GW-2604 .recipe-list.adjust01 .item:not(:first-child) {
    margin-left: unset;
  }
  main#GW-2604 .recipe-list.adjust02 .item {
    width: 48%;
  }
  main#GW-2604 .recipe-list.adjust02 .item:not(:nth-child(4n)) {
    margin-right: unset;
  }
  main#GW-2604 .recipe-list.adjust02 .item:nth-child(2n) {
    margin-left: 4%;
  }
  main#GW-2604 .recipe-list.adjust02 .item:nth-child(n+5) {
    margin-top: unset;
  }
  main#GW-2604 .recipe-list.adjust02 .item:nth-child(n+3) {
    margin-top: 20px;
  }
  main#GW-2604 .recipe-list .recipe-item__name {
    font-size: 4vw;
  }
  main#GW-2604 .learn_more {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  main#GW-2604 .insta {
    margin-top: 20px;
  }
  main#GW-2604 .insta .insta_link {
    font-size: 3.8vw;
    padding-left: 8%;
  }
  main#GW-2604 .insta .insta_link.ico:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(https://d3d7exujemgi7m.cloudfront.net/assets/img/common/sns/instagram.png);
    width: 5vw;
    height: 5vw;
    background-size: cover;
  }
}/*# sourceMappingURL=GW-2604.css.map */