@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #323232;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.l_footer_copy {
  text-align: center;
  font-size: 10px;
  color: #fff;
  background-color: #111;
  padding: 8px 0 80px;
}

.m_pc-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.m_pc-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_white.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta {
  position: relative;
}
.cta_btn {
  width: 80%;
  position: absolute;
  bottom: 42%;
  left: 7%;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.cta_btn-sm {
  width: 48%;
  position: absolute;
  right: 9%;
  bottom: 8.5%;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.info {
  padding: 16px;
  font-size: 12px;
  text-align: center;
  background-color: #111;
  color: #fff;
}
@media (max-width: 560px) {
  .info {
    padding: 10px 0;
  }
}

.section02 {
  position: relative;
}
.section02 .link01 {
  aspect-ratio: 170/303;
  width: 45.33%;
  display: block;
  position: absolute;
  bottom: 3%;
  right: 4.5%;
}

.review {
  background-color: #fff;
  padding: 40px 0;
}
.review_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 560px) {
  .review_title {
    font-size: 24px;
  }
}
.review_scroll-wrap {
  width: 100%;
  overflow: scroll;
  margin-top: 2vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.review_scroll-wrap::-webkit-scrollbar {
  display: none;
}
.review_img {
  width: 280%;
  padding: 0 2vw;
}

.page-day-ramen-fixed-bannar {
  width: 90%;
  max-width: 400px;
  position: fixed;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  box-shadow: none;
  transition: 0.4s;
}
.page-day-ramen-fixed-bannar.is-active {
  transform: translateX(-50%);
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */