@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
html {
  font-size: 1.4vw;
  margin: auto;
}

body {
  margin: auto;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media print, screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
main {
  overflow: hidden;
}

/*----------------------------cmn-----------------------------------*/
.wrap {
  max-width: 122rem;
  margin: auto;
}

/*----------------------------header-----------------------------------*/
header {
  background-color: #ba070e;
  background: url(../images/mv_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#header_mv {
  background-size: cover;
  background-position: center top;
  height: 60.7142857143vw;
  position: relative;
}
#header_mv * {
  margin: 0;
  padding: 0;
}
#header_mv img {
  width: 100%;
}

#header_logo {
  position: absolute;
  top: 0;
  right: 1.4285714286vw;
  width: 25.5vw;
  z-index: 8;
}

#mv_title {
  position: absolute;
  z-index: 2;
  top: 2vw;
  text-align: center;
  padding-left: 5vw;
  width: 100%;
}
#mv_title img {
  width: 68vw;
}

#mv_present {
  position: absolute;
  z-index: 10;
  width: 47.5714285714vw;
  top: 46.4285714286vw;
  left: 10vw;
}
#mv_present img {
  width: 100%;
}

#mv_item {
  position: absolute;
  z-index: 10;
  width: 44.2857142857vw;
  top: 45vw;
  left: 40vw;
}

#mv_term {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mv_term .term1 {
  width: 57rem;
}
#mv_term .term2 {
  width: 48rem;
}

#mv_enepy {
  position: absolute;
  z-index: 1;
  top: 8.5714285714vw;
  right: -2.8571428571vw;
  width: 25vw;
}

#mv {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 0;
  width: 100%;
}

#mv p {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  header {
    background-color: #ba070e;
    background: url(../images/mv_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #header_mv {
    background-size: cover;
    background-position: center top;
    height: auto;
    width: 100%;
    aspect-ratio: 390/597;
    position: relative;
  }
  #header_mv img {
    width: 100%;
  }
  #mv_title {
    position: relative;
    top: 15vw;
    left: -5vw;
    width: 100%;
    margin-top: -2.6666666667vw;
  }
  #mv_present {
    text-align: center;
    width: 100%;
    top: 7.1428571429vw;
    top: 120vw;
    left: 0vw;
  }
  #mv_present img {
    width: 89%;
  }
  #mv_item {
    position: static;
    width: auto;
    text-align: right;
    padding-right: 3vw;
    margin-top: -1.3333333333vw;
  }
  #mv_item img {
    width: 90%;
  }
  #mv_term {
    margin-top: 5.3333333333vw;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2.6666666667vw;
  }
  #mv_term .term1 {
    margin: auto;
  }
  #mv_enepy {
    position: absolute;
    z-index: 1;
    top: 5.0666666667vw;
    right: -5.3333333333vw;
    width: 30.6666666667vw;
  }
  #mv_truck {
    position: relative;
    top: 0;
    left: 0;
    width: 108.5333333333vw;
    margin-top: -13.3333333333vw;
  }
  #mv {
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 0;
    width: 100%;
  }
  #mv p {
    padding-bottom: 10px;
  }
}
#header_txt {
  background: #000000;
  position: relative;
}

#header_txt p {
  text-align: center;
  padding: 0.8rem;
  line-height: 130%;
  font-size: 2.2rem;
  background-color: #000;
  color: #fdd000;
  font-weight: bold;
}

#reciept {
  background: #AED8A3;
  margin-top: -1px;
  padding: 3rem 2rem 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #header_txt p {
    font-size: 3.2vw;
    text-align: left;
  }
  #reciept {
    background: #7DC16C;
    margin-top: -1px;
    padding: 3rem 2rem 3rem;
    text-align: center;
  }
}
p.notice {
  font-size: 1.2rem;
}

.ib {
  display: inline-block;
}

.small {
  font-size: 80%;
}

#catalog {
  background-color: #f0f0f0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#catalog h2 {
  margin: auto;
  text-align: center;
}
#catalog h2 img {
  height: 8rem;
}
#catalog h3 {
  margin: 5rem auto auto;
}
#catalog h3 img {
  height: 5rem;
}

