/* index Style*/

.mod-petit-section {
  border-bottom: 0;
}

/* hero-top-mainvisual
------------------------------------------------------------ */

.hero-top-mainvisual {
  padding-top: 30px;
  padding-bottom: 145px;
}
@media screen and (max-width: 640px) {
  .hero-top-mainvisual {
    padding-top: 15px;
    padding-bottom: 110px;
  }
}
.sec-mainvisual-button-list {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-button-list {
    margin-top: 20px;
  }
}
.sec-mainvisual-item {
  position: relative;
  margin-top: 62px;
  margin-bottom: 64px;
  padding: 0 calc(50% - 225px);
}
@media screen and (max-width: 1200px) {
  .sec-mainvisual-item {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-item {
    margin-top: 40px;
    margin-bottom: 31px;
  }
}
.main-image-frame {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-image-frame img {
    width: 239px;
  }
}
.side-image-frame {
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .side-image-frame {
     display: none;
  }
}
.side-image-frame:first-child {
  left: 3px;
  top: -8px;
  bottom: -47px;
  width: calc(50% - 258px - 3px);
}
.side-image-frame:last-child {
  top: -18px;
  right: -28px;
  bottom: -47px;
  width: calc(50% - 280px + 28px);
}
.side-image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin:  auto;
}
.sec-mainvisual-item .text-bold {
  margin-top: 33px;
  font-weight: 700;
  color: #222;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-item .text-bold {
    font-size: .94rem;
  }
}
.sec-mainvisual-item .text-red {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.63rem;
  color: #d42325;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-item .text-red {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .sec-mainvisual-item .text-red {
    font-size: 1.13rem;
  }
}
.sec-mainvisual-item-lineup {
  margin: 0 -11px 31px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-item-lineup {
    margin: 0 -2px 23px;
  }
}
.sec-mainvisual-item-lineup > li {
  padding: 0 11px;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-item-lineup > li {
    padding: 0 2px;
  }
}
.sec-mainvisual-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-text {
    font-size: .94rem;
  }
}
.sec-mainvisual-button {
  width: 280px;
  margin: 52px auto 0;
}
@media screen and (max-width: 640px) {
  .sec-mainvisual-button {
    width: auto;
    margin: 40px 34px 0;
  }
}
.sp-side-image-frame {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-side-image-frame {
    display: block;
    max-width: 400px;
    margin: 27px auto 0;
  }

  .sp-side-image-frame img {
    position: relative;
    left: 5px;
  }
}

/* section01
------------------------------------------------------------ */

@media screen and (max-width: 640px) {
  .sec-lineup {
    padding-bottom: 23px;
  }
}
.sec-lineup-title {
  text-align: center;
}
.sec-lineup-text {
  margin: 50px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 640px) {
  .sec-lineup-text {
    margin: 26px 0 22px;
    font-size: .93rem;
  }
}
.card-link-list {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.card-link-list > ul {
  font-size: 0;
  margin: -45px -20px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .card-link-list > ul {
    margin: -20px -8px 0;
    text-align: left;
  }
}
.card-link-list > ul > li {
  display: inline-block;
  box-sizing: border-box;
  width: 310px;
  max-width: 50%;
  margin-top: 45px;
  padding: 0 20px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .card-link-list > ul > li {
    margin-top: 20px;
    padding: 0 8px;
  }
}
.sec-lineup .card-link {
  display: block;
  padding: 25px 20px 26px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .sec-lineup .card-link {
    padding: 15px 5px 15px;
    border-radius: 6px;
  }
}
.sec-lineup .card-link.bg-red {
  background-color: #9a66ad;
}
.sec-lineup .card-link.bg-blue {
  background-color: #3a6cb0;
}
.sec-lineup .card-link.bg-yellow {
  background-color: #edb130;
}
.sec-lineup .card-link.bg-violet {
  background-color: #e05e17;
}
.sec-lineup .card-link.bg-blown {
  background-color: #985244;
}
.sec-lineup .card-link .card-link-img {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .sec-lineup .card-link .card-link-img {
    margin: 0 5px 11px;
  }
}
.sec-lineup .card-link .card-link-img > img {
  transition: transform .3s ease;
  backface-visibility: hidden;
}
.sec-lineup .card-link:hover .card-link-img > img {
  opacity: 1;
  transform: scale(1.05);
}
.sec-lineup .card-link .card-link-text {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 19px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec-lineup .card-link .card-link-text {
    font-size: 4vw;
    padding-right: 3.2vw;
  }
}
.sec-lineup .card-link .card-link-text::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: -1px;
  width: 8px;
  height: 12px;
  margin: auto 0;
  background: url(/sp/petit/shared/img/button_bg02.png) no-repeat right center / 300% auto;
  transition: transform .3s ease;
}
@media screen and (max-width: 640px) {
  .sec-lineup .card-link .card-link-text::after {
    width: 1.6vw;
    height: 100%;
  }
}
.sec-lineup .card-link:hover .card-link-text::after {
  transform: translateX(5px);
}
@media screen and (max-width: 640px) {
  .sec-lineup .card-link:hover .card-link-text::after {
    transform: translateX(3px);
  }
}

