@charset "UTF-8";

.wrap {
  margin: 0 auto;
  width: 90%;
}

#pageHeader {
  background: url("../img/mv_sp.png") no-repeat;
  background-size: 100% auto;
  margin-bottom: 6vw;
  height: 31.2vw;
}
#pageHeader .contInner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31.2vw;
}
#pageHeader h1 {
  width: 21.33vw;
}

#product_nav {
  margin: 0 auto 5vw auto;
  width: 100%;
}
#product_nav ul {
  overflow: hidden;
  background: #ff8b00;
  border-radius: 1rem;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#product_nav li {
  display: table-cell;
  background: #fff;
  border: 3px solid #ff8b00;
  padding: 15px 0;
  font-size: 3vw;
  color: #ff8b00;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
#product_nav li:nth-child(1) {
  border-radius: 1rem 0 0 1rem;
}
#product_nav li:nth-child(2) {
  border-left: 0;
  border-right: 0;
  border-radius: 0 0 0 0;
}
#product_nav li:nth-child(3) {
  border-radius: 0 1rem 1rem 0;
}
#product_nav li.active,
#product_nav li:hover {
  background: #ff8b00;
  color: #fff;
}

.pItem {
  position: relative;
  margin-bottom: 5vw;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 1rem;
  box-shadow: 0 0 5px #ccc;
  transition: 0.5s;
  opacity: 0;
}
.pItem.active {
  opacity: 1;
}
.pItem.pt2 {
  width: 100%;
}
.pItem.fukuromen .imgArea img {
  width: 60%;
  height: auto;
  margin-bottom: 1em;
}
.pItem.donburi .imgArea img {
  max-height: 60vw;
}
.detailArea {
  margin-bottom: 30px;
  padding: 20px 20px 0 20px;
}

.new .detailArea:before {
  position: absolute;
  top: -4vw;
  left: -3vw;
  width: 11.2vw;
  height: 13vw;
  background: url(../../img/top/ico_new.png) center center no-repeat;
  background-size: 100%;
  content: "";
}

@media (min-width: 1000px) {
  .new .detailArea:before {
    left: -10px;
    top: -23px;
    width: 55px;
    height: 65px;
  }
}

.titleText {
  margin-bottom: 10px;
  font-weight: 800;
  text-align: left;
}
.titleText .mark {
  display: inline-block;
  background: #ff8c00;
  border-radius: 1rem;
  padding: 1px 1em;
  font-size: 3.2vw;
  color: #fff;
  font-weight: 800;
}
.titleText h1,
.titleText h2 {
  width: 100%;
  font-size: 5.3vw;
  color: #7f1b00;
  font-weight: 800;
}
.titleText h1 {
  margin: 10px 0;
}
.titleText h2 {
  margin: 5px 0;
  color: #7f1b00;
}
.titleText .subTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 4vw;
  color: #f18d00;
  font-weight: 700;
}
.titleText .subTitle:before {
  display: block;
  content: "";
  background: url(../img/ic_hiyoko.png) no-repeat;
  background-size: contain;
  margin: 0 2.5vw 3px 0;
  width: 12.67vw;
  height: 10vw;
}

.titleText .subTitle {
  color: #f18d00;
}

.textDetail {
  margin-bottom: 34px;
  font-size: 3.2vw;
  color: #7f1b00;
  line-height: 1.875;
  text-align: left;
  transform: rotate(0.03deg);
}

.btnArea a {
  display: block;
  border-radius: 8px;
  position: relative;
  margin: 1rem auto;
  width: 90%;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}
.btnArea a:hover {
  opacity: 0.7;
}

.btnArea a span {
  display: inline-block;
  background: url("../../img/common/ic_link.png") no-repeat right center;
  background-size: auto 4vw;
  padding: 0 7vw 0 6vw;
}
.btnArea a.productDetails {
  background: #7f1b00;
}
.btnArea a.onlinestore {
  background: #e60012;
}

.imgArea {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.pt2 .imgArea {
  margin-bottom: 3vw;
}
.pt2 .imgArea img {
  max-width: 70%;
}
/*
#zeromini .imgArea img {
  width: 60%;
  height: auto;
  margin-bottom: 1em;
}*/
#zeromini .subTitle p {
  width: calc(100% - 12.67vw);
  letter-spacing: -0.01em;
}