#catalog .flex {
  justify-content: flex-start;
  gap: 20px;
}

#catalog .flex li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #catalog .flex {
    display: block;
    justify-content: center;
  }
  #catalog .flex li {
    width: 100%;
    padding-top: 5vw;
    text-align: center;
  }
}
.flex {
  margin-top: 20px;
}

.flex li {
  width: 100%;
  box-sizing: border-box;
}

.flex li.flex50 {
  width: calc(50% - 15px);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.flex li.flex33 {
  width: calc(33.3% - 20px);
  box-sizing: border-box;
}

.flex li.flex2 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}

p.caution {
  max-width: 1080px;
  text-align: right;
  margin: auto;
  padding-bottom: 30px;
}

/*----------------------------aside--------------------------------*/
aside {
  background-color: #fff;
  padding: 30px 0;
}

aside .wrap {
  padding: 0 10px;
}

/*----------------------------footer--------------------------------*/
footer {
  background: #000 url("../images/footer_bg.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 0;
  }
}

footer .wrap {
  padding: 0 10px;
}

footer h4 {
  padding-bottom: 15px;
  width: 50%;
  margin: auto;
}

/*----------------------------main--------------------------------*/
#shop {
  margin: auto;
  background: url(../images/shop_bg.png) center top/cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#shop .wrap {
  width: 110rem;
}
#shop p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #shop {
    padding-top: 5.3333333333vw;
  }
  #shop .wrap {
    width: auto;
    padding: 0 5vw;
  }
  #shop hgroup {
    margin-left: -5%;
    margin-right: -10%;
  }
  #shop hgroup h2 {
    width: 72%;
  }
  #shop hgroup .tentou {
    margin-left: -5%;
    width: 32%;
  }
  #shop .main {
    margin-top: -16vw;
    border-radius: 5.3333333333vw;
    overflow: hidden;
  }
}

#bokin {
  padding: 10rem 0;
  position: relative;
}

#bokin .enepy_1 {
  position: absolute;
  top: -30px;
  right: -20px;
}

#bokin .enepy_2 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 300px);
}

#bokin h2 {
  margin: auto auto 50px;
  padding: 0;
}

#bokin .wrap {
  background: #fff;
  border: 3px solid #c7000b;
  border-radius: 5rem;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#bokin .wrap .hgroup {
  display: flex;
  flex-wrap: nowrap;
}
#bokin .wrap .hgroup h2 {
  padding: 0;
  width: 33.5rem;
  margin: auto;
  text-align: right;
  padding-right: 1.5rem;
}
#bokin .wrap .hgroup h2 img {
  width: 28rem;
}
#bokin .wrap .hgroup .ph {
  padding: 0;
  margin: 0;
  width: 78.6rem;
  overflow: hidden;
}
#bokin .wrap .hgroup .ph img {
  width: 100%;
}
#bokin .wrap .inner {
  padding: 3rem 8rem 3rem;
}
#bokin .wrap .inner h3 {
  text-align: center;
}
#bokin .wrap .inner h3 img {
  width: 72rem;
}
#bokin .wrap .inner .item {
  display: flex;
  margin-top: 8rem;
}
#bokin .wrap .inner .item .block h4 {
  margin: auto;
  text-align: center;
}
#bokin .wrap .inner .item .block h4 img {
  width: auto;
}
#bokin .wrap .inner .item .block .body {
  margin-top: 30px;
  display: flex;
  gap: 50px;
}

#bokin p.point {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 4rem;
}
#bokin p.point img {
  width: 700px;
  max-width: 100%;
}

#bokin p.point img {
  height: 16rem;
}

#bokin .howto .minasama {
  text-align: center;
  color: #c7000b;
  border-top: 3px solid #c7000b;
  border-bottom: 3px solid #c7000b;
  font-weight: bold;
  padding: 1.5rem 0;
  margin-top: 5rem;
  font-size: 1.8rem;
}

#bokin .howto {
  background: #F7F8CB;
  background: #fff;
  margin-top: 5rem;
  padding: 0;
  text-align: center;
  display: block;
}

