@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

body {
  background: #000;
}

div.slick-slider ul.slick-dots button {
  display: none !important;
}

section.kv .slider-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.kv .slider-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap div.slider1 {
    margin-bottom: 13.3333333333vw;
  }
}
section.kv .slider-wrap div.slider1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap div.thumbnail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap ul.slick-dots {
    display: table;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, 50%);
    bottom: -6vw;
  }
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap ul.slick-dots li {
    border-radius: 100px;
    background-color: #d0d0d0;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  section.kv .slider-wrap ul.slick-dots li.slick-active {
    background-color: #ea8755;
  }
}
section.kv .slick-dots li button:before {
  display: none;
}

@media screen and (max-width: 767px) {
  div.thumbnail1 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.thumbnail1 div.slick-track {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
}
div.thumbnail1 div.slick-slide {
  border: 2px solid #828080;
  width: 178px !important;
}
div.thumbnail1 div.slick-slide + div.slick-slide {
  margin-left: 20px;
}
div.thumbnail1 div.slick-slide img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.read {
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.read {
    margin: 5.3333333333vw 0 0;
  }
}
section.read div.title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.read div.title {
    display: table;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(50px);
  }
}
section.read div.title h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.read div.title h2 picture img {
    width: 66.4vw;
  }
}
section.read div.title p {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  section.read div.title p {
    margin-top: 25px;
    margin-left: auto;
    font-size: 18px;
    transform: translateX(80px);
  }
}
@media screen and (max-width: 767px) {
  section.read div.title p {
    width: 92vw;
    margin: 5.3333333333vw auto 0;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.read div.image {
    margin-top: -460px;
  }
}
@media screen and (max-width: 767px) {
  section.read div.image {
    margin-top: -30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.read div.image picture img {
    width: 100%;
    height: 1150px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  section.read div.image picture img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  section.premium {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.premium {
    margin-top: 10.6666666667vw;
  }
}
section.premium h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.premium h2 picture img {
    width: 64.1333333333vw;
  }
}
section.premium ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.premium ul {
    justify-content: center;
    gap: 0 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul {
    flex-direction: column;
    margin-top: 8vw;
    gap: 5.3333333333vw 0;
  }
}
section.premium ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.premium ul li {
    text-align: center;
    max-width: 320px;
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li {
    padding: 8vw 0;
  }
}
section.premium ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.premium ul li:before {
    left: 0;
    width: 100%;
    height: 10px;
    background: url(/common/img/ramen/nowater/index/line1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li:before {
    width: 89.3333333333vw;
    height: 1.6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/common/img/ramen/nowater/index/sp/line1.png) 0 0/100% no-repeat;
  }
}
section.premium ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.premium ul li:after {
    left: 0;
    width: 100%;
    height: 10px;
    background: url(/common/img/ramen/nowater/index/line2.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li:after {
    width: 89.3333333333vw;
    height: 1.6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/common/img/ramen/nowater/index/sp/line2.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li:nth-of-type(1) h3 picture img {
    width: 65.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li:nth-of-type(2) h3 picture img {
    width: 55.2vw;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li:nth-of-type(3) h3 picture img {
    width: 72.6666666667vw;
  }
}
section.premium ul li h3 picture {
  display: flex;
  justify-content: center;
}
section.premium ul li p {
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.premium ul li p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.premium ul li p {
    width: 92vw;
    letter-spacing: -0.02em;
    margin: 4vw auto 0;
    font-size: 3.4666666667vw;
  }
}
section.premium div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.premium div.image {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  section.premium div.image picture img {
    width: 97.8666666667vw;
    margin-top: -10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  section.lineup {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup {
    margin-top: 13.3333333333vw;
  }
}
section.lineup h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.lineup h2 picture img {
    width: 45.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont {
    max-width: 1060px;
    width: 100%;
    margin: 70px auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section + section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section + section {
    margin-top: 13.3333333333vw;
  }
}
section.lineup div.cont section:nth-of-type(even) div.head {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section:nth-of-type(even) div.head picture.img1 {
    position: absolute;
    top: -340px;
    left: -160px;
    right: auto;
    width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section:nth-of-type(even) div.head picture.img1 img {
    width: 921px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section:nth-of-type(even) div.head picture.img1 {
    margin-top: -24vw;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section:nth-of-type(even) div.foot {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section:nth-of-type(even) div.foot div.set div.texts {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.head {
    max-width: 480px;
  }
}
section.lineup div.cont section div.head h3 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head h3 {
    text-align: center;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head h3 picture img {
    width: 73.4666666667vw;
  }
}
section.lineup div.cont section div.head picture.img1 {
  display: block;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.head picture.img1 {
    position: absolute;
    top: -400px;
    right: -140px;
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head picture.img1 {
    margin-top: -37.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.head picture.img1 img {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head picture.img1 img {
    width: 100vw;
  }
}
section.lineup div.cont section div.head picture.img2 {
  display: block;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.head picture.img2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head picture.img2 {
    text-align: center;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head picture.img2 img {
    width: 89.3333333333vw;
  }
}
section.lineup div.cont section div.head p {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.head p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.head p {
    width: 92vw;
    margin: -12vw auto 0;
    font-size: 3.7333333333vw;
  }
}
section.lineup div.cont section div.foot {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot {
    display: flex;
    gap: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot div.set {
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot picture.img1 img {
    min-width: 206px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot picture.img1 img {
    display: table;
    width: 44.9333333333vw;
    margin: 4vw auto 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot picture.img2 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot picture.img2 {
    display: table;
    margin: 3.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot picture.img2 img {
    min-width: 193px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot picture.img2 img {
    width: 46.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot h4 {
    text-align: center;
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot h4 picture img {
    width: 89.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot div.texts {
    display: flex;
    gap: 0 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot div.texts {
    display: flex;
    flex-direction: column-reverse;
  }
}
section.lineup div.cont section div.foot div.texts p {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.foot div.texts p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.foot div.texts p {
    width: 92vw;
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
  }
}
section.lineup div.cont section div.btns {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.lineup div.cont section div.btns {
    margin-top: 40px;
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.btns {
    justify-content: center;
    gap: 0 3.3333333333vw;
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.lineup div.cont section div.btns a img {
    width: 43.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  div.series-set {
    margin-top: 50px;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  div.series-set {
    margin-top: 10.6666666667vw;
    padding: 6.6666666667vw 0;
  }
}
div.series-set div.inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    border: 1px solid #dcb544;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner {
    width: 92vw;
    margin: 0 auto;
    padding: 6.6666666667vw 6.6666666667vw 10.6666666667vw;
    border: 1px solid #dcb544;
  }
}
div.series-set div.inner:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner:before {
    top: -100px;
    left: -190px;
    width: 1023px;
    height: 802px;
    background: url(/common/img/ramen/nowater/index/series_bg1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner:before {
    top: -5.3333333333vw;
    left: -1.3333333333vw;
    width: 96.1333333333vw;
    height: 76.4vw;
    background: url(/common/img/ramen/nowater/index/sp/series_bg1.png) 0 0/100% no-repeat;
  }
}
div.series-set div.inner section.series {
  position: relative;
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series h2 picture img {
    width: 55.2vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.texts {
    position: absolute;
    top: 180px;
    right: 0;
  }
}
div.series-set div.inner section.series div.texts p {
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.texts p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.texts p {
    margin: 5.3333333333vw 0 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.texts div.image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.texts div.image picture img {
    width: 78.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.slider-wrap {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.slider2 {
    margin-top: 50px;
    margin-left: -90px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.slider2.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.slider2 .slick-slide img {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.series div.thumbnail2 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.thumbnail2 {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.thumbnail2 div.slick-track {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1.3333333333vw 0;
  }
}
div.series-set div.inner section.series div.thumbnail2 div.slick-slide:not(div.slick-current) {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.thumbnail2 div.slick-slide:nth-of-type(4) {
    margin-right: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.series div.thumbnail2 div.slick-slide {
    width: 15.6vw !important;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret h2 picture img {
    width: 54.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret ul {
    display: flex;
    justify-content: center;
    margin-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20vw 0;
    margin-top: 6.6666666667vw;
  }
}
div.series-set div.inner section.secret ul li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret ul li {
    width: 33.3333333333%;
  }
}
div.series-set div.inner section.secret ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret ul li:before {
    top: -50px;
    width: 303px;
    height: 282px;
    background: url(/common/img/ramen/nowater/index/secret_list_bg.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul li:before {
    top: -9.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 66.5333333333vw;
    height: 61.8666666667vw;
    background: url(/common/img/ramen/nowater/index/sp/secret_list_bg.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul li:nth-of-type(1) h3 picture img {
    width: 37.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret ul li:nth-of-type(2) {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul li:nth-of-type(2) h3 picture img {
    width: 44.4vw;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul li:nth-of-type(3) h3 picture img {
    width: 30.9333333333vw;
  }
}
div.series-set div.inner section.secret ul li p {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret ul li p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret ul li p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.series-set div.inner section.secret div.image {
    text-align: center;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret div.image {
    text-align: center;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  div.series-set div.inner section.secret div.image picture img {
    width: 64.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  div.seriesArea {
    padding-bottom: 100px;
  }
}