.clm2.tab3 #donburi-eggpocket {
  display: none !important;
}
@media (min-width: 1000px) {
  .bannerArea .slick-track {
    position: inherit;
  }

  .wrap {
    margin: 0 auto;
    width: 1184px;
  }

  #pageHeader {
    background: url("../img/mv_pc.png") no-repeat center;
    background-size: cover;
    margin-bottom: 60px;
    height: 208px;
  }
  #pageHeader .contInner {
    height: 208px;
  }
  #pageHeader h1 {
    width: 160px;
  }

  #product_nav {
    margin: 0 auto 50px auto;
    width: 670px;
  }
  #product_nav li {
    border: 6px solid #ff8b00;
    font-size: 20px;
  }

  .pItem {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 12px;
    position: relative;
    margin-bottom: 48px;
  }
  .pItem.pt2 {
    width: 567px;
  }

  .pt1 .detailArea {
    min-height: 525px;
    width: 555px;
  }
  .pt1#zero .detailArea {
    padding: 70px 0 0 40px;
  }
  .pt1#chicken5 .detailArea {
    padding: 108px 0 0 40px;
  }

  .pt2 .detailArea {
    margin-bottom: 0;
    padding: 40px 40px 40px 40px;
    width: 100%;
  }

  .titleText .mark {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .titleText h1,
  .titleText h2 {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .titleText .subTitle {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
  .titleText .subTitle:before {
    margin: 0 1rem 6px 0;
    width: 70px;
    height: 55px;
  }
  .titleText .mark {
    font-size: 0.875rem;
  }

  .textDetail {
    margin-bottom: 35px;
    font-size: 1rem;
  }

  .btnArea {
    display: flex;
    justify-content: space-between;
  }
  .btnArea a {
    border-radius: 8px;
    margin: 0 auto;
    width: 49%;
    height: 52px;
    font-size: 0.875rem;
    color: #fff;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
  }

  .btnArea a span {
    display: inline-block;
    background: url("../../img/common/ic_link.png") no-repeat right center;
    background-size: auto auto;
    padding: 0 30px 0 28px;
    text-indent: -1em;
  }

  .imgArea {
    width: auto;
  }
  .pt1 .imgArea {
    position: absolute;
    right: 0;
    top: 46px;
  }
  .pt2 .imgArea {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .pt2 .imgArea img {
    max-width: 60%;
  }
  #zero .imgArea img,
  #zeromini .imgArea img,
  #nabeshime .imgArea img {
    width: auto;
    height: 450px;
    margin-right: 100px;
  }

  #zeromini .detailArea,
  #nabeshime .detailArea {
    width: 620px;
    padding: 70px 0 0 40px;
  }
  #zeromini .subTitle p {
    width: 420px;
    letter-spacing: -0.01em;
  }
  #zeromini .btnArea {
    width: 500px;
  }

  .clm2 {
    position: relative;
  }
  .clm2 section {
    position: absolute;
  }

  .clm2 section:nth-child(1) {
    top: 0;
  }
  .clm2 section:nth-child(2) {
    top: 0;
  }

  /*clm2 全商品タブ*/
  .clm2.tab1 {
    height: 3600px;
  }
  .clm2.tab1 section:nth-child(odd) {
    left: 0;
  }
  .clm2.tab1 section:nth-child(even) {
    right: 0;
  }
  .clm2.tab1 section:nth-child(4) {
    left: 0;
    right: auto;
  }
  .clm2.tab1 section:nth-child(5) {
    left: auto;
    right: 0;
  }
  .clm2.tab1 section:nth-child(7) {
    top: 830px;
  }
  .clm2.tab1 section:nth-child(8) {
    top: 950px;
  }
  .clm2.tab1 section:nth-child(9) {
    top: 1760px;
  }
  .clm2.tab1 section:nth-child(10) {
    top: 1770px;
  }
  .clm2.tab1 section:nth-child(11) {
    top: 2540px;
  }

  /*clm2 袋麺タブ*/
  .clm2.tab2 {
    height: 2800px;
  }
  .clm2.tab2 section:nth-child(odd) {
    left: 0;
  }
  .clm2.tab2 section:nth-child(even) {
    right: 0;
  }
  .clm2.tab2 section:nth-child(3) {
    top: 920px;
  }
  .clm2.tab2 section:nth-child(4) {
    top: 900px;
  }
  .clm2.tab2 section:nth-child(5) {
    top: 1730px;
  }
  .clm2.tab2 section:nth-child(6) {
    top: 1750px;
  }
  .clm2.tab2 section:nth-child(7) {
    top: 1730px;
    left: auto;
    right: 0;
  }
  .clm2.tab2 section:nth-child(8) {
    top: 2590px;
  }
  .clm2.tab2 section:nth-child(9) {
    top: 2570px;
    right: 0;
    left: auto;
  }

  /*clm2 カップ麺*/
  .clm2.tab3 {
    height: 1800px;
  }
  .clm2.tab3 section:nth-child(odd) {
    right: 0;
  }
  .clm2.tab3 section:nth-child(even) {
    left: 0;
  }
  .clm2.tab3 section:nth-child(6) {
    top: 0;
  }
  .clm2.tab3 section:nth-child(9) {
    top: 0;
  }
  .clm2.tab3 section:nth-child(10) {
    top: 810px;
  }
  .clm2.tab3 section:nth-child(11) {
    top: 780px;
  }
}