#bokin .howto h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: black;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
  color: #c7000b;
  padding: 0;
  display: inline-block;
}

#bokin .howto .block {
  width: 100%;
  margin-top: 40px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
#bokin .howto .block .txt {
  width: 100%;
}

#bokin .howto h5 {
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  margin: auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
}

#bokin .howto h5 span.num {
  font-size: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  background: #c7000b;
  border-radius: 5px;
  margin-right: 1.5rem;
}

#bokin .howto p {
  text-align: left;
}

#bokin .howto p.note {
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}

#bokin .howto p a {
  line-height: 1;
  display: inline-block;
  margin-top: 0.6em;
}

#bokin .howto p strong {
  color: #c7000b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

#bokin .howto figure {
  padding: 0;
  margin: auto auto auto 50px;
}

#bokin .howto figure img {
  width: 400px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  #bokin {
    padding: 13.3333333333vw 5vw 13.3333333333vw;
    position: relative;
  }
  #bokin .enepy_1 {
    position: absolute;
    top: -30px;
    right: -20px;
  }
  #bokin .enepy_2 {
    position: absolute;
    bottom: 0vw;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #bokin .enepy_2 img {
    width: 36vw;
  }
  #bokin h2 {
    margin: auto auto;
    padding: 0;
  }
  #bokin .wrap {
    border-radius: 8vw;
    padding-bottom: 26.6666666667vw;
  }
  #bokin .wrap .hgroup {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #bokin .wrap .hgroup h2 {
    padding: 0;
    width: auto;
    margin: 5.3333333333vw auto;
    text-align: center;
    padding-right: 0;
  }
  #bokin .wrap .hgroup h2 img {
    width: 34.6666666667vw;
  }
  #bokin .wrap .hgroup .ph {
    width: auto;
    border-top-right-radius: 0;
    overflow: hidden;
  }
  #bokin .wrap .hgroup .ph img {
    width: 100%;
  }
  #bokin .wrap .inner {
    padding: 5vw;
  }
  #bokin .wrap .inner h3 {
    text-align: center;
  }
  #bokin .wrap .inner h3 img {
    width: auto;
  }
  #bokin .wrap .inner .item {
    display: block;
    margin-top: 8rem;
  }
  #bokin .wrap .inner .item .block {
    width: auto;
  }
  #bokin .wrap .inner .item .block h4 {
    margin: auto;
    text-align: center;
  }
  #bokin .wrap .inner .item .block h4 img {
    height: 26.6666666667vw;
    width: auto;
  }
  #bokin .wrap .inner .item .block p {
    font-size: 3.7333333333vw;
  }
  #bokin .wrap .inner .item .block:first-child {
    padding-right: 0;
  }
  #bokin .wrap .inner .item .block + .block {
    border-left: none;
    border-top: 1px solid #c7000b;
    padding-left: 0;
    padding-top: 10vw;
  }
  #bokin .wrap .inner .body {
    flex-direction: column;
    gap: 10px !important;
  }
  #bokin .wrap .inner .body .logo {
    text-align: center;
    margin: 0;
  }
  #bokin .wrap .inner .body .logo img {
    max-width: 200px;
  }
  #bokin .wrap .inner .body p {
    margin: 0;
  }
  #bokin .wrap .inner .body div.link {
    margin-top: 30px;
  }
  #bokin .wrap .inner .body div.link a {
    padding: 8px 12px;
  }
  #bokin p.point {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 4rem;
  }
  #bokin p.point img {
    height: auto;
  }
  #bokin .minasama {
    text-align: center !important;
    color: #c7000b;
    border-top: 3px solid #c7000b;
    border-bottom: 3px solid #c7000b;
    font-weight: bold;
    padding: 1.5rem 0;
    margin-top: 5rem;
    font-size: 1.8rem;
    text-align: center;
  }
  #bokin .howto {
    background: #F7F8CB;
    background: #fff;
    margin-top: 5rem;
    padding: 0;
    text-align: center;
  }
  #bokin .howto h4 {
    font-size: 4.8vw;
  }
  #bokin .howto .block {
    background: #fff;
    margin-top: 8vw;
    padding: 0;
    text-align: center;
    display: block;
    flex-direction: row-reverse;
  }
  #bokin .howto h5 {
    font-size: 4.2666666667vw;
  }
  #bokin .howto h5 span.num {
    font-size: 4.8vw;
  }
  #bokin .howto p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  #bokin .howto p.note {
    text-align: left;
    font-size: 2.9333333333vw;
  }
  #bokin .howto p a {
    color: #c7000b;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 85%;
  }
  #bokin .howto p strong {
    color: #c7000b;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  #bokin .howto figure {
    padding: 0;
    margin: auto 10vw 5vw;
    text-align: center;
  }
  #bokin .howto figure img {
    width: 400px;
  }
}
#app {
  margin: 0;
  background: rgba(199, 0, 11, 0.1);
  padding-bottom: 12rem;
}
#app .heading h2 {
  margin: 0;
  padding: 10rem 10rem 5rem;
}
@media screen and (max-width: 767px) {
  #app {
    padding: 0 3vw 8rem;
  }
  #app .heading h2 {
    margin: 0;
    padding: 5rem 3vw 0;
  }
}

