@charset "UTF-8";

body {
  background-color: var(--base_color);
}

main {
  padding-top: 0;
}

h2 {
  font-size: 1.7rem;
  position: relative;
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #ff3700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding: 5px 25px 8px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

h2::before,
h2::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  background-color: inherit;
  position: absolute;
  top: 15px;
  left: -55px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

h2::after {
  position: absolute;
  left: auto;
  right: -55px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
}

.nurie h2::before,
.nurie h2::after {
  display: none;
}

.top_main {
  padding-bottom: 3rem;
}
/* 電光掲示板 */
.top_lead {
  overflow: hidden;
}

.top_lead p {
  margin: 0;
  display: flex;
 
 font-size: 0.8rem;
}

.top_lead span {
  display: inline-block;
   background-color: var(--accent_color);
  color: #fff;
  padding: 7px 50px 7px 25px;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
  
  will-change: transform;
}


/* ぬりえコンテスト */
.nurie {
  margin: 0 15px;
  margin-bottom: 3rem;
}
.nurie .container {
  background: repeating-linear-gradient(rgba(255, 85, 0, 0.8) 0 10px, transparent 10px 20px), repeating-linear-gradient(90deg, rgba(255, 85, 0, 0.8) 0 10px, transparent 10px 20px),#fff;
  padding: 30px;
  margin: 0 15px;
  border-radius: 1.5rem;
  max-width: 995px;
  box-shadow: 7px 7px #891a15;
}

.nurie .waku {
  padding: 25px;
  background-color: #fff;
  border-radius: 0.5rem;
}

.nurie h2 {
  margin:0 0 1rem;
  background: url(images/nurie_tit.svg) no-repeat center / contain;
  color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.nurie p {
  text-align: center;
  margin-bottom: 1.5rem;
}
/* 応募期間 */
.nurie span.kikan {
  font-size: 1.3em;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff500 50%);
  padding: 0 5px 5px;
}

.nurie img {
  max-width: min(50vw,250px);
  margin: 0 auto 2rem;
}

.nurie .acnt_btn {
  width: fit-content;
  padding: 15px 30px;
  margin:  1rem auto 0;
  background-color: #891a15;
}

.monthly_special .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
/* 吹き出し */
.monthly_special .container {
  max-width: 730px;
}
.monthly_special .container>div {
  width: 75%;
  padding-bottom: 70px;
  position: relative;
}

.monthly_special img {
  filter: drop-shadow(5px 5px #336209);
  transition: all 0.3s;
}

.monthly_special img:hover {
  filter: drop-shadow(0 0 #336209);
  transform: translate(3px, 3px);
}

.monthly_special .container>div:first-child {
  margin-left: auto;
}

.monthly_special .container>div:first-child::before,
.monthly_special .container>div:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: -40%;
  bottom: 0;
  width: 50%;
  height: 55%;
  background: url(images/patty01.svg) no-repeat center;
}

.monthly_special .container>div:last-child::before {
  left: auto;
  right: -35%;
  bottom: 0;
  background: url(images/patty02.svg) no-repeat center;
}

/* 動画 */

.video_area {
  position: relative;
  padding: 2rem 0 4rem;
}

.video_area::before {
  content: '';
  inset: 0;
  position: absolute;
  background-color: var(--sub_base_color);
  transform: skew(0, 5deg);
  z-index: -1;
}
.video_area .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.video_area .container p {
  text-align: center;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 2px #32600a,
  0 -2px #32600a,
  2px 0 #32600a,
  -2px 0 #32600a,
  2px 2px #32600a,
  2px -2px #32600a,
  -2px 2px #32600a,
  -2px -2px #32600a;

}

.video {
  /* max-height: 450px; */
  margin:  0 auto;
  aspect-ratio: 9 / 16;
}

.video iframe {
  width: 100%;
  height: 100%;
}

/* 特価商品 */

.sale_area {
  padding-top: 2rem;
  position: relative;
}
/* 背景の人 */
.sale_area::before {
  position: absolute;
  top: 10%;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url(images/hito.svg) repeat top / 80vw;
}
.sale_area .bunkatsu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sale_area .bunkatsu>div {
  background-color: #fff;
  /* padding: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 5px solid #3e8004;
}

.sale_area .bunkatsu>div h3,
.sale_area .bunkatsu>div p,
.sale_area .bunkatsu>div a {
  text-align: center;
}

.sale_area .bunkatsu>div h3 {
  font-size: 1.2rem;
}

.sale_area .bunkatsu>div a {
  margin: 0 15px 15px 15px;
  font-size: min(3vw,1rem);
}
.to_tokuten a {
  display: block;
  margin-top: 2rem;
}

.to_tokuten a:hover {
  opacity: 0.8;
}

.to_tokuten a span {
  display: block;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  color: #891a15;
  font-size: min(6.5vw, 2rem);
  margin-bottom: 3rem;
}

.to_tokuten a small {
  color: #fff;
  background-color: var(--accent_color);
  padding: 20px 50px;
  font-size: 1rem;
  border-radius: 50vh;
}
/* アンケート */
.enquete {
  margin: 5rem 0;
  position: relative;
  
}

.enquete::before {
  content: '';
  width: 100%;
  height: 400%;
  position: absolute;
  bottom: -200%;
  background-color: var(--sub_base_color);
  transform: skew(0, 5deg);
  z-index: -1;
}

.enquete a {
  background-color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  padding: 20px 10px;
  font-size: min(5.5vw, 1.6rem);
  letter-spacing: 0.05em;
  transition: opacity 0.5s;
}

.enquete a:link,
.enquete a:visited {
  color: #891a15;
}

.enquete a:hover {
  opacity: 0.8;
}

.enquete a span {
  display: block;
  background-color: var(--accent_color);
  font-weight: 300;
  width: fit-content;
  padding: 10px 35px;
  border-radius: 50vh;
  margin: 1rem auto 0;
  font-size: 1rem;
}

.enquete a:link span,
.enquete a:visited span {
  color: #fff;
}




@media (min-width:750px) {

  h2 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
    padding: 8px 45px 11px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }

  h2::before,
h2::after {
  width: 70px;
  top: 15px;
  left: -75px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30px 50%);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

h2::after {
  position: absolute;
  left: auto;
  right: -75px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 50%, 100% 100%, 0 100%);
}
  /* ぬりえコンテスト */
  .nurie .container {
    position: relative;
  }

  .nurie .waku {
    padding-right: 32%;
  }

.nurie img {
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
max-width: min(30vw,320px);
}

.nurie .acnt_btn {
  grid-column: 2 / 3;
  height: fit-content;
  padding: 15px 70px;
}

.nurie .container:has(.acnt_btn:hover) {
  box-shadow: 0 0 #891a15;
  transform: translate(3px, 3px);
}

.nurie .acnt_btn::after {
  position: absolute;
  content: '';
  inset: 0;
  z-index: 1;
}


  /* 動画 */
.video_area .container {
  gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}

/* 特価商品 */

/* 背景の人 */
.sale_area::before {
  background: url(images/hito.svg) repeat top / 50vw;
}
.sale_area .bunkatsu {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  
}

.sale_area .bunkatsu>div {
  position: relative;
  border-width: 10px;
}

.sale_area .bunkatsu>div a::after {
  content: '';
  inset: 0;
  position: absolute;
}


.sale_area .bunkatsu>div h3 {
  font-size: 1.5rem;
}

.sale_area .bunkatsu>div a {
  margin: 0 20px 20px 20px;
}

/* アンケート */

.enquete::before {
  height: 300%;
  bottom: -100%;
}

.video_area::before,
.monthly_special::before,
.enquete::before {
  transform: skew(0, 5deg);
}



}
@media (min-width:760px) {
  /* 吹き出し */
.monthly_special .container {
  margin: 0 auto;
  
}

}
@media (min-width:992px) {

  /* 電光掲示板 */

.top_lead p {
  width: 200vw;
  font-size: 1rem;
 
}

.top_lead span {
  display: block;
  padding: 7px 5px;
  width: 100%;
}


  /* 吹き出し */
.monthly_special .container {
  display: flex;
  gap: 30px;
  
}

/* 11月の特価 */
.monthly_special .container>div:first-child {
  margin-bottom: 4rem;
}
/* 12月の特価 */
.monthly_special .container>div:last-child {
  margin-top: 4rem;
}


}

@media (min-width:1025px) {
/* ぬりえコンテスト */
.nurie .container {
  margin: 0 auto;
  transition: all 0.3s;
}

.nurie h2 {
  margin: -1rem auto 0;
  background: url(images/nurie_tit_lg.svg) no-repeat center / contain;
  width: 90%;
}
/* 応募期間 */

.nurie p {
  font-size: 1.2rem;
  line-height: 2;
}
.nurie .acnt_btn {
  margin:  2rem auto 1rem;
}

} 

@media (min-width:1350px) {
  /* ぬりえコンテスト */
  .nurie {
    margin-bottom: 4rem;
  }

  /* 吹き出し */
  .monthly_special .container {
    max-width: 900px;
    gap: 50px;
  }
}
