@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
  background: #ffe98a;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

a, button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  border: none;
}

header {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
  background: #e7421c;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
header .container {
  width: 100%;
  height: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  header .container {
    height: 53px;
  }
}
header .container .pcnav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .container .pcnav_area .logo {
  width: 240px;
  padding: 17px 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  header .container .pcnav_area .logo {
    display: block;
    width: 140px;
  }
}
header .container .pcnav_area .logo h1 {
  font-size: 100%;
  line-height: 1;
}
header .container .pcnav_area .logo h1 a {
  display: block;
}
header .container .pcnav_area .logo h1 a img {
  width: 100%;
  height: auto;
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 990px) {
  .sp_only {
    display: block;
  }
}

section {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  display: block;
}

/*----------------------- チキンスパイスカレー -----------------------------*/
#keralachicken .keralachicken_content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#keralachicken .keralachicken_content .keralachicken_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: url("../images/movie_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#keralachicken .keralachicken_content .keralachicken_movie .movie {
  width: 70%;
  margin: 3.5% 0;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 750px) {
  #keralachicken .keralachicken_content .keralachicken_movie .movie {
    width: 90%;
    margin: 10% 0;
  }
}
@media only screen and (max-width: 750px) {
  #keralachicken .keralachicken_content .keralachicken_movie {
    background: url("../images/movie_sp.png");
    background-size: cover;
    min-height: 310px;
  }
}
#keralachicken .keralachicken_content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/btnarea_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  #keralachicken .keralachicken_content .btn-area {
    height: 188px;
    gap: 12px 0;
    background: url("../images/btnarea_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#keralachicken .keralachicken_content .btn-area .btn {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 16px 6px 12px 6px;
  max-width: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.11rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media only screen and (max-width: 750px) {
  #keralachicken .keralachicken_content .btn-area .btn {
    padding: 10px 6px 8px 6px;
    max-width: 90%;
    font-size: 16px;
    line-height: 1.5rem;
  }
}
#keralachicken .keralachicken_content .btn-area .btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
#keralachicken .keralachicken_content .btn-area .btn-detail {
  color: #fff;
  background-color: #00a193;
}
#keralachicken .keralachicken_content .btn-area .btn-detail:hover {
  background-color: #fff;
  color: #00a193;
}
#keralachicken .keralachicken_content .btn-area .btn-detail:hover.btn:before {
  border-color: transparent transparent transparent #00a193;
}
#keralachicken .keralachicken_content .btn-area .btn-order {
  color: #FFFFFF;
  background-color: #eb5e0f;
}
#keralachicken .keralachicken_content .btn-area .btn-order:hover {
  background-color: #fff;
  color: #eb5e0f;
}
#keralachicken .keralachicken_content .btn-area .btn-order:hover.btn:before {
  border-color: transparent transparent transparent #eb5e0f;
}
#keralachicken .keralachicken_content .btn-area {
  /*.btn-order*/
}
#keralachicken .keralachicken_content {
  /*.btn-area*/
}
#keralachicken {
  /*.chicken_content*/
} /*#chicken*/
/*----------------------- footer -----------------------------*/
footer {
  margin-top: auto;
  text-align: center;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background: #e7421c;
  color: #fff;
  height: 150px;
}
@media only screen and (max-width: 750px) {
  footer {
    font-size: 10px;
    height: 80px;
    display: block;
    text-align: left;
    padding-top: 25px;
    padding-left: 10px;
  }
}
footer a {
  color: #fff;
  display: inline-block;
  position: relative;
}

#page-top {
  position: fixed;
  bottom: 24px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

#page-top a {
  width: 100px;
  height: 100px;
  background: url(../images/top.png) no-repeat center center;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.js-effect {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 20px) scale(1);
          transform: translate(0, 20px) scale(1);
  opacity: 0;
  will-change: transform;
}
.js-effect.is-show {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  opacity: 1;
}