#gourmet, #gift {
  background: #bae3f9;
  padding: 8rem 0;
  padding: 30px;
}
#gourmet h2, #gift h2 {
  text-align: center;
}
#gourmet h2 img, #gift h2 img {
  width: 105rem;
}
#gourmet .attention, #gift .attention {
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
  background: #FFF100;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 90%;
  padding: 5px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #gourmet .attention, #gift .attention {
    font-size: unset;
  }
}
#gourmet .attention strong, #gift .attention strong {
  font-weight: bold;
  color: #E60012;
}
#gourmet .frame, #gift .frame {
  margin-top: 1rem;
  border-radius: 1rem;
  padding: 0;
}
#gourmet .frame h3, #gift .frame h3 {
  text-align: center;
  background: #1d2088;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.3rem;
}
#gourmet .apply, #gift .apply {
  display: flex;
}
#gourmet .apply .item, #gift .apply .item {
  width: 23%;
  padding: 0 3rem;
}
#gourmet .apply .item + .item, #gift .apply .item + .item {
  border-left: 1px solid rgba(0, 25, 118, 0.5);
}
#gourmet .apply .item:first-child, #gift .apply .item:first-child {
  padding-left: 0;
  width: 18%;
}
#gourmet .apply .item:last-child, #gift .apply .item:last-child {
  padding-right: 0;
}
#gourmet .apply .item:nth-child(2), #gift .apply .item:nth-child(2) {
  width: 15%;
}
#gourmet .apply .item:nth-child(3), #gift .apply .item:nth-child(3) {
  width: 34%;
}
#gourmet .apply .item figure, #gift .apply .item figure {
  padding: 0;
  margin: 0;
  text-align: center;
}
#gourmet .apply .item p, #gift .apply .item p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#gourmet .apply .item p .member, #gift .apply .item p .member {
  width: 5rem;
  float: left;
  margin-right: 1rem;
}
#gourmet .apply .item * + p, #gourmet .apply .item * + figure, #gift .apply .item * + p, #gift .apply .item * + figure {
  margin-top: 10px !important;
}
#gourmet .apply .item .btns, #gift .apply .item .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  gap: 1.5rem;
}
#gourmet .apply .item .btns p, #gift .apply .item .btns p {
  width: 100%;
  margin: 0 !important;
}
#gourmet .apply .item .btns p a, #gift .apply .item .btns p a {
  display: block;
  line-height: 1;
  border-color: #001976;
  color: #001976 !important;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
