@charset "UTF-8";
:root {
  --header-h: 0px;
}

.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

#main_body {
  background-image: url(../images/background.webp);
}

body {
  color: #2C2C2C;
  background-color: #F5F5F0;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
}

@media screen and (max-width: 520px) {
  body {
    font-size: 1.6rem;
  }
}
p {
  line-height: 125%;
}

section {
  padding-top: 150px;
}

@media screen and (max-width: 1420px) {
  section {
    padding-top: 105px;
  }
}
@media screen and (max-width: 520px) {
  section {
    padding-top: 80px;
  }
}
h2 {
  color: #9B080A;
  font-size: 2.2rem;
}

.copy {
  font-size: 5.6rem;
  padding: 30px 0 15px;
}

@media screen and (max-width: 520px) {
  .copy {
    font-size: 3.2rem;
  }
}
.kana {
  font-size: 0.9em;
}

.wrapper {
  padding: 0 60px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 580px) {
  .wrapper {
    padding: 0 20px;
  }
}
.text_base {
  color: #F5F5F0;
}

.more_button {
  background-image: url(../images/button_back.png);
  padding: 15px 26px;
  display: inline-block;
  border-radius: 3px;
}
.more_button:hover {
  opacity: 0.8;
}

.access {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
}
.access .access_wrapper {
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access .access_wrapper .access_top {
  text-align: center;
}
.access .access_wrapper .access_top .copy {
  padding: 30px 0 80px;
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_top .copy {
    padding: 30px 0 45px;
  }
}
.access .access_wrapper .access_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.access .access_wrapper .access_contents .access_content_left {
  width: 52%;
}
.access .access_wrapper .access_contents .access_content_left img {
  width: 100%;
  border-radius: 5px;
}
.access .access_wrapper .access_contents .access_content_right {
  width: 520px;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header {
  padding: 0 10px 10px;
  border-bottom: 3px solid #9B080A;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header h3 {
  font-size: 2.3rem;
  padding-bottom: 15px;
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .contact_header h3 {
    font-size: 2rem;
  }
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .instagram:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone {
  display: flex;
  align-items: end;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone img {
  width: auto;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone .number {
  display: block;
  font-size: 4rem;
  padding-left: 15px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone:hover {
  opacity: 0.8;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone:hover img {
  transition: transform 0.3s ease;
  transform: rotate(-10deg);
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone img {
    width: 30px;
  }
  .access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone .number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper .contact_phone .number {
    font-size: 2.5rem;
  }
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper a {
  width: 35px;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .contact_header .contact_phone_wrapper a img {
  width: 100%;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .info_table {
  padding-top: 45px;
}
.access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row {
  display: flex;
  font-size: 2rem;
  padding-top: 25px;
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row {
    font-size: 1.6rem;
  }
}
.access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row dt {
  width: 30%;
  border-bottom: 2px solid #9B080A;
  padding-left: 10px;
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row dt {
    width: 25%;
  }
}
.access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row dd {
  width: 70%;
  border-bottom: 2px solid #B1B1AD;
  padding-left: 10px;
  padding-bottom: 8px;
}
@media screen and (max-width: 520px) {
  .access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row dd {
    width: 75%;
  }
}
.access .access_wrapper .access_contents .access_content_right .contact_info .info_table .info_row dd .postal_code {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 7px;
}
.access .access_wrapper .access_map {
  width: 100%;
  border: 2px solid #B1B1AD;
  border-radius: 10px;
  margin-top: 70px;
}

@media screen and (max-width: 1420px) {
  .access {
    padding-bottom: 105px;
  }
  .access .access_wrapper .access_contents {
    flex-direction: column;
    gap: 45px;
    width: 640px;
  }
  .access .access_wrapper .access_contents .access_content_left {
    width: 100%;
  }
  .access .access_wrapper .access_contents .access_content_right {
    width: 100%;
  }
  .access .access_wrapper .access_map {
    margin-top: 45px;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .access .access_wrapper .access_contents {
    width: 100%;
  }
}
.menu_drinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.menu_drinks .menu_drink {
  height: 375px;
  border-radius: 10px;
  border: 2px solid #615856;
}
.menu_drinks .menu_drink .menu_drink_title {
  height: 70px;
  font-size: 3.6rem;
  color: #F5F5F0;
  background-image: url(../images/button_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.menu_drinks .menu_drink .menu_drink_content {
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 35px 40px;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_time_limit {
  background-image: url(../images/button_back.png);
  color: #F5F5F0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 3px;
  padding: 5px 8px 8px;
  margin-bottom: 10px;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_time_limit span:nth-child(1) {
  font-size: 2.4rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_time_limit span:nth-child(2) {
  font-size: 1.6rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price {
  display: flex;
  justify-content: center;
  align-items: end;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price .yen_mark {
  font-size: 3.7rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price .price_value {
  font-size: 6rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price .menu_drink_unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price .menu_drink_unit span:nth-child(1) {
  font-size: 1.6rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_price .menu_drink_unit span:nth-child(2) {
  font-size: 2.4rem;
}
.menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .comment {
  padding-top: 10px;
}
.menu_drinks .menu_drink_1 {
  width: 825px;
}
.menu_drinks .menu_drink_1 .menu_drink_content_img {
  width: 50%;
}
.menu_drinks .menu_drink_1 .menu_drink_content_img img {
  border-radius: 8px;
}
.menu_drinks .menu_drink_2 {
  width: 570px;
}
.menu_drinks .menu_drink_2 .menu_drink_content_img {
  width: 30%;
}
.menu_drinks .menu_drink_2 .menu_drink_content_img img {
  border-radius: 8px;
}

@media screen and (max-width: 1570px) {
  .menu_drinks {
    gap: 30px;
  }
  .menu_drinks .menu_drink {
    height: auto;
  }
  .menu_drinks .menu_drink .menu_drink_title {
    font-size: 3rem;
  }
  .menu_drinks .menu_drink .menu_drink_content {
    flex-direction: column;
    height: auto;
    padding: 25px 30px;
    gap: 30px;
  }
  .menu_drinks .menu_drink .menu_drink_content .menu_drink_content_img {
    width: 325px;
    height: 190px;
  }
  .menu_drinks .menu_drink .menu_drink_content .menu_drink_content_img img {
    width: 100%;
    height: 100%;
  }
  .menu_drinks .menu_drink_1 {
    width: 365px;
  }
  .menu_drinks .menu_drink_2 {
    width: 365px;
  }
}
@media screen and (max-width: 880px) {
  .menu_drinks {
    flex-direction: column;
  }
}
@media screen and (max-width: 410px) {
  .menu_drinks .menu_drink .menu_drink_title {
    font-size: 2.4rem;
    height: 55px;
  }
  .menu_drinks .menu_drink .menu_drink_content {
    padding: 20px 15px;
    gap: 20px;
  }
  .menu_drinks .menu_drink .menu_drink_content .menu_drink_content_img {
    width: 300px;
  }
  .menu_drinks .menu_drink .menu_drink_content .menu_drink_content_text .menu_drink_time_limit {
    margin-bottom: 5px;
  }
  .menu_drinks .menu_drink_1 {
    width: 335px;
  }
  .menu_drinks .menu_drink_2 {
    width: 335px;
  }
}
.menu_card_grid {
  max-width: 1500px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 450px));
  gap: 40px;
  margin: 0 auto;
}
.menu_card_grid .menu_card {
  width: 450px;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.menu_card_grid .menu_card .menu_card_img img {
  border-radius: 8px;
}
.menu_card_grid .menu_card .menu_card_body {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
}
.menu_card_grid .menu_card .menu_card_body .menu_card_title {
  font-size: 2.4rem;
}
.menu_card_grid .menu_card .menu_card_body .menu_card_price {
  font-size: 2.4rem;
  display: none;
}
.menu_card_grid .menu_card .menu_card_description {
  font-size: 1.6rem;
}

@media screen and (max-width: 1570px) {
  .menu_card_grid {
    max-width: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .menu_card_grid .menu_card {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .menu_card_grid {
    width: 365px;
  }
}
@media screen and (max-width: 410px) {
  .menu_card_grid {
    width: 335px;
  }
}
/* header */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  /* グラデーション */
  background-image: url(../images/background.webp);
}
#header .header_left {
  display: flex;
  align-items: center;
}
#header .header_left .header_nav .header_nav_top .site_logo {
  display: none;
}
#header .header_left .header_nav .header_nav_top ul {
  display: flex;
  padding-left: 60px;
  padding-top: 5px;
}
#header .header_left .header_nav .header_nav_top ul li {
  padding-right: 30px;
}
#header .header_left .header_nav .header_nav_top ul li:hover {
  color: #9B080A;
}
#header .header_left .header_nav .header_nav_bottom {
  display: none;
}
#header .header_right {
  display: flex;
  align-items: center;
}
#header .header_right .instagram_icon:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
#header .header_right .header_contact_btn {
  height: 87px;
  width: 300px;
  margin-left: 35px;
  background-image: url(../images/button_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#header .header_right .header_contact_btn:hover {
  opacity: 0.8;
}
#header .header_right .header_contact_btn:hover .phone_icon {
  transform: rotate(-10deg);
}
#header .header_right .hamburger_btn {
  display: none;
}
#header .header_right a {
  display: flex;
  padding-top: 3px;
}
#header .header_right a .phone_icon {
  transition: transform 0.3s ease;
}
#header .header_right a .phone_text {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
#header .header_right a .phone_text > :nth-child(1) {
  font-size: 1.6rem;
}
#header .header_right a .phone_text > :nth-child(2) {
  font-size: 2.7rem;
}

@media screen and (max-width: 1110px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header .header_left {
    width: 100px;
  }
  #header .header_left .header_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 800px;
    height: 100vh;
    background-image: url(../images/chicken_contact_back.webp);
    color: #F5F5F0;
    padding: 60px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease;
    will-change: transform;
  }
  #header .header_left .header_nav.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  #header .header_left .header_nav .header_nav_top {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1110px) and (max-height: 730px) {
  #header .header_left .header_nav .header_nav_top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1110px) {
  #header .header_left .header_nav .header_nav_top .site_logo {
    display: block;
    width: 200px;
    margin-bottom: 40px;
  }
  #header .header_left .header_nav .header_nav_top ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1110px) and (max-height: 730px) {
  #header .header_left .header_nav .header_nav_top ul li {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1110px) {
  #header .header_left .header_nav .header_nav_top ul li {
    padding-right: 0;
    padding-top: 50px;
  }
  #header .header_left .header_nav .header_nav_bottom {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-top: 1px dashed #F5F5F0;
    width: 100%;
    padding: 50px;
    height: 30%;
  }
  #header .header_left .header_nav .header_nav_bottom .instagram_icon {
    width: 35px;
  }
  #header .header_left .header_nav .header_nav_bottom .more_button {
    background-color: #F5F5F0;
    background-image: none;
    color: #9B080A;
  }
  #header .header_right .instagram_icon {
    width: 40px;
  }
  #header .header_right .header_contact_btn {
    display: none;
  }
  #header .header_right .hamburger_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: url(../images/button_back.png);
    margin-left: 25px;
    border: 2px solid #F5F5F0;
    position: relative;
    z-index: 10;
  }
  #header .header_right .hamburger_btn span {
    display: block;
    gap: 6px;
    width: 30px;
    height: 3px;
    background-color: #F5F5F0;
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  #header .header_right .hamburger_btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #header .header_right .hamburger_btn.active span:nth-child(2) {
    opacity: 0;
  }
  #header .header_right .hamburger_btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  #header {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 800px) {
  #header .header_left {
    width: 90px;
  }
  #header .header_left .header_nav {
    width: 100vw;
    padding: 20px;
  }
}
@media screen and (max-width: 580px) {
  #header {
    padding: 15px 20px;
  }
  #header .header_left {
    width: 80px;
  }
  #header .header_left .header_nav {
    width: 100%;
  }
  #header .header_left .header_nav .header_nav_top .site_logo {
    width: 150px;
  }
  #header .header_left .header_nav .header_nav_bottom .instagram_icon {
    width: 30px;
  }
  #header .header_right .instagram_icon {
    width: 30px;
  }
  #header .header_right .hamburger_btn {
    width: 50px;
    height: 50px;
    gap: 5px;
    margin-left: 15px;
  }
  #header .header_right .hamburger_btn span {
    display: block;
    gap: 5px;
    width: 25px;
    height: 2px;
    background-color: #F5F5F0;
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  #header .header_right .hamburger_btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #header .header_right .hamburger_btn.active span:nth-child(2) {
    opacity: 0;
  }
  #header .header_right .hamburger_btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.mv {
  width: 100%;
  min-height: calc(100dvh - var(--header-h));
  position: relative;
  margin-top: var(--header-h); /* これでヘッダーの直下に配置 */
  overflow: hidden;
}
.mv .mv_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.5s ease-in-out;
  padding-bottom: 20px;
}
.mv .mv_back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.mv .mv_back.active {
  opacity: 1;
  z-index: 2;
}
.mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.about .about_contents .about_left {
  width: 35%;
}
.about .about_contents .about_left .about_content p {
  padding-bottom: 10px;
}
.about .about_contents .about_right {
  width: 40%;
}
.about .about_contents .about_right img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1675px) {
  .about .about_contents .about_left {
    width: 50%;
  }
  .about .about_contents .about_right {
    width: 50%;
  }
}
@media screen and (max-width: 1060px) {
  .about .about_contents {
    width: 100%;
    flex-direction: column;
  }
  .about .about_contents .about_left {
    width: 100%;
  }
  .about .about_contents .about_right {
    width: 100%;
  }
}
.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 150px;
}
.menu .menu_contents .menu_drinks {
  padding: 30px 0 50px;
}
.menu .more_button {
  color: #F5F5F0;
  margin-top: 80px;
}

