@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
body .frame {
  background-color: aquamarine;
  padding: auto;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

p {
  font-size: 0.6rem;
  text-align: center;
  margin: 0;
  padding: 2%;
}

.neo-loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-load-end .neo-loading__item {
  animation: loading 2s ease 0s both;
}

.neo-loading__image {
  margin: 0 auto;
  display: block;
  width: 60px;
}

.neo-loading__text {
  margin: 20px auto 0;
  display: block;
  width: 75px;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.neo-ticker.is-top {
  top: 0;
  left: 0;
  animation: bg-marquee 40s linear 0s infinite;
}

.neo-ticker.is-bottom {
  bottom: 0;
  left: 0;
  animation: bg-marquee-reverse 40s linear 0s infinite;
}

.neo-goods-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.neo-goods-list h3 {
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0 0;
}
.neo-goods-list h4 {
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #f096a7;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .neo-ticker {
    background-size: auto 30px;
    height: 30px;
    position: fixed;
  }
}
.neo-ticker {
  position: fixed;
  z-index: 30;
  height: 25px;
  width: 100%;
  background: #f096a7 url("../common/img/catch.png") 0 50% repeat-x;
  background-size: auto 25px;
}

@keyframes bg-marquee {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: -1110px 50%;
  }
}
@keyframes bg-marquee-reverse {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: 1110px 50%;
  }
}
/* 修正部分 */
.neo-view {
  position: relative;
  z-index: 10;
  overflow: hidden;
  flex-grow: 1; /* コンテンツが少ない場合でも高さを保つ */
}

.l-wrapper {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  overflow: auto;
  text-align: center;
  min-height: 100vh; /* 画面全体をカバーするための高さを設定 */
  display: flex;
  flex-direction: column;
}

.neo-mv__visual__title img {
  width: 90%;
  text-align: center;
  border: 2px solid #f096a7; /* ピンクの枠線 */
  border-radius: 12px; /* 角丸 */
  padding: 10px; /* 内側の余白 */
  background-color: #fff; /* 背景色を白に */
  box-shadow: inset -3px -3px #5db7e8;
}

@media print, screen and (min-width: 768px) {
  .neo-view {
    margin: 0 auto;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    max-width: 470px;
    background-color: #fff;
    overflow: auto;
    box-shadow: 5px 0px 0px 0 #5db7e8;
  }
}
.is-loaded .neo-mv {
  transition: ease all 0.5s;
  transform: translate(0%, 0%);
}