#gourmet .apply .heading, #gift .apply .heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto auto 10px;
  color: #222;
  text-align: left;
  padding: 0 0 0 1.6em;
  position: relative;
  line-height: 1.3;
  min-height: 2em;
  margin-bottom: 2rem;
}
#gourmet .apply .num, #gift .apply .num {
  position: absolute;
  left: 0em;
  display: inline-flex;
  vertical-align: baseline;
  top: -0.05em;
  margin-right: 4px;
  background: #001976;
  width: 1.6em;
  height: 1.6em;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 80%;
}
#gourmet .apply p, #gift .apply p {
  line-height: 1.5;
}
#gourmet .apply .body, #gift .apply .body {
  display: flex;
  margin-top: 1rem;
}
#gourmet .apply .body .member, #gift .apply .body .member {
  display: inline-block;
  width: 3.5em;
  padding-right: 0.7em;
  flex-grow: 0;
  flex-shrink: 0;
}
#gourmet .apply .body p, #gift .apply .body p {
  margin-top: -0.4em;
}
#gourmet .white, #gift .white {
  margin-top: 5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0 0 8rem 0;
  text-align: center;
}
#gourmet .white h3, #gift .white h3 {
  text-align: center;
  margin: auto;
}
#gourmet .white h4, #gift .white h4 {
  margin: auto;
  margin-top: 2rem;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#gourmet .white p.lead, #gift .white p.lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3rem;
}
#gourmet .white ul.list, #gift .white ul.list {
  width: 96rem;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
#gourmet .white ul.list li, #gift .white ul.list li {
  width: 25%;
  text-align: center;
}
#gourmet .white ul.list li img, #gift .white ul.list li img {
  width: 95%;
}
#gourmet .white .note, #gift .white .note {
  margin-top: 3rem;
  font-size: 1.2rem;
  color: #999;
  text-align: center;
}
#gourmet .white .howto, #gift .white .howto {
  margin: 4rem auto auto;
  text-align: center;
  background: #1A8CD6;
  width: 96rem;
  border-radius: 1rem;
  padding: 3rem;
}
#gourmet .white .howto p, #gift .white .howto p {
  margin: 0;
  font-size: 1.8rem;
  color: #fff;
}
#gourmet .white .howto a, #gift .white .howto a {
  margin-top: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 5rem;
  font-size: 2.4rem;
  border: 1px solid #1A8CD6;
  background: #fff;
  border-radius: 1rem;
  border-radius: 0.6rem;
  color: #1A8CD6;
  transition: opacity 0.3s;
}
#gourmet .white .howto a:hover, #gift .white .howto a:hover {
  opacity: 0.6;
}
#gourmet .white p.catch, #gift .white p.catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
#gourmet .white .bottomnote, #gift .white .bottomnote {
  display: inline-block;
  margin-top: 3rem;
  max-width: 80rem;
}
#gourmet .white .bottomnote li, #gift .white .bottomnote li {
  font-size: 1.4rem;
  text-align: left;
  color: #999;
  padding-left: 1em;
}
#gourmet .white .bottomnote li:before, #gift .white .bottomnote li:before {
  content: "●";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}
