@charset "UTF-8";

/*----------------------------------------------------
mv slider
----------------------------------------------------*/
.mv_Slider_wrap {
  position: relative;
}
.mv_Slider_wrap:before {
  position: absolute;
  left: 3%;
  bottom: calc(-3% + 20px);
  width: 15vw;
  height: 25vw;
  content: "";
  z-index: 1;
  background: url(../img/top/slide_mv/mv_hiyoko.png) center center no-repeat;
  background-size: 100%;
}
.mv_Slider_wrap .mv_cm-ico {
  position: absolute;
  right: 2.7vw;
  bottom: 2.7vw;
  width: 10.6vw;
  height: 10.6vw;
  content: "";
  z-index: 2;
}
.mv_Slider_wrap .mv_cm-ico a {
  display: block;
  cursor: pointer;
}
.mv_Slider_wrap .mv_cm-ico img {
  width: 100%;
  transition: 0.5s;
}
.mv_Slider_wrap .mv_cm-ico a img:hover {
  transform: scale(1.1, 1.1);
}

/* slider 全体 */
.mv_Slider {
  margin: 0;
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.mv_Slider.slick-initialized {
  display: block;
  opacity: 1;
  overflow-x: hidden;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mv_Slider.slick-initialized::-webkit-scrollbar {
  display: none;
}
/* slider 画像 装飾 */
.slick-slide .mv_card {
  position: relative;
}
.slick-slide .mv_card img {
  width: 100%;
}
/* indicator dot */
.mv_Slider .slick-dots {
  bottom: 0;
  z-index: 1;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_Slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #752c25;
  border-radius: 50%;
}
.mv_Slider .slick-dots li button::before {
  width: 10px;
  font-size: 0;
}
.mv_Slider .slick-dots li.slick-active {
  background-color: #ff8c00;
}
/* slide aroow */
.mv_Slider button {
}
.mv_Slider button.slide-arrow {
}
/* slide aroow left */
.mv_Slider button.prev-arrow {
}
.mv_Slider button.prev-arrow:before {
}
/* slide aroow right */
.mv_Slider button.next-arrow {
}
.mv_Slider button.next-arrow:before {
}

@media screen and (min-width: 1000px) {
  .mv_Slider.slick-initialized {
    padding-bottom: 20px;
  }
  .mv_Slider_wrap:before {
    left: 3%;
    bottom: 10px;
    width: 120px;
    height: 200px;
  }
  .mv_Slider_wrap .mv_cm-ico {
    right: 3%;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
  .mv_Slider .slick-dots {
    bottom: 0;
  }
}
/*----------------------------------------------------
top list slider
----------------------------------------------------*/
/* slider 全体 */
.top_list_Slider {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  overflow-x: scroll;
  opacity: 1;
  padding: 0 3%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transition: opacity 0.2s linear;
}
.top_list_Slider.slick-initialized {
  display: block;
  opacity: 1;
}
/* slider 画像 装飾 */
.top_list_card {
  position: relative;
  margin: 5px 2% 5px;
  max-width: 276px !important;
  width: 35%;
  background-color: #fff;
  border-radius: 12px;
}
.top_list_card.new:before {
  position: absolute;
  top: 0;
  left: -1vw;
  width: 7.2vw;
  height: 9vw;
  background: url(../img/top/ico_new.png) center center no-repeat;
  background-size: 100%;
  content: "";
}
.top_list_card a {
  display: block;
  padding: 2.7vw 4.6vw;
  background: -moz-linear-gradient(top, #fff, #fff);
  background: -webkit-linear-gradient(top, #fff, #fff);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}

@media screen and (min-width: 1000px) {
  .top_list_Slider {
    overflow-x: visible;
    display: -webkit-flex;
    opacity: 0;
    padding: 0 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
  }
  .top_list_card {
    width: 96%;
    margin: 5px 0;
  }
  .top_list_card.new:before {
    left: -5px;
    width: 55px;
    height: 65px;
  }
}

/*----------------------------------------------------
top list slider   product
----------------------------------------------------*/
.product_card a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding: 2vw 3vw;
  width: 100%;
  height: 36vw;
  background: -moz-linear-gradient(top, #fff, #fff);
  background: -webkit-linear-gradient(top, #fff, #fff);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}

.product_card a img {
  display: block;
  /*
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -moz-fit-content;
	width:fit-content;
  height:-webkit-fit-content;
  height:-ms-fit-content;
  height:-moz-fit-content;
	height:fit-content;
  */
  width: auto;
  max-width: 26vw;
  height: auto;
  max-height: 100%;
  transition: 0.5s;
}

@media screen and (min-width: 1000px) {
  .product_card a {
    padding: 30px 33px;
    height: 296px;
    border: 5px solid #fff;
  }
  .product_card a img {
    max-width: 200px;
  }
  .product_card a:hover img {
    transform: scale(1.1, 1.1);
  }
}

/*----------------------------------------------------
top list slider   recipe
----------------------------------------------------*/
.recipe_card a {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #ccc;
  z-index: 1;
  will-change: transform;
}

.recipe_card a img {
  width: 100%;
  transition: 0.5s;
}

.recipe_card.new:before {
  top: -2vw;
  /*left: 5px;*/
  z-index: 2;
}

.recipe_card h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 4vw;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 1.2;
  color: #7f1b00;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 2px 0px 1px #fff, -2px -0px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff;
}

.recipe_card.eco h3 {
  top: 5vw;
}
.recipe_card.eco h3 span {
  padding-left: 1em;
  font-size: 0.8em;
}

@media screen and (min-width: 1000px) {
  .recipe_card h3 {
    top: 20px;
    font-size: 1.25rem;
  }
  .recipe_card a {
    top: 0;
    width: 276px;
    height: 296px;
    font-size: 1.25rem;
    border: 5px solid #fff;
  }
  .recipe_card a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recipe_card a:hover img {
    max-width: 110%;
    width: 110%;
  }
  .recipe_card.new:before {
    top: -5px;
  }
  .recipe_card.eco h3 {
    top: 20px;
  }
}

/*----------------------------------------------------
top page title
----------------------------------------------------*/
.top_ttl_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4vw;
  padding: 1.4vw;
  background-color: #7f1b00;
  border-radius: 0;
}
.top_ttl {
  padding-left: 5.3vw;
  font-size: 5.3vw;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
.top_ttl_link {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  content: "";
}
.top_ttl_link a {
  position: relative;
  padding-right: 35px;
  font-size: 5px;
  color: #7f1b00;
  letter-spacing: -2.5em;
  font-weight: bold;
}
.top_ttl_link a:hover {
  text-decoration: underline;
}
.top_ttl_link a:after {
  position: absolute;
  top: -0.6vw;
  right: 3.3vw;
  bottom: 0;
  margin: auto;
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border-top: 0.8vw solid #fff;
  border-right: 0.8vw solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .top_ttl_wrap {
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 12px;
  }
  .top_ttl {
    padding-left: 0;
    font-size: 28px;
    text-align: center;
  }
  .top_ttl_link {
    right: 3%;
  }
  .top_ttl_link a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
  }
  .top_ttl_link a:after {
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

/*----------------------------------------------------
top page common wrap
----------------------------------------------------*/
.toppage_wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1000px) {
  .toppage_wrap {
    width: 1170px;
    margin-bottom: 60px;
  }
}

/*----------------------------------------------------
top page banner wrap 
----------------------------------------------------*/

.top_banner_wrap.slick-initialized {
  display: block;
  opacity: 1;
}

.top_banner_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  max-width: 100%;
  margin: 0;
  padding: 0 3%;
  overflow-x: scroll;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-box-pack: initial;
  width: 100%;
}
.top_banner_wrap li {
  position: relative;
  margin: 5px;
  /*margin: 5px auto;*/
  width: 70%;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
}
.top_banner_wrap li a {
  display: block;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
}

.top_banner_wrap li a img {
  width: 100%;
  transition: 0.5s;
  display: block;
}
.top_banner_wrap li a img:hover {
  transform: scale(1.1, 1.1);
}
/* slide aroow */
.top_banner_wrap button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.top_banner_wrap button.slide-arrow {
  position: absolute;
  top: 0;
  margin-top: 0;
}
/* slide aroow left */
.top_banner_wrap button.prev-arrow {
  left: -50px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: auto;
  background-color: #7f1b00;
}
.top_banner_wrap button.prev-arrow:before {
  position: absolute;
  content: "";
  right: 0;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
/* slide aroow right */
.top_banner_wrap button.next-arrow {
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #7f1b00;
}
.top_banner_wrap button.next-arrow:before {
  position: absolute;
  content: "";
  right: 0;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .top_banner_wrap {
    overflow: visible;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    opacity: 1;
    padding: 0 0 0 0;
  }
  .top_banner_wrap li {
    max-width: 96% !important;
    width: 96%;
  }
  .top_banner_wrap li a {
    border: 5px solid #fff;
  }
}

/*----------------------------------------------------
about_chicken_ramen
----------------------------------------------------*/
.about_chicken_ramen {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18vw 0;
  width: 100%;
  height: auto;
  background: url(../img/top/about_bgImg.png) center center no-repeat;
  background-size: cover;
}
.about_chicken_ramen_inner {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.about_chicken_ramen_ttl {
  margin: 0 auto;
  padding-left: 23vw;
  margin-bottom: 0;
  max-width: 100%;
  width: 83vw;
  text-align: center;
}
.about_chicken_ramen_ttl:before {
  position: absolute;
  top: 50%;
  right: 72%;
  transform: translate(0, -50%);
  content: "";
  width: 24vw;
  height: 30.7vw;
  background: url(../img/top/about_img001.png) center center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1000px) {
  .about_chicken_ramen {
    padding: 5% 0;
    height: 400px;
  }
  .about_chicken_ramen_ttl {
    margin-bottom: 30px;
    padding-left: 0;
    max-width: 406px;
    width: 70%;
  }
  .about_chicken_ramen_ttl:before {
    width: 232px;
    height: 291px;
  }
}

/*----------------------------------------------------
top_hiyoko_wrap
----------------------------------------------------*/
.top_hiyoko_wrap {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1vw;
  margin-bottom: -7vw;
  padding: 9vw 0 8vw;
  width: 100%;
  height: auto;
  background: url(../img/top/hiyoko_bgImg_sp.png) center center no-repeat;
  background-size: cover;
  box-shadow: 0 4px 7px rgb(0 0 0 / 30%);
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .top_hiyoko_wrap {
    display: block;
  }
}
.top_hiyoko_wrap_inner {
  position: relative;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.top_hiyoko_wrap_ttl {
  margin: 0 auto;
  margin-right: 22vw;
  margin-bottom: 7vw;
  width: 44vw;
  text-align: center;
}

.hiyoko_banner_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.top_hiyoko_wrap_inner .link_btn {
  position: absolute;
  right: 0;
  top: 2%;
}

.character_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hiyoko_img1 {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7%;
  max-width: 100px;
}
.hiyoko_img2 {
  position: absolute;
  top: 30px;
  left: 6%;
  width: 8%;
  max-width: 121px;
}
.hiyoko_img3 {
  position: absolute;
  top: 60px;
  right: 28%;
  width: 5%;
  max-width: 64px;
}
.hiyoko_img4 {
  position: absolute;
  z-index: 1;
  /*left: -17%;*/
  left: -5%;
  bottom: -15px;
  max-width: 220px;
}
.hiyoko_img5 {
  position: absolute;
  top: 400px;
  /*right: -12%;*/
  right: 0;
  width: 12%;
  max-width: 182px;
}
.hiyoko_sp {
  position: absolute;
  top: 1.5vw;
  left: 12vw;
  width: 16.2vw;
}

@media screen and (min-width: 1000px) {
  .top_hiyoko_wrap {
    margin-top: 0;
    margin-bottom: -50px;
    padding: 5% 0;
    height: 600px;
    background: url(../img/top/hiyoko_bgImg.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 7px rgb(0 0 0 / 30%);
    z-index: 1;
  }
  .top_hiyoko_wrap_ttl {
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 406px;
    width: 70%;
  }
  .hiyoko_banner_wrap {
    max-width: 566px;
    width: 100%;
  }
  .character_wrap {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top_hiyoko_wrap_inner .link_btn {
    right: 1%;
  }
}

/*----------------------------------------------------
top list slider   ひよこ
----------------------------------------------------*/
.top_hiyoko_wrap ul a {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 0 7vw 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #ccc;
  z-index: 1;
  will-change: transform;
}

.top_hiyoko_wrap ul a img {
  width: 100%;
  transition: 0.5s;
}

.top_hiyoko_wrap ul p {
  overflow: hidden;
  position: relative;
  width: 31.47vw;
  height: 32.13vw;
}

.top_hiyoko_wrap ul h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1vw;
  font-size: 3.1vw;
  font-weight: 900;
  line-height: 1.2;
  color: #7f1b00;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 2px 0px 1px #fff, -2px -0px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff;
}

@media screen and (min-width: 1000px) {
  .top_hiyoko_wrap .top_list_card {
    max-width: 261px !important;
  }
  .top_hiyoko_wrap ul {
    margin: 0 auto;
    width: 1170px;
  }
  .top_hiyoko_wrap ul a {
    top: 0;
    padding: 0 0 0 0;
    width: 261px;
    height: 303px;
    font-size: 1.25rem;
    border: 5px solid #fff;
  }
  .top_hiyoko_wrap ul a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top_hiyoko_wrap ul a:hover img {
    max-width: 110%;
    width: 110%;
  }

  .top_hiyoko_wrap ul p {
    width: 100%;
    height: 253px;
  }
  .top_hiyoko_wrap ul h3 {
    bottom: 6px;
    font-size: 1.25rem;
  }
}

/*----------------------------------------------------
common 
----------------------------------------------------*/
/* linkbtn more btn */
.link_btn {
  width: 100%;
  max-width: 234px;
  display: block;
  margin: 0 auto;
}
.link_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #7f1b00;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.link_btn a:hover {
  opacity: 0.7;
}
.link_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