/* section02
------------------------------------------------------------ */

.sec-recommend-title {
  margin-bottom: 50px;
  text-align: center;
}
.sec-recommend .recommend-picture-text {
  margin: 50px 0 17px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sec-recommend-title {
    margin-bottom: 30px;
  }
}
.sec-recommend-body {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .sec-recommend-body {
    display: block;
  }
}
.sec-recommend .pickup {
  flex-shrink: 0;
  flex-grow: 0;
  width: 393px;
  margin: 0 0 auto 0;
}
@media screen and (max-width: 1200px) {
  .sec-recommend .pickup {
    width: 50%;
    margin-right: 0;
  }
}
.sec-recommend .new {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 28px 55px auto 0;
}
@media screen and (max-width: 1200px) {
  .sec-recommend .new {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec-recommend .new {
    width: 100%;
  }
}
.sec-recommend .renewal {
  flex-shrink: 0;
  flex-grow: 0;
  width: 320px;
  margin: 0 0 auto 0;
}
@media screen and (max-width: 1200px) {
  .sec-recommend .renewal {
    width: 50%;
    margin-right: 0;
  }
}
.sec-recommend .picture-frame {
  position: relative;
  box-sizing: border-box;
  padding: 55px 0 0 60px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .sec-recommend .picture-frame {
    width: 304px;
    padding: 44px 52px 0;
  }
}
.picture-frame-text {
  position: absolute;
  top: 0;
  left: 8px;
  width: 125px;
  height: 119px;
  background: url(/sp/petit/img/recommend_pickup_tag.png) no-repeat center center / 100%;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .picture-frame-text {
    width: 104px;
    height: 99px;
  }
}
.sec-recommend .new .picture-frame-text {
  background: url(/sp/petit/img/recommend_new_tag.png) no-repeat center center / 100%;
}
.sec-recommend .renewal .picture-frame-text {
  background: url(/sp/petit/img/recommend_renewal_tag.png) no-repeat center center / 100%;
}
.picture-frame-image {
  position: relative;
  z-index: 1;
  width: 226px;
}
@media screen and (max-width: 640px) {
  .picture-frame-image {
    width: 100%;
  }
}
.picture-frame-image.picture_small {
  width: 186px;
}
@media screen and (max-width: 640px) {
  .picture-frame-image.picture_small {
    width: 115px;
  }
}
.picture-frame-image img {
  transition: transform .3s ease;
}
.picture-frame-image a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.picture-frame-image.opt-new:after {
  position: absolute;
  content: "";
  top: -40px;
  right: -4px;
  width: 67px;
  height: 31px;
  background: url(/sp/petit/img/icon_new.png) 0 0 no-repeat;
  background-size: 67px 31px;
}
@media screen and (max-width: 640px) {
  .picture-frame-image.opt-new:after {
    top: -36px;
    right: -2px;
    width: 56px;
    height: 26px;
    background-size: 56px 26px;
  }
}
.picture-text {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .picture-text {
    font-size: .94rem;
  }
}
.recipe_list {
  margin-top: 33px;
  overflow: hidden;
}
/* @media screen and (max-width: 1200px) {
  .recipe_list {
    padding-left: 30px;
    margin-right: -2.08%;
    margin-left: -2.08%;
  }
} */
@media screen and (max-width: 640px) {
  .recipe_list {
    margin-top: 36px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.petit-slider {
  font-size: 0;
  margin: 0 -8px;
}
@media screen and (max-width: 640px) {
  .petit-slider {
    margin: 0 -10px;
  }
}
/* 追加css */
.three_colum .petit-slider_item {
  font-size: 1rem;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 1200px) {
  .three_colum .petit-slider_item {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-recommend .three_colum .slider-card-link {
  margin:18px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .sec-recommend .three_colum .slider-card-link {
    margin: 0 auto 0 auto;
  }
}
/* .sec-recommend .three_colum .picture-frame {
  min-height: 304px;
} */
@media screen and (min-width: 640px) {
  .three_colum .petit-slider_item:nth-child(n + 3) {
    margin-top: 0;
  }
}
/* /追加css */
.petit-slider_item {
  display: inline-block;
  font-size: 1rem;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 8px 22px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .petit-slider_item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.sec-recommend .slider-card-link {
  width: 250px;
  display: block;
  border-radius: 8px;
  padding: 25px 20px 26px;
  background-color: #fff;
  box-shadow: 3px 6px 16px 0px rgba(0,0,0,0.1);
  outline: 0px;
}
@media screen and (max-width: 1200px) {
  .sec-recommend .slider-card-link {
    width: 100%;
  }
}

.sec-recommend .slider-card-link .recipe_category {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.13rem;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 640px) {
  .sec-recommend .slider-card-link .recipe_category {
    font-size: 18px;
  }
}

.sec-recommend .slider-card-link .recipe_category > span {
  position: relative;
  display: inline-block;
  padding: 0 17px;
}
.sec-recommend .slider-card-link .recipe_category > span::before,
.sec-recommend .slider-card-link .recipe_category > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #222;
}
.sec-recommend .slider-card-link .recipe_category > span::before {
  left: 0;
}
.sec-recommend .slider-card-link .recipe_category > span::after {
  right: 0;
}

.recipe_image {
  margin-top: 18px;
}

.sec-recommend .slider-card-link .recipe_image_inner {
  position: relative;
  padding-top: 68.57%;
  overflow: hidden;
}
.sec-recommend .slider-card-link .recipe_image_inner img {
  position: absolute;
  top: -1000%;
  right: -1000%;
  left: -1000%;
  bottom: -1000%;
  width: auto;
  min-width: 500%;
  max-width: none;
  height: auto;
  min-height: 500%;
  max-height: none;
  margin: auto;
  transform: scale(0.2);
  transition: transform .3s ease;
  backface-visibility: hidden;
}

.sec-recommend .slider-card-link:hover {
  text-decoration: none;
}
.sec-recommend .slider-card-link:hover img {
  transform: scale(.22);
  opacity: 1;
}
.sec-recommend .slider-card-link .recipe_title {
  margin-top: 19px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}
@media screen and (max-width: 640px) {
  .sec-recommend .slider-card-link .recipe_title {
    font-size: 16px;
  }
}
.sec-recommend .slider-card-link .recipe_overview {
  margin-top: 8px;
  font-size: .88rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 640px) {
  .sec-recommend .slider-card-link .recipe_overview {
    font-size: 14px;
  }
}
.recipe_list_button-list {
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  .recipe_list_button-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
    /* Dots */
  .slick-dotted.slick-slider
  {
      margin-bottom: 55px;
  }

  .slick-dots
  {
      position: absolute;
      bottom: -15px;

      display: block;

      width: 100%;
      padding: 0;
      margin: 0;

      list-style: none;

      text-align: center;
  }
  .slick-dots li
  {
      position: relative;

      display: inline-block;

      width: 15px;
      height: 15px;
      margin: 0;
      padding: 0;

      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;

      display: block;

      width: 15px;
      height: 15px;
      padding: 5px;

      cursor: pointer;

      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;

      position: absolute;
      top: 0;
      left: 0;

      width: 13px;
      height: 13px;

      content: url(/sp/petit/lineup/img/dot_carousel_off.png);
      text-align: center;

      opacity: 1;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    content: url(/sp/petit/lineup/img/dot_carousel_on.png);
  }
}