@media screen and (max-width: 520px) {
  .menu {
    padding-bottom: 80px;
  }
  .menu .more_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 410px) {
  .menu .menu_contents .menu_drinks {
    padding: 30px 0 40px;
  }
}
.chicken {
  height: 841px;
  margin: 0 calc(50% - 50vw);
  background-color: #210D0D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F5F5F0;
  overflow: hidden;
  position: relative;
}
.chicken::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/smoke.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
.chicken .chicken_left {
  width: 60%;
  height: 841px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.chicken .chicken_left img {
  position: absolute;
  right: 0;
  width: 1429px;
  height: auto;
  max-width: none;
  display: block;
}
.chicken .chicken_right {
  width: 40%;
  padding-left: 45px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.chicken .chicken_right .chicken_right_contents {
  display: inline-block;
  text-align: right;
}
.chicken .chicken_right .chicken_right_contents h2 {
  color: #F5F5F0;
}
.chicken .chicken_right .chicken_right_contents .more_button {
  margin-top: 60px;
}

@media screen and (max-width: 1625px) {
  .chicken .chicken_right {
    width: 50%;
  }
}
@media screen and (max-width: 1420px) {
  .chicken {
    height: auto;
    flex-direction: column-reverse;
  }
  .chicken::before {
    top: -20%;
  }
  .chicken .chicken_left {
    width: 100%;
    height: auto;
  }
  .chicken .chicken_left img {
    position: static;
    width: 100%;
  }
  .chicken .chicken_right {
    width: 840px;
    padding-left: 70px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .chicken .chicken_right .chicken_right_contents {
    text-align: left;
  }
}
@media screen and (max-width: 840px) {
  .chicken .chicken_right {
    width: 100%;
    padding-left: 70px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .chicken .chicken_right .chicken_right_contents {
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  .chicken .chicken_right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .chicken .chicken_right .chicken_right_contents {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .chicken .chicken_right .chicken_right_contents .more_button {
    margin-top: 40px;
  }
}
section.chicken {
  padding-top: 0;
}

footer {
  margin: 0 calc(50% - 50vw);
  background-color: #210D0D;
  color: #F5F5F0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/smoke.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer_wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 120px 0 85px;
  border-bottom: 2px solid #615856;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer_wrapper .footer_icon {
  width: 270px;
}
footer .footer_wrapper .footer_icon img {
  width: 100%;
}
footer .footer_wrapper .footer_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 50px 0 60px;
}
footer .footer_wrapper .footer_nav ul li:hover {
  color: #C92C2D;
}
footer .footer_wrapper .instagram_icon:hover {
  transform: scale(1.2);
  opacity: 0.8;
}
footer .copyright {
  padding: 25px 0;
  font-size: 1.2rem;
  opacity: 0.75;
}
footer .copyright .copyright_mark {
  font-size: 2.2rem;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  footer .footer_wrapper .footer_icon {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrapper .footer_icon {
    width: 140px;
  }
}
.pv {
  width: 100%;
  aspect-ratio: 4/1;
  position: relative;
  overflow: hidden;
  margin-top: var(--header-h);
}
.pv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9.6rem;
  color: #F5F5F0;
}
.pv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1700px) {
  .pv h1 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .pv h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 900px) {
  .pv h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 750px) {
  .pv h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .pv h1 {
    font-size: 2.4rem;
  }
}
.plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.plan .plan_copy_content {
  text-align: center;
  padding-bottom: 50px;
}
.plan .plan_copy_content p {
  padding-bottom: 10px;
}

@media screen and (max-width: 520px) {
  .plan {
    padding-top: 60px;
  }
}
.dish {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 150px;
}
.dish .dish_copy_content {
  text-align: center;
}
.dish .dish_contents {
  width: 100%;
}
.dish .dish_contents .menu_category_block {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dish .dish_contents .menu_category_buttons {
  padding: 80px 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.dish .dish_contents .menu_category_buttons button.active {
  background-image: url(../images/button_back.png);
  color: #F5F5F0;
  border: none;
}
.dish .dish_contents .menu_category_buttons button:not(.active):hover {
  opacity: 0.5;
}
.dish .dish_contents .menu_category_buttons button {
  border-radius: 5px;
  color: #9B080A;
  border: 1px solid #9B080A;
  font-size: 2.4rem;
  padding: 7px 30px;
  background-color: transparent;
}
.dish .dish_contents .menu_category_buttons button:hover {
  cursor: pointer;
}
.dish .dish_contents .menu_text_wrapper {
  border: 2px solid #9B080A;
  border-radius: 10px;
  background-color: #E9E9E4;
  padding: 70px 30px;
  max-width: 1500px;
  margin: 60px auto 0;
}
.dish .dish_contents .menu_text_wrapper .menu_subtitle {
  text-align: center;
  font-size: 3.6rem;
  padding-bottom: 45px;
  padding-top: 15px;
}
.dish .dish_contents .menu_text_wrapper .menu_note {
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 45px;
  padding-top: 15px;
}
.dish .dish_contents .menu_text_wrapper .menu_text_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
}
.dish .dish_contents .menu_text_wrapper .menu_text_grid .menu_text_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #A0A09D;
  font-size: 2.1rem;
  padding: 0 13px 6px;
  text-align: left;
}

@media screen and (max-width: 1420px) {
  .dish {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 520px) {
  .dish {
    padding-bottom: 80px;
  }
  .dish .dish_contents {
    width: 100%;
  }
  .dish .dish_contents .menu_category_buttons {
    gap: 20px;
  }
}
.illist {
  margin: 0 calc(50% - 50vw);
  height: 445px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .illist {
    height: auto;
  }
}
#chicken_page {
  background-color: #210D0D;
  color: #F5F5F0;
  overflow-x: hidden;
}
#chicken_page #header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  background: none;
}
#chicken_page #header .header_left .header_nav .header_nav_top ul {
  display: none;
}
@media screen and (max-width: 1110px) {
  #chicken_page #header .header_left .header_nav .header_nav_top ul {
    display: flex;
  }
}
#chicken_page .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
#chicken_page .overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#chicken_page .chicken_header {
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: 2;
}
#chicken_page .site_logo {
  width: 120px;
}
#chicken_page .chicken_mv {
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  border-bottom: 10px solid #9B080A;
  display: flex;
}
#chicken_page .chicken_mv::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/smoke.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
#chicken_page .chicken_mv .chicken_mv_left {
  width: 80%;
  height: 100%;
}
#chicken_page .chicken_mv .chicken_mv_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
#chicken_page .chicken_mv .chicken_mv_right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 9.5rem;
  padding-right: 80px;
  padding-bottom: 110px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #chicken_page .chicken_mv {
    flex-direction: column-reverse;
    padding-top: 147px;
    gap: 50px;
  }
  #chicken_page .chicken_mv::before {
    z-index: 1;
    top: 0;
  }
  #chicken_page .chicken_mv .chicken_mv_left {
    width: 100%;
    height: 70%;
  }
  #chicken_page .chicken_mv .chicken_mv_left img {
    -o-object-position: top right;
       object-position: top right;
  }
  #chicken_page .chicken_mv .chicken_mv_right {
    height: 30%;
    position: static;
    font-size: 7rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #chicken_page #header {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 780px) {
  #chicken_page .chicken_mv .chicken_mv_right {
    font-size: 6rem;
  }
}
@media screen and (max-width: 580px) {
  #chicken_page #header {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 520px) {
  #chicken_page .chicken_mv .chicken_mv_right {
    font-size: 5rem;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #chicken_page .chicken_mv .chicken_mv_right h1 {
    font-size: 4rem;
    padding-bottom: 10px;
  }
}
#chicken_page .chicken_about {
  text-align: center;
  position: relative;
}
#chicken_page .chicken_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(../images/smoke.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  margin: 0 calc(50% - 50vw);
}
#chicken_page .chicken_about .chicken_about_copy {
  padding-bottom: 60px;
  color: #F5F5F0;
  overflow: hidden;
}
#chicken_page .chicken_about .chicken_about_copy::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 740px;
  height: 740px;
  background-image: url(../images/chicken_about_back1.webp);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#chicken_page .chicken_about .chicken_about_copy::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 740px;
  height: 740px;
  background-image: url(../images/chicken_about_back2.webp);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#chicken_page .chicken_about .chicken_about_copy p:nth-child(1) {
  font-size: 6rem;
}
#chicken_page .chicken_about .chicken_about_copy p:nth-child(2) {
  font-size: 12.2rem;
}
#chicken_page .chicken_about .chicken_about_copy .chicken_kana {
  font-size: 10rem;
}
#chicken_page .chicken_about .chicken_about_text p {
  padding-bottom: 30px;
}
#chicken_page .chicken_about .chicken_about_text p:nth-last-child(1) {
  font-size: 2.8rem;
  padding-top: 20px;
  padding-bottom: 100px;
}
#chicken_page .chicken_about .chicken_illust {
  margin: 0 calc(50% - 50vw);
}
#chicken_page .chicken_about .chicken_product.active {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}
#chicken_page .chicken_about .chicken_product {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 1280px;
  z-index: 1000;
  background-image: url(../images/chicken_product_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #2C2C2C;
  padding: 100px 178px;
  border-top: 4px solid #9B080A;
  border-radius: 3px;
}
#chicken_page .chicken_about .chicken_product .chicken_product_active_wrapper {
  width: 100%;
}
@media screen and (max-height: 800px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_active_wrapper {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1100px) {
  #chicken_page .chicken_about .chicken_product {
    width: calc(100% - 80px);
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 850px) {
  #chicken_page .chicken_about .chicken_product {
    padding: 65px 100px;
  }
}
@media screen and (max-width: 650px) {
  #chicken_page .chicken_about .chicken_product {
    padding: 60px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 60px);
  }
}
@media screen and (max-height: 800px) {
  #chicken_page .chicken_about .chicken_product {
    width: 100%;
    height: 100%;
  }
}
#chicken_page .chicken_about .chicken_product h3 {
  color: #9B080A;
}
#chicken_page .chicken_about .chicken_product .copy {
  padding: 10px 0 60px;
}
@media screen and (max-width: 850px) {
  #chicken_page .chicken_about .chicken_product .copy {
    padding: 10px 0 50px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper {
  overflow: hidden;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none {
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 70px;
  top: 70px;
  background-color: #9B080A;
  border-radius: 3px;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  transform-origin: center;
  background-color: #F5F5F0;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 850px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none {
    width: 60px;
    height: 60px;
    right: 50px;
    top: 50px;
  }
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none span {
    height: 3px;
  }
}
@media screen and (max-width: 650px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none {
    width: 35px;
    height: 35px;
    right: 20px;
    top: 20px;
  }
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_none span {
    height: 2px;
    width: 25px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next,
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
  width: 42px;
  height: 58px;
  position: absolute;
  right: 70px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #9B080A;
  border-radius: 3px;
  z-index: 998;
}
@media screen and (max-width: 850px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next,
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
    right: 50px;
  }
}
@media screen and (max-width: 650px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next,
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next,
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
    width: 30px;
    height: 40px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next span,
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev span {
  display: block;
  background-color: #9B080A;
  width: 18px;
  height: 35px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 520px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next span,
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev span {
    width: 15px;
    height: 25px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
  transform: scale(-1, 1);
  left: 70px;
}
@media screen and (max-width: 850px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
    left: 50px;
  }
}
@media screen and (max-width: 650px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev {
    left: 20px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next.disabled,
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev.disabled {
  background-color: #ccc;
  cursor: default;
  pointer-events: none;
  border: 1px solid #ccc;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_next.disabled span,
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_prev.disabled span {
  background-color: #fff;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider {
  display: flex;
  transition: transform 0.5s ease;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_left img {
  width: auto;
}
@media screen and (max-width: 750px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_left {
    width: 250px;
  }
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_left img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_left {
    width: 180px;
  }
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right {
  text-align: left;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_name {
  padding-bottom: 20px;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_name p:nth-child(2) {
  font-size: 3.7rem;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_price {
  padding: 15px 0 20px;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_price span:nth-child(2) {
  font-size: 2.8rem;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_price span:nth-child(3) {
  font-size: 1.6rem;
}
#chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_attention {
  font-size: 1.6rem;
  opacity: 0.6;
}
@media screen and (max-width: 1100px) {
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex {
    flex-direction: column;
  }
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right {
    text-align: center;
  }
  #chicken_page .chicken_about .chicken_product .chicken_product_wrapper .chicken_product_slider .chicken_product_flex .chicken_product_right .chicken_product_attention {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  #chicken_page .chicken_about .chicken_about_copy::before {
    display: none;
  }
  #chicken_page .chicken_about .chicken_about_copy::after {
    display: none;
  }
  #chicken_page .chicken_about .chicken_illust {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(1) {
    font-size: 4rem;
  }
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(2) {
    font-size: 8rem;
  }
  #chicken_page .chicken_about .chicken_about_copy .chicken_kana {
    font-size: 6rem;
  }
  #chicken_page .chicken_about .chicken_illust {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(1) {
    font-size: 3rem;
  }
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(2) {
    font-size: 5rem;
  }
  #chicken_page .chicken_about .chicken_about_copy .chicken_kana {
    font-size: 4rem;
  }
  #chicken_page .chicken_about .chicken_about_text p {
    padding-bottom: 30px;
  }
  #chicken_page .chicken_about .chicken_about_text p:nth-last-child(1) {
    font-size: 2.8rem;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 380px) {
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(1) {
    font-size: 3rem;
  }
  #chicken_page .chicken_about .chicken_about_copy p:nth-child(2) {
    font-size: 4.5rem;
  }
  #chicken_page .chicken_about .chicken_about_copy .chicken_kana {
    font-size: 3.8rem;
  }
}
#chicken_page .chicken_contact {
  margin: 0 calc(50% - 50vw);
  background-image: url(../images/chicken_contact_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 135px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#chicken_page .chicken_contact .chicken_contact_wrapper h2 {
  color: #F5F5F0;
}
#chicken_page .chicken_contact .chicken_contact_wrapper .chicken_contact_content {
  text-align: center;
  padding-bottom: 100px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form {
  background-color: #F5F5F0;
  color: #2C2C2C;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
  max-width: 900px;
  padding: 150px 60px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/drop_down_menu.svg") no-repeat right 20px center;
  padding: 10px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper #zip {
  font-size: 2rem;
  padding: 6px 20px;
  width: 170px;
  margin-bottom: 10px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper #addr {
  margin-bottom: 60px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper label {
  display: block;
  font-size: 2.4rem;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper label .required {
  display: inline-block;
  text-align: center;
  line-height: 23px;
  background-color: #9B080A;
  color: #F5F5F0;
  width: 50px;
  height: 23px;
  border-radius: 2px;
  font-size: 1.6rem;
  margin-left: 20px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper input, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper textarea, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper select,
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_form_flex_item .subtotal span,
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .total span {
  display: block;
  width: 100%;
  background-color: none;
  margin: 15px 0 35px;
  font-size: 2rem;
  padding: 20px 30px;
  border-radius: 5px;
  border: 2px solid #A49E9B;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper textarea {
  height: 400px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 900px;
  margin-bottom: 60px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select h3 {
  background-color: #9B080A;
  color: #F5F5F0;
  padding: 8px 60px;
  font-size: 2.4rem;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper {
  padding: 50px 60px 50px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .item_title {
  font-size: 2.8rem;
  padding-bottom: 20px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .item_title span {
  font-size: 2rem;
  padding-left: 10px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex_item {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 10px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex_item input {
  height: 64px;
  padding: 0 30px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex_item .number_of_orders select {
  height: 64px;
  padding: 0 30px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex_item .subtotal {
  width: 100%;
  max-width: 600px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex_item .subtotal label {
  height: 27px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .note {
  text-align: center;
  padding: 55px 0 40px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .note p:nth-child(1) {
  padding-bottom: 15px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .button_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .button_wrapper .submit_button {
  width: 250px;
  background-image: url(../images/button_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #F5F5F0;
  font-size: 3.6rem;
  padding: 12px 45px;
  border: none;
  border-radius: 3px;
}
#chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .button_wrapper .submit_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1420px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    padding: 90px 30px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper {
    padding: 50px 30px 5px;
  }
}
@media screen and (max-width: 1020px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 700px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 700px;
  }
}
@media screen and (max-width: 770px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 600px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 600px;
  }
}
@media screen and (max-width: 650px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 560px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 560px;
  }
}
@media screen and (max-width: 600px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 530px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 530px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .button_wrapper .submit_button {
    font-size: 2rem;
    width: 150px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 570px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 480px;
    padding: 68px 18px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper input, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper textarea, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper select, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_form_flex_item, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .subtotal span, #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .total span {
    padding: 15px 20px;
    font-size: 16px;
    margin: 15px 0 25px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 480px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper {
    padding: 50px 18px 5px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .item_title {
    padding-bottom: 0;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item {
    padding: 0;
  }
}
@media screen and (max-width: 520px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 400px;
    padding: 68px 18px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 400px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders {
    width: 80%;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders span input {
    padding: 0 18px;
  }
}
@media screen and (max-width: 430px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 370px;
    padding: 68px 18px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 370px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders {
    width: 100%;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders span input {
    padding: 0 18px;
  }
}
@media screen and (max-width: 400px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 350px;
    padding: 68px 18px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper label .required {
    margin-left: 5px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 350px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item {
    gap: 20px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders {
    width: 100%;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select .chicken_item_select_wrapper .form_item .chicken_form_flex .chicken_form_flex_item .number_of_orders span input {
    padding: 0 18px;
  }
}
@media screen and (max-width: 370px) {
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper {
    max-width: 330px;
    padding: 68px 18px;
  }
  #chicken_page .chicken_contact .chicken_contact_wrapper form .form_wrapper .chicken_item_select {
    max-width: 330px;
  }
}
#chicken_page .chicken_contact .chicken_contact_wrapper input::-moz-placeholder, #chicken_page .chicken_contact .chicken_contact_wrapper textarea::-moz-placeholder {
  opacity: 0.4;
  color: #2C2C2C;
}
#chicken_page .chicken_contact .chicken_contact_wrapper input::placeholder,
#chicken_page .chicken_contact .chicken_contact_wrapper textarea::placeholder {
  opacity: 0.4;
  color: #2C2C2C;
}/*# sourceMappingURL=style.css.map */