*,
.l-wrapper {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  overflow: auto;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .l-wrapper:after {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100vw;
    display: block;
    background: url("../common/img/bg_pc.png") 50% 50% repeat;
    background-size: 10px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .neo-block {
    padding: 0 20px;
  }
  .u-text--center--pc {
    text-align: center;
  }
  .u-show-sp {
    display: none;
  }
  .l-wrapper:after {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100vw;
    display: block;
    background: url("../common/img/bg_pc.png") 50% 50% repeat;
    background-size: 16px auto;
  }
  .neo-ticker {
    background-size: auto 30px;
    height: 30px;
    position: fixed;
  }
  .neo-logo--pc-l {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 6.36896%;
    transform: translateY(-50%);
    display: block;
    width: 21.44949%;
  }
  .neo-logo--pc-r {
    position: fixed;
    z-index: 5;
    top: 50%;
    right: 6.36896%;
    transform: translateY(-50%);
    display: block;
    width: 21.44949%;
  }
  .neo-mv .neo-button {
    margin: 25px 0 0;
    width: 143px;
  }
  .neo-menu {
    padding: 50px 0 80px;
  }
  .neo-menu-list {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 4.75842%;
    transform: translateY(-50%);
    width: 23.06003%;
  }
  .neo-menu-list__item {
    transition: ease all 0.3s;
  }
  .neo-menu-list__item.is-active,
  .neo-menu-list__item:hover {
    transform: translateY(-20px);
  }
  .neo-menu-list__item.is-new:after {
    bottom: 12%;
    font-size: 1.6rem;
  }
  .neo-shop__title {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .neo-shop-section + .neo-shop-section {
    margin-top: 45px;
  }
  .neo-memory {
    padding-top: 120px;
  }
  .neo-memory__slider span img {
    height: 170px;
  }
  .neo-memory-about {
    margin-top: 50px;
  }
  .neo-eat {
    padding-top: 180px;
    padding-bottom: 55px;
  }
  .neo-eat__title {
    top: 110px;
  }
  .neo-eat-layout + .neo-eat-layout {
    margin-top: 45px;
  }
  .neo-collabo:after {
    top: 130px;
    height: 189px;
  }
  .neo-collabo {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .neo-collabo__title {
    top: -30px;
  }
  .neo-collabo-slider .neo-collabo-slider__block {
    padding-top: 35px;
  }
  .neo-osusume {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .neo-osusume__title {
    top: 70px;
  }
  .neo-osusume__contents {
    padding-top: 40px;
  }
  .neo-event {
    padding: 0 0 80px;
  }
  .neo-event__title {
    margin: 0 0 35px;
  }
  .neo-button-wrap--shop {
    margin-top: 20px;
  }
  .neo-button {
    transition: ease all 0.5s;
  }
  .neo-button:hover {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px black;
  }
  .neo-button.is-new:before {
    font-size: 1.3rem;
  }
  .footer-credit {
    margin-top: 35px;
  }
  .c-sns__list {
    margin-top: 45px;
  }
  .footer-logo {
    margin-top: 30px;
  }
  .footer-copyright {
    margin-top: 60px;
  }
  .c-modal-view__contents {
    border: 2px solid #000;
    width: 470px;
  }
  .c-modal__close {
    right: -2px;
  }
  .neo-staff-modal-box__header__image {
    width: 86px;
  }
  .neo-staff-modal-box__header__image:after {
    width: 91px;
    height: 29px;
  }
  .c-sns__list {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .u-text--center--sp {
    text-align: center;
  }
  .u-show-pc {
    display: none;
  }
  .neo-ticker.is-top {
    position: absolute;
  }
  .neo-ticker.is-bottom {
    display: none;
  }
  .neo-first {
    margin-top: 25px;
  }
  .neo-menu-list__item {
    opacity: 0;
    transform: translateY(10px);
  }
  .is-show .neo-menu-list__item {
    opacity: 1;
    transform: translateY(0px);
    transition: ease all 0.6s;
  }
  .is-show .neo-menu-list__item:nth-child(5) {
    transition-delay: 0s;
  }
  .is-show .neo-menu-list__item:nth-child(4) {
    transition-delay: 0.2s;
  }
  .is-show .neo-menu-list__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .is-show .neo-menu-list__item:nth-child(2) {
    transition-delay: 0.6s;
  }
  .is-show .neo-menu-list__item:nth-child(1) {
    transition-delay: 0.8s;
  }
  .c-modal-view__contents {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .neo-view {
    max-width: 34.40703%;
  }
  .neo-menu-list__item.is-new:after {
    font-size: 1vw;
  }
  .neo-button.is-new:before {
    font-size: 1vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .neo-mv {
    height: calc(100vh - 60px);
    display: block;
  }
  .neo-mv__visual__title {
    transform: translateX(-50%) !important;
    left: 50%;
    width: 421px;
  }
  .neo-mv__visual__slider {
    transform: translateX(-50%);
    left: 50%;
    width: 400px;
  }
}
.is-loaded .neo-mv__subanimation {
  opacity: 1;
  transform: translateY(0px);
}

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

.neo-mv__visual__title img {
  width: 90%;
  text-align: center;
}

.neo-mv__visual__slider {
  position: absolute;
  z-index: 2;
  top: 2.4058577406%;
  left: 7.2%;
  width: 85.6%;
  border-radius: 50%;
  background-color: #fff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.is-loaded .neo-mv__visual__bg {
  transition: ease clip-path 0.5s 0.3s;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.neo-mv__visual__bg {
  transition: ease all 0.3s;
  -webkit-clip-path: inset(100% 100% 0% 0%);
  clip-path: inset(100% 100% 0% 0%);
}

#service-header {
  width: 100%;
  border-radius: 0 0 32px 32px;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 auto;
  height: auto;
  background-color: #f096a7;
}
#service-header h1 {
  border-radius: 8px;
}
#service-header img {
  width: 50%;
}

@media (max-width: 767px) {
  /* 横幅が320px以下の場合に適用するスタイル */
  .neo-logo--pc-l {
    display: none;
  }
  .neo-logo--pc-r {
    display: none;
  }
}
.l-footer {
  position: relative;
  background-color: #f0eae1;
  padding-bottom: 7%;
}

.l-footer:after {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 50%;
  display: block;
  background-size: contain;
  width: 70px;
  height: 84px;
  transform: translate(-60%, 1%);
}

.l-footer .neo-button {
  padding: 20px 25px;
  width: 92.85%;
}

.l-footer .neo-button img {
  width: 191px;
}

.footer-credit {
  margin-top: 9.33333vw;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.c-sns__list {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding: 0;
}

.c-sns__elm {
  flex-shrink: 0;
}

.c-sns__elm:nth-child(n+2) {
  margin-left: 20px;
}

.c-sns__elm img {
  width: auto;
  height: 26px;
}

.footer-logo {
  margin: auto auto 0;
  width: 55.35%;
}

.footer-copyright {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
}

.footer-menu {
  margin-top: 1rem;
  padding: 0.2rem 0 0.2rem;
  color: #222222;
}
.footer-menu .link {
  width: 100%;
  text-align: center;
}
.footer-menu .link a {
  font-size: 0.6rem;
  color: #222222;
}
.footer-menu p {
  font-size: 0.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.neo-goods-list__grid {
  margin-top: 6px;
  width: calc(50% - 3px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lazyload {
  opacity: 0;
  transition: opacity 1s;
  animation: fadeIn 1s;
}

.neo-goods-list__grid.is-single {
  width: 100%;
}

.neo-goods-list__grid--obj {
  display: flex;
  justify-content: center;
  align-items: center;
}

.neo-contens-number__grid {
  margin-top: 6px;
  width: calc(50% - 3px);
}

.neo-contens-number__grid.is-single {
  width: 100%;
}

.neo-contens-number__grid--obj {
  display: flex;
  justify-content: center;
  align-items: center;
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: ease all 0.3s;
}

.animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.neo-goods-product {
  position: relative;
  display: block;
  margin: 10px;
}

.neo-goods-product-size {
  position: relative;
  display: block;
}
.neo-goods-product-size button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.u-font-en {
  font-style: normal;
}

.thumbnail-img {
  width: 95%;
  display: block;
  margin: 0 auto;
  /* 中央揃え */
}

.neo-goods-list .store-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.neo-goods-list .store-logos img {
  max-height: 40px;
  margin: 0.5rem;
}

hr {
  border-bottom: rgb(199, 199, 199) solid;
  width: 95%;
}

p.text-center {
  text-align: center;
}

.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.privacy-policy h2,
.privacy-policy h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  /* 追加 */
}
.privacy-policy p,
.privacy-policy li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.privacy-policy ol {
  padding-left: 1.5em;
  list-style: decimal;
}
.privacy-policy ol li {
  margin-bottom: 1em;
}
.privacy-policy ol ol {
  list-style: lower-alpha;
  padding-left: 1.5em;
}
.privacy-policy a {
  color: #007bff;
  text-decoration: none;
  font-size: 1rem;
  /* 追加 */
}
.privacy-policy a:hover {
  text-decoration: underline;
}
.privacy-policy .section-title {
  background-color: #f096a7;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
  /* 追加 */
}
.privacy-policy .section-content {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #f8f9fa;
  font-size: 1rem;
  /* 追加 */
}
.privacy-policy .contact-info {
  margin-top: 2em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.privacy-policy .contact-info a {
  color: #007bff;
  text-decoration: none;
}
.privacy-policy .contact-info a:hover {
  text-decoration: underline;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  font-size: 1rem;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: ease all 0.3s;
}

.neo-eat-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: column;
  /* 追加 */
}

.contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.contact h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.contact .mb-3 {
  margin-bottom: 1rem !important;
}

.contact .bg-dark {
  background-color: #343a40 !important;
}

.contact .p-2 {
  padding: 0.5rem !important;
}

.contact .text-white {
  color: #fff !important;
}

.contact .bg-dark {
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.contact .p-2 {
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.contact a {
  color: #007bff;
  text-decoration: none;
  font-size: 1.2rem;
}

.contact a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=app.css.map */