#gourmet .white.giftee ul.list, #gift .white.giftee ul.list {
  width: 80rem;
  margin-top: 4rem;
  gap: 3rem 0;
}
#gourmet .white.giftee ul.list li, #gift .white.giftee ul.list li {
  width: 33.3333333333%;
}
#gourmet .white.giftee ul.list li img, #gift .white.giftee ul.list li img {
  width: 80%;
}
#gourmet .white.giftee p.plus, #gift .white.giftee p.plus {
  text-align: center;
  margin-top: 5rem;
}
#gourmet .white.giftee p.plus img, #gift .white.giftee p.plus img {
  height: 3rem;
}
@media screen and (max-width: 767px) {
  #gourmet, #gift {
    padding: 8vw 5vw;
  }
  #gourmet h2, #gift h2 {
    text-align: center;
  }
  #gourmet h2 img, #gift h2 img {
    width: auto;
  }
  #gourmet .green, #gift .green {
    margin-top: 5rem;
    background: #F0EEAB;
    border-radius: 4vw;
    padding: 2rem 0;
  }
  #gourmet .green h3, #gift .green h3 {
    text-align: center;
  }
  #gourmet .green h3 img, #gift .green h3 img {
    width: 43rem;
  }
  #gourmet .apply, #gift .apply {
    display: block;
  }
  #gourmet .apply .item, #gift .apply .item {
    width: auto;
    padding: 5vw 0;
  }
  #gourmet .apply .item + .item, #gift .apply .item + .item {
    border-left: none;
    border-top: 1px solid rgba(26, 140, 214, 0.5);
  }
  #gourmet .apply .item:nth-child(1), #gift .apply .item:nth-child(1) {
    width: auto;
  }
  #gourmet .apply .item:nth-child(2), #gift .apply .item:nth-child(2) {
    width: auto;
  }
  #gourmet .apply .item:nth-child(2) img, #gift .apply .item:nth-child(2) img {
    max-width: 45vw;
  }
  #gourmet .apply .item:nth-child(3), #gift .apply .item:nth-child(3) {
    width: auto;
  }
  #gourmet .apply .item figure, #gift .apply .item figure {
    padding: 0;
    margin: 0;
  }
  #gourmet .apply .item p, #gift .apply .item p {
    margin: 0;
    font-size: 3.7333333333vw;
  }
  #gourmet .apply .item * + p, #gourmet .apply .item * + figure, #gift .apply .item * + p, #gift .apply .item * + figure {
    margin-top: 0.5em;
  }
  #gourmet .apply .item .btns, #gift .apply .item .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #gourmet .apply .item .btns p, #gift .apply .item .btns p {
    text-align: center;
  }
  #gourmet .apply .item .btns p a, #gift .apply .item .btns p a {
    margin: auto;
    width: 61.3333333333vw !important;
    font-size: 3.7333333333vw !important;
  }
  #gourmet .apply .heading, #gift .apply .heading {
    font-size: 4.8vw;
    font-weight: bold;
    margin: auto auto 2.6666666667vw;
    color: #1A8CD6;
    text-align: left;
    padding: 0 0 0 1.6em;
    position: relative;
    line-height: 1.3;
    min-height: 2em;
    margin-bottom: 2rem;
  }
  #gourmet .apply .num, #gift .apply .num {
    position: absolute;
    left: 0em;
    display: inline-flex;
    vertical-align: baseline;
    top: -0.05em;
    margin-right: 4px;
    background: #1A8CD6;
    width: 1.6em;
    height: 1.6em;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 80%;
  }
  #gourmet .white, #gift .white {
    margin-top: 10vw;
    border-radius: 4vw;
    padding: 0 5vw 5vw;
    text-align: center;
  }
  #gourmet .white h3, #gift .white h3 {
    text-align: center;
    margin: auto -5vw;
  }
  #gourmet .white h4, #gift .white h4 {
    margin: auto;
    margin-top: 2rem;
    letter-spacing: 0.1em;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
  #gourmet .white p.lead, #gift .white p.lead {
    font-size: 3.7333333333vw;
    margin-top: 3rem;
    text-align: left;
  }
  #gourmet .white ul.list, #gift .white ul.list {
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #gourmet .white ul.list li, #gift .white ul.list li {
    width: 25%;
    text-align: center;
  }
  #gourmet .white ul.list li img, #gift .white ul.list li img {
    width: 95%;
  }
  #gourmet .white .note, #gift .white .note {
    margin-top: 8vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
  #gourmet .white .howto, #gift .white .howto {
    margin: 2.6666666667vw auto auto;
    width: auto;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
  #gourmet .white .howto p, #gift .white .howto p {
    margin: 0;
    font-size: 3.2vw;
    color: #fff;
  }
  #gourmet .white .howto a, #gift .white .howto a {
    margin-top: 2.6666666667vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 61.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
  #gourmet .white .howto a:hover, #gift .white .howto a:hover {
    opacity: 0.6;
  }
  #gourmet .white p.catch, #gift .white p.catch {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
  #gourmet .white .bottomnote li, #gift .white .bottomnote li {
    font-size: 2.4vw;
  }
  #gourmet .white.giftee ul.list, #gift .white.giftee ul.list {
    width: auto;
    margin-top: 4rem;
    gap: 3rem 0;
  }
  #gourmet .white.giftee ul.list li, #gift .white.giftee ul.list li {
    width: 33.3333333333%;
  }
  #gourmet .white.giftee ul.list li img, #gift .white.giftee ul.list li img {
    width: 80%;
  }
  #gourmet .white.giftee p.plus, #gift .white.giftee p.plus {
    text-align: center;
    margin-top: 5rem;
  }
  #gourmet .white.giftee p.plus img, #gift .white.giftee p.plus img {
    height: 3rem;
  }
}

#gourmet {
  background: #fef0d6;
  padding-top: 0;
  margin-top: 7rem;
}
#gourmet h2 {
  text-align: left;
  padding: 0;
}
#gourmet h2 img {
  margin: -7rem 0 0 -4rem;
}
#gourmet .frame h3 {
  background: #40220f;
  font-size: 1.8rem;
}
#gourmet .apply {
  display: flex;
}
#gourmet .apply .item {
  width: 15%;
  padding: 0 2%;
}
#gourmet .apply .item + .item {
  border-color: rgba(64, 34, 15, 0.5);
}
#gourmet .apply .item:nth-child(2) {
  width: 13%;
}
#gourmet .apply .item:nth-child(3) {
  width: 20%;
}
#gourmet .apply .item p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: auto;
}
#gourmet .apply .item p .member {
  width: 5rem;
  float: left;
  margin-right: 1rem;
}
#gourmet .apply .item .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#gourmet .apply .item .btns p {
  width: 100%;
}
#gourmet .apply .item .btns p a {
  padding: 0.5rem 0.8rem;
  width: auto;
  display: block;
  line-height: 1;
  border-color: #40220f;
  color: #40220f !important;
  font-size: 1.4rem;
}
#gourmet .apply .num {
  background: #40220f;
}
#gourmet .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 3rem;
}
#gourmet .list li:first-child {
  padding-right: 1.5rem;
  border-right: 1px solid rgba(64, 34, 15, 0.5);
}
#gourmet .list li:last-child {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #gourmet {
    margin-top: 7rem;
  }
  #gourmet h2 {
    text-align: left;
    padding: 0;
    margin-right: -10vw;
  }
  #gourmet h2 img {
    margin: -7vw 0 0 -4rem;
  }
  #gourmet .frame h3 {
    background: #40220f;
    font-size: 2.4rem;
  }
  #gourmet .apply {
    flex-direction: column;
  }
  #gourmet .apply .item {
    width: auto;
    padding: 5vw 0;
  }
  #gourmet .apply .item:nth-child(2) {
    width: auto;
  }
  #gourmet .apply .item:nth-child(3) {
    width: auto;
  }
  #gourmet .apply .item .heading {
    font-size: 4.2666666667vw;
    color: #40220f;
  }
  #gourmet .apply .item p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #gourmet .apply .item p .member {
    width: 5rem;
    float: left;
    margin-right: 1rem;
  }
  #gourmet .apply .item .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #gourmet .apply .item .btns p {
    width: 100%;
  }
  #gourmet .apply .item .btns p a {
    padding: 0.5rem 0.8rem;
    width: auto;
    display: block;
    line-height: 1;
    border-color: #40220f;
    color: #40220f !important;
    font-size: 1.4rem;
  }
  #gourmet .apply .num {
    background: #40220f;
  }
  #gourmet .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  #gourmet .list li:first-child {
    padding-right: 0;
    border-right: none;
    margin-right: -3vw;
  }
  #gourmet .list li:first-child img {
    display: inline-block;
  }
  #gourmet .list li:last-child {
    border-top: 1px solid rgba(64, 34, 15, 0.5);
    padding-top: 5vw;
    margin-top: 5vw;
    padding-left: 0;
  }
}

.btn_regular {
  font-size: 16px;
  padding: 1.2rem 25px;
  background: #fff;
  border: 2px solid #1A8CD6;
  border-radius: 50px;
  color: #1A8CD6 !important;
  font-weight: bold;
  transition: opacity 0.3s;
}
.btn_regular::before {
  content: "";
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  top: -0.1em;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #1A8CD6;
}
.btn_regular:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn_regular {
    padding: 3.2vw 8vw;
    font-size: 3.7333333333vw;
  }
}
/*# sourceMappingURL=style.css.map */