@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Rounded+Mplus+1c&family=Rowdies:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #fff;
}

.box {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.box.slow {
  transition: opacity 1s ease-in-out;
}
.box.delay-1 {
  animation-delay: 0.1s;
}
.box.delay-2 {
  animation-delay: 0.2s;
}
.box.delay-3 {
  animation-delay: 0.3s;
}
.box.delay-4 {
  animation-delay: 0.4s;
}
.box.delay-5 {
  animation-delay: 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: repeating-linear-gradient(45deg, #84DDED 0, #84DDED 5px, #FEF7EF 5px, #FEF7EF 20px, #FAEDEC 20px, #FAEDEC 25px, #FEF7EF 25px, #FEF7EF 40px, #CEE5AD 40px, #CEE5AD 45px, #FEF7EF 45px, #FEF7EF 60px, #F8DF8D 60px, #F8DF8D 65px, #FEF7EF 65px, #FEF7EF 80px, #FEA5A1 80px, #FEA5A1 85px, #FEF7EF 85px, #FEF7EF 100px);
  font-family: "Rounded Mplus 1c", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.rowdis {
  font-family: "Rowdies", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  background: #fff;
}
@media (width <= 1260px) {
  .inner {
    max-width: 768px;
    box-sizing: border-box;
  }
}
@media (width <= 768px) {
  .inner {
    max-width: 95%;
  }
}
@media (width <= 550px) {
  .inner {
    padding: 0 20px;
  }
}

.pc {
  display: block;
}
@media (width <= 992px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media (width <= 992px) {
  .tablet {
    display: block;
  }
}

.sp {
  display: none;
}
@media (width <= 550px) {
  .sp {
    display: block;
  }
}

/************************************
icon settings
************************************/
i {
  position: relative;
}
i.ob {
  width: 15px;
  height: 15px;
  display: inline-block;
}
i.ob::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-ob.svg);
}

/************************************
ttl settings
************************************/
h2 {
  background: #A2CFE2;
  color: #fff;
  text-align: center;
  padding: 20px 0 25px;
  /* position: sticky; */
  top: 0;
  z-index: 2;
}
@media (width <= 550px) {
  h2 {
    position: static;
  }
}
h2 span {
  width: 80px;
  display: block;
  margin: 0 auto;
  line-height: 1;
}
h2 span img {
  width: 100%;
}
h2 b {
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.2em;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 80px 0;
}
@media (width <= 1260px) {
  h3 {
    font-size: 24px;
  }
}
h3 b {
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
h3 b:before {
  content: "";
  background-image: url(../images/icon-mofful-after.png);
  display: block;
  height: 60px;
  width: 60px;
  background-size: cover;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translate(0%, -50%) scale(-1, 1);
}
h3 b:after {
  content: "";
  background-image: url(../images/icon-mofful-after.png);
  display: block;
  height: 60px;
  width: 60px;
  background-size: cover;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translate(0%, -50%);
}

/************************************
header settings
************************************/
header .nav_menu-area {
  position: fixed;
  top: 35px;
  right: 70px;
  background: #E8858E;
  padding: 8px 35px;
  border-radius: 100px;
  display: flex;
  gap: 15px;
  align-items: center;
  z-index: 100;
}
@media (width <= 550px) {
  header .nav_menu-area {
    right: 25px;
    top: 20px;
  }
}
header .nav_menu-area .fixed_sns {
  border-right: solid #fff 2px;
  padding-right: 25px;
  margin-right: 10px;
  transition: 0.3s ease;
}
header .nav_menu-area .fixed_sns ul {
  display: flex;
  gap: 15px;
}
header .nav_menu-area #navBtn {
  cursor: pointer;
}
header .nav_menu-area #navBtn span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto;
  transition: 0.3s ease;
}
header .header_inner {
  background-color: #E8858E;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  max-width: 450px;
  position: fixed;
  right: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 99;
}
header .header_inner nav {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 105px;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
}
@media (width <= 550px) {
  header .header_inner nav {
    padding: 0 65px;
  }
}
header .header_inner nav ul.main_nav li {
  margin: 30px 0;
  text-align: left;
}
header .header_inner nav ul.main_nav li a {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}
header .header_inner nav ul.main_nav li a:hover {
  opacity: 0.8;
}
header .header_inner nav ul.sns_nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  border-top: solid 2px #fff;
  margin-top: 40px;
  padding-top: 40px;
}
header .header_inner nav ul.sns_nav li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
header .header_inner nav ul.sns_nav li a:hover {
  opacity: 0.8;
}
header.open .nav_menu-area .fixed_sns {
  pointer-events: none;
  opacity: 0;
}
header.open .nav_menu-area #navBtn span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header.open .nav_menu-area #navBtn span:nth-child(2) {
  opacity: 0;
}
header.open .nav_menu-area #navBtn span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header.open .header_inner {
  transform: translateX(0);
}

/************************************
mv settings
************************************/
.mv {
  position: relative;
  height: calc(100vh - 113px);
  background-image: url(../images/mv.png);
  background-size: cover;
  background-position: center;
}
@media (width <= 768px) {
  .mv {
    background-image: url(../images/mv-sp.jpg);
  }
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.mv .mv_inner {
  position: relative;
  height: 100%;
  overflow-x: clip;
}
.mv .mv_inner:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 350px;
  height: 97px;
  background-image: url(../images/wa-left.png);
  background-repeat: no-repeat;
  z-index: 4;
}
@media (width <= 768px) {
  .mv .mv_inner:before {
    left: 10%;
    background-size: contain;
    width: 200px;
    height: 130px;
  }
}
.mv .mv_inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 10%;
  width: 374px;
  height: 40px;
  background-image: url(../images/wa-right.png);
  background-repeat: no-repeat;
  z-index: 5;
}
@media (width <= 768px) {
  .mv .mv_inner:after {
    right: 10%;
    background-size: contain;
    width: 200px;
    height: 30px;
  }
}
.mv .clowd-1 {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
}
@media (width <= 768px) {
  .mv .clowd-1 {
    max-width: 180px;
  }
}
@media (width <= 550px) {
  .mv .clowd-1 {
    max-width: 120px;
  }
}
.mv .clowd-1 img {
  width: 100%;
}
.mv .clowd-2 {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
}
@media (width <= 768px) {
  .mv .clowd-2 {
    max-width: 180px;
  }
}
@media (width <= 550px) {
  .mv .clowd-2 {
    max-width: 120px;
  }
}
.mv .clowd-2 img {
  width: 100%;
}
.mv .fire-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 100%;
  max-width: 200px;
}
@media (width <= 1260px) {
  .mv .fire-1 {
    max-width: 150px;
  }
}
@media (width <= 768px) {
  .mv .fire-1 {
    max-width: 120px;
  }
}
@media (width <= 550px) {
  .mv .fire-1 {
    max-width: 100px;
    left: 10%;
  }
}
.mv .fire-1 img {
  width: 100%;
}
.mv .fire-2 {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 100%;
  max-width: 200px;
}
@media (width <= 1260px) {
  .mv .fire-2 {
    max-width: 150px;
  }
}
@media (width <= 768px) {
  .mv .fire-2 {
    max-width: 120px;
  }
}
@media (width <= 550px) {
  .mv .fire-2 {
    max-width: 100px;
    right: 10%;
  }
}
.mv .fire-2 img {
  width: 100%;
}
.mv .gf-1 {
  position: absolute;
  top: 0%;
  left: 30%;
  width: 100%;
  max-width: 150px;
}
@media (width <= 768px) {
  .mv .gf-1 {
    left: 10%;
  }
}
@media (width <= 550px) {
  .mv .gf-1 {
    left: 20px;
    max-width: 120px;
  }
}
.mv .gf-1 img {
  width: 100%;
}
.mv .ball-1 {
  position: absolute;
  top: 0%;
  right: 30%;
  width: 100%;
  max-width: 65px;
}
@media (width <= 768px) {
  .mv .ball-1 {
    right: 10%;
  }
}
@media (width <= 550px) {
  .mv .ball-1 {
    right: 20px;
    top: 50px;
  }
}
.mv .ball-1 img {
  width: 100%;
}
.mv .ball-2 {
  position: absolute;
  top: 10%;
  right: 25%;
  width: 100%;
  max-width: 90px;
}
@media (width <= 768px) {
  .mv .ball-2 {
    right: 15%;
  }
}
.mv .ball-2 img {
  width: 100%;
}
.mv .mv_center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  text-align: center;
  color: #fff;
}
@media (width <= 550px) {
  .mv .mv_center {
    top: 50%;
  }
}
.mv .mv_center h1 {
  width: 1000px;
}
@media (width <= 992px) {
  .mv .mv_center h1 {
    max-width: 728px;
  }
}
@media (width <= 768px) {
  .mv .mv_center h1 {
    max-width: 550px;
  }
}
@media (width <= 768px) {
  .mv .mv_center h1 {
    max-width: 550px;
  }
}
.mv .mv_center h1 img {
  width: 100%;
}
@media (width <= 550px) {
  .mv .mv_center h1 img {
    width: 70%;
    max-width: 350px;
  }
}
.mv .mv_center .chara1 {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  max-width: 90px;
  animation: orbit 5s linear infinite; /* 5秒で一回転するアニメーション */
}
@media (width <= 1260px) {
  .mv .mv_center .chara1 {
    left: 0px;
    top: -40px;
    z-index: 2;
  }
}
@media (width <= 768px) {
  .mv .mv_center .chara1 {
    top: -100px;
    left: -80px;
  }
}
@media (width <= 550px) {
  .mv .mv_center .chara1 {
    top: -150px;
    left: 20px;
    max-width: 80px;
  }
}
@keyframes orbit {
  0% {
    transform: rotate(0deg) translate(100px, 100px); /* 初期位置 */
  }
  25% {
    transform: rotate(90deg) translate(100px, -100px); /* 90度移動 */
  }
  50% {
    transform: rotate(180deg) translate(-100px, -100px); /* 180度移動 */
  }
  75% {
    transform: rotate(270deg) translate(-100px, 100px); /* 270度移動 */
  }
  100% {
    transform: rotate(360deg) translate(100px, 100px); /* 一周して元の位置に戻る */
  }
}
.mv .mv_center .chara1 img {
  width: 100%;
}
.mv .mv_center .chara2 {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 100%;
  max-width: 100px;
  animation: mofful-mv-2 3000ms ease infinite;
}
@keyframes mofful-mv-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (width <= 1260px) {
  .mv .mv_center .chara2 {
    right: 0px;
    top: -20px;
  }
}
@media (width <= 768px) {
  .mv .mv_center .chara2 {
    right: -20px;
    top: -40px;
  }
}
@media (width <= 550px) {
  .mv .mv_center .chara2 {
    right: 100px;
    top: -70px;
    max-width: 80px;
  }
}
.mv .mv_center .chara2 img {
  width: 100%;
}
.mv .clowd-3 {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
}
@media (width <= 768px) {
  .mv .clowd-3 {
    max-width: 180px;
  }
}
@media (width <= 550px) {
  .mv .clowd-3 {
    max-width: 120px;
  }
}
.mv .clowd-3 img {
  width: 100%;
}
.mv .clowd-4 {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 100%;
  max-width: 300px;
  z-index: 0;
}
@media (width <= 768px) {
  .mv .clowd-4 {
    max-width: 180px;
  }
}
@media (width <= 550px) {
  .mv .clowd-4 {
    max-width: 120px;
  }
}
.mv .clowd-4 img {
  width: 100%;
}
.mv .clowd-cen {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 510px;
  z-index: 0;
}
@media (width <= 550px) {
  .mv .clowd-cen {
    max-width: 300px;
    bottom: -10px;
  }
}
.mv .clowd-cen img {
  width: 100%;
}
.mv .rowdis {
  text-align: center;
  background: #E8858E;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30px);
  bottom: 0;
  z-index: 7;
  padding: 10px 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: end;
  gap: 5px;
}
@media (width <= 550px) {
  .mv .rowdis {
    bottom: 100px;
  }
}
.mv .rowdis b {
  font-size: 24px;
}
.mv .rowdis span {
  font-size: 24px;
  font-weight: bold;
}
.mv .chara3 {
  position: absolute;
  bottom: 0;
  left: 26%;
  width: 100%;
  max-width: 90px;
  z-index: 5;
  transform: scale(-1, 1);
  animation: mofful-mv-1 3000ms ease infinite;
}
@media (width <= 768px) {
  .mv .chara3 {
    left: 10%;
  }
}
@keyframes mofful-mv-1 {
  0% {
    transform: scale(-1, 1) translateY(0);
  }
  50% {
    transform: scale(-1, 1) translateY(-10px);
  }
  100% {
    transform: scale(-1, 1) translateY(0);
  }
}
.mv .chara3 img {
  width: 100%;
}
.mv .chara4 {
  position: absolute;
  bottom: 0;
  right: 26%;
  width: 100%;
  max-width: 90px;
  z-index: 6;
  animation: mofful-mv-2 3000ms ease infinite;
  animation-delay: 1s;
}
@media (width <= 768px) {
  .mv .chara4 {
    right: 10%;
  }
}
@keyframes mofful-mv-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mv .chara4 img {
  width: 100%;
}

.areamap {
  position: relative;
}
.areamap .ttl_wrap {
  background: #fff;
  width: 100vw;
  max-width: 1320px;
  margin: 150px auto 0;
  padding: 0px 0 50px;
  position: relative;
  border-radius: 50px 50px 0 0;
}
@media (width <= 1260px) {
  .areamap .ttl_wrap {
    margin: 100px auto 0;
    max-width: 768px;
  }
}
@media (width <= 768px) {
  .areamap .ttl_wrap {
    max-width: 95%;
  }
}
@media (width <= 768px) {
  .areamap .ttl_wrap {
    margin: 50px auto 0;
  }
}
.areamap .ttl_wrap h3 {
  background: #E8858E;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 50px 50px 0 0;
}
.areamap .ttl_wrap img.left {
  width: 100%;
  display: block;
  max-width: 280px;
  margin: 0 auto 0 auto;
  position: absolute;
  right: 0;
  bottom: -80%;
  transform: rotate(5deg) scale(-1, 1);
  animation: bounce 3000ms ease-in-out infinite;
  transition: 0.2s ease;
}
.areamap .ttl_wrap img.left:hover {
  animation-play-state: paused;
  max-width: 300px;
}
@media (width <= 1260px) {
  .areamap .ttl_wrap img.left {
    max-width: 200px;
    right: -50px;
  }
  .areamap .ttl_wrap img.left:hover {
    max-width: 250px;
  }
}
@media (width <= 768px) {
  .areamap .ttl_wrap img.left {
    max-width: 150px;
    right: 0;
  }
}
@media (width <= 550px) {
  .areamap .ttl_wrap img.left {
    max-width: 120px;
    right: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0) rotate(5deg) scale(-1, 1);
  }
  50% {
    transform: translateY(-10px) rotate(5deg) scale(-1, 1);
  }
  100% {
    transform: translateY(0) rotate(5deg) scale(-1, 1);
  }
}
.areamap .ttl_wrap img.right {
  width: 100%;
  display: block;
  max-width: 280px;
  margin: 0 auto 0 auto;
  position: absolute;
  left: 0;
  bottom: -80%;
  transform: rotate(5deg);
  animation: bulublu 2000ms ease infinite;
}
@media (width <= 1260px) {
  .areamap .ttl_wrap img.right {
    max-width: 200px;
    left: -50px;
  }
}
@media (width <= 768px) {
  .areamap .ttl_wrap img.right {
    max-width: 150px;
    left: 0;
    bottom: -100%;
  }
}
@media (width <= 550px) {
  .areamap .ttl_wrap img.right {
    max-width: 130px;
    left: 0;
    bottom: -100%;
  }
}
@keyframes bulublu {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@media (width <= 550px) {
  @keyframes bulublu {
    0% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(-20deg);
    }
    100% {
      transform: rotate(-10deg);
    }
  }
}
.areamap .ttl_wrap b:before {
  content: unset;
}
.areamap .ttl_wrap b:after {
  content: unset;
}
.areamap .inner {
  padding-bottom: 100px;
  border-radius: 0 0 50px 50px;
  margin-bottom: 100px;
}
@media (width <= 550px) {
  .areamap .inner {
    margin-bottom: 50px;
  }
}
.areamap .gid-vertical {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
  position: relative;
}
@media (width <= 1260px) {
  .areamap .gid-vertical {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 1260px) {
  .areamap .gid-vertical {
    grid-template-columns: 1fr;
  }
}
.areamap .gid-vertical .item figure {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.areamap .gid-vertical .item figure img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: solid 10px #E8858E;
  display: block;
  margin: 30px auto;
}
@media (width <= 1260px) {
  .areamap .gid-vertical .item figure img {
    width: 250px;
    height: 250px;
  }
}
.areamap .gid-vertical .item figure figcaption {
  background: #E8858E;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

/************************************
shoplist settings
************************************/
.shoplist .inner {
  padding-bottom: 100px;
}
@media (width <= 550px) {
  .shoplist .inner {
    padding-bottom: 50px;
  }
}
.shoplist .ttl_wrap {
  background: #fff;
  width: 100vw;
  max-width: 1320px;
  margin: 100px auto 0;
  padding: 0px 0 50px;
  position: relative;
  border-radius: 50px 50px 0 0;
}
@media (width <= 1260px) {
  .shoplist .ttl_wrap {
    margin: 100px auto 0;
    max-width: 768px;
  }
}
@media (width <= 768px) {
  .shoplist .ttl_wrap {
    max-width: 95%;
  }
}
@media (width <= 550px) {
  .shoplist .ttl_wrap {
    margin: 50px auto 0;
  }
}
.shoplist .ttl_wrap h3 {
  background: #E8858E;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 50px 50px 0 0;
}
.shoplist .ttl_wrap h3 b {
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
.shoplist .ttl_wrap h3 b:before {
  content: "";
  display: block;
  height: 160px;
  width: 160px;
  background-size: cover;
  position: absolute;
  left: -170px;
  top: 50%;
  transform: translate(0%, -50%) scale(-1, 1);
  animation: bulublu-s 2500ms ease infinite;
}
@media (width <= 1260px) {
  .shoplist .ttl_wrap h3 b:before {
    height: 120px;
    width: 120px;
  }
}
@media (width <= 768px) {
  .shoplist .ttl_wrap h3 b:before {
    left: -100%;
    transform: translate(0%, 0%) scale(-1, 1);
    height: 100px;
    width: 100px;
  }
}
@media (width <= 550px) {
  .shoplist .ttl_wrap h3 b:before {
    display: none;
  }
}
@keyframes bulublu-s {
  0% {
    transform: rotate(-5deg) translate(0%, -50%) scale(-1, 1);
  }
  50% {
    transform: rotate(-10deg) translate(0%, -50%) scale(-1, 1);
  }
  100% {
    transform: rotate(-5deg) translate(0%, -50%) scale(-1, 1);
  }
}
.shoplist .ttl_wrap h3 b:after {
  content: "";
  background-image: url(../images/icon-mofful-after.png);
  display: block;
  height: 160px;
  width: 160px;
  background-size: cover;
  position: absolute;
  right: -170px;
  top: 50%;
  animation: bulublu-t 2000ms ease infinite;
}
@media (width <= 1260px) {
  .shoplist .ttl_wrap h3 b:after {
    height: 120px;
    width: 120px;
  }
}
@media (width <= 768px) {
  .shoplist .ttl_wrap h3 b:after {
    right: -75%;
    transform: translate(0%, 0%);
    height: 100px;
    width: 100px;
  }
}
@media (width <= 550px) {
  .shoplist .ttl_wrap h3 b:after {
    display: none;
  }
}
@keyframes bulublu-t {
  0% {
    transform: rotate(5deg) translate(0%, -50%);
  }
  50% {
    transform: rotate(10deg) translate(0%, -50%);
  }
  100% {
    transform: rotate(5deg) translate(0%, -50%);
  }
}
.shoplist .cate-btn p {
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #E8858E;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (width <= 768px) {
  .shoplist .cate-btn p {
    text-align: center;
  }
}

.shoplist .cate-btn .scroll .btn_wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (width <= 1260px) {
  .shoplist .cate-btn .scroll .btn_wrap {
    flex-wrap: wrap;
  }
}
@media (width <= 550px) {
  .shoplist .cate-btn .scroll .btn_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}


.shoplist .cate-btn .scroll .btn_wrap .item {
  cursor: pointer;
  padding: 25px 30px;
  border-top: #E8858E solid 2px;
  border-bottom: #E8858E solid 2px;
  box-sizing: border-box;
}
@media (width <= 1260px) {
  .shoplist .cate-btn .scroll .btn_wrap .item {
    min-width: 120px;
    padding: 10px 15px;
  }
}
.shoplist .cate-btn .scroll .btn_wrap .item span {
  color: #E8858E;
}
.shoplist .cate-btn .scroll .btn_wrap .item span i {
  position: relative;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.shoplist .cate-btn .scroll .btn_wrap .item.sort {
  background: #E8858E;
  min-width: 200px;
}
@media (width <= 1260px) {
  .shoplist .cate-btn .scroll .btn_wrap .item.sort {
    min-width: 150px;
  }
}
.shoplist .cate-btn .scroll .btn_wrap .item.sort span {
  color: #fff;
}
.shoplist .cate-btn .scroll .btn_wrap span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.shoplist .cate-btn .scroll .btn_wrap span i {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto 0;
}
.shoplist .cate-btn .scroll .btn_wrap span i img {
  width: 100%;
}
.shoplist .ttl-border {
  text-align: left;
  margin: 80px 0;
  font-size: 24px;
  border-bottom: solid 2px #E8858E;
  padding: 0 0 10px;
  width: 100%;
}
@media (width <= 1260px) {
  .shoplist .ttl-border {
    margin: 40px 0;
  }
}
.shoplist .ttl-border span {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.shoplist .ttl-border span img {
  width: 100%;
}
.shoplist .ttl-border b {
  color: #E8858E;
}
.shoplist .ttl-border b:before {
  content: unset;
}
.shoplist .ttl-border b:after {
  content: unset;
}
.shoplist .shoplist .shoplist--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (width <= 1260px) {
  .shoplist .shoplist .shoplist--wrap {
    display: block;
  }
}
.shoplist .shoplist .shoplist--wrap .item {
  width: 48%;
  margin-bottom: 4%;
}
@media (width <= 1260px) {
  .shoplist .shoplist .shoplist--wrap .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.shoplist .shoplist .shoplist--wrap .item .mainarea {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .mainarea {
    grid-template-columns: 1fr;
  }
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .images {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: rgba(232, 133, 142, 0.4);
  
}

@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .mainarea .images {
    height: 300px;
  }
}

.shoplist .shoplist .shoplist--wrap .item .mainarea .images figcaption {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  background-color: #E8858E;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .images img {
  width: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  z-index: 1;
}

.shoplist .shoplist .shoplist--wrap .item .mainarea .images img.defo{
  width: 50%;
}

.shoplist .shoplist .shoplist--wrap .item .mainarea .ttl-area h4 {
  position: relative;
  margin: 0px 0 10px;
  border-bottom: solid 2px #E8858E;
  padding-bottom: 10px;
  font-size: 24px;
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .ttl-area h4 span {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  background: #E8858E;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .ttl-area p.groupName {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .ttl-area .menu ul li {
  list-style: disc;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.shoplist .shoplist .shoplist--wrap .item .mainarea .ttl-area .menu ul li b {
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
}
.shoplist .shoplist .shoplist--wrap .item .intro-copy {
  margin: 10px 0;
  font-weight: bold;
  line-height: 1.5;
}
@media (width <= 1260px) {
  .shoplist .shoplist .shoplist--wrap .item .category {
    margin-top: 30px;
  }
}
.shoplist .shoplist .shoplist--wrap .item .category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shoplist .shoplist .shoplist--wrap .item .category ul li {
  padding: 8px 30px;
  background: #E8858E;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
.shoplist .shoplist .shoplist--wrap .item .category .sold-out-image {
  display: none;
  max-width: 131px;
}
@media (width <= 1260px) {
  .shoplist .shoplist .shoplist--wrap .item .category .sold-out-image {
    max-width: 100px;
  }
}
.shoplist .shoplist .shoplist--wrap .item .category .sold-out-image img {
  width: 100%;
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu {
  background: #A2CFE2;
  margin: 30px 0;
  padding: 25px 40px;
  border-radius: 100px;
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu {
    padding: 15px 10px;
    border-radius: 20px;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a {
  position: relative;
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-phone.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a:before {
    content: unset;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a:after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: 300ms ease;
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a:after {
    content: unset;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -20px;
  transform: rotate(-25deg);
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span:before {
    height: 80%;
    top: unset;
    bottom: 0;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -15px;
  transform: rotate(25deg);
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span:after {
    height: 80%;
    top: unset;
    bottom: 0;
  }
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a span {
    font-size: 10px;
    line-height: 1.2;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a b {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px;
}
@media (width <= 550px) {
  .shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a b {
    font-size: 14px;
  }
}
.shoplist .shoplist .shoplist--wrap .item .ob-mobilemenu a:hover:after {
  transform: translate(15px, -50%);
}
.shoplist .shoplist .shoplist--wrap .item.sold-out .mainarea .images figcaption {
  background-color: #8e8e8e;
}
.shoplist .shoplist .shoplist--wrap .item.sold-out .mainarea .images img {
  width: 100%;
}
.shoplist .shoplist .shoplist--wrap .item.sold-out .category {
  position: relative;
}
.shoplist .shoplist .shoplist--wrap .item.sold-out .category .sold-out-image {
  display: block;
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  opacity: 0.8;
}
.shoplist .shoplist .shoplist--wrap .item.sold-out .category ul {
  width: 90%;
}
.shoplist .text-center {
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  line-height: 1.5;
}
@media (width <= 550px) {
  .shoplist .text-center {
    margin-bottom: 100px;
  }
}

.bottom_summary .inner {
  position: relative;
  background-image: url(../images/sumrry-left-b.svg), url(../images/sumrry-right-b.svg);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: left, right;
  padding: 50px 60px 200px;
  margin-top: -50px;
}
@media (width <= 1260px) {
  .bottom_summary .inner {
    background-size: 250px;
  }
}
@media (width <= 768px) {
  .bottom_summary .inner {
    background-image: url(../images/sumrry-left-b-sp.svg), url(../images/sumrry-right-b-sp.svg);
    background-size: 180px;
    padding: 50px 60px 100px;
  }
}
@media (width <= 550px) {
  .bottom_summary .inner {
    padding: 80px 20px 120px;
    background-size: 180px;
    background-image: url(../images/bg-left-top.svg), url(../images/bg-left-bottom.svg), url(../images/bg-right-top.svg), url(../images/bg-right-bottom.svg);
    background-position: left top, left bottom, right top, right bottom;
  }
}
.bottom_summary .inner h2 {
  background: unset;
  color: #E8858E;
  position: unset;
}
.bottom_summary .inner h2 b {
  font-weight: normal;
}
.bottom_summary .inner .calender b {
  font-size: 32px;
  display: block;
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (width <= 1260px) {
  .bottom_summary .inner .calender b {
    font-size: 26px;
  }
}
.bottom_summary .inner .calender b span {
  font-weight: normal;
  display: block;
  font-size: 24px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
@media (width <= 1260px) {
  .bottom_summary .inner .calender b span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.bottom_summary .inner .calender p {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media (width <= 1260px) {
  .bottom_summary .inner .calender p {
    font-size: 16px;
  }
}
.bottom_summary .inner .sns-content .text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
@media (width <= 1260px) {
  .bottom_summary .inner .sns-content .text {
    font-size: 16px;
  }
}
.bottom_summary .inner .sns-content .links b a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #E8858E;
  padding: 10px 40px;
  border-radius: 50px;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.bottom_summary .inner .sns-content .links b a i {
  margin-left: 10px;
}
.bottom_summary .inner .sns-content .links .social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
.bottom_summary .inner .sns-content .links .social:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #E8858E;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -20px);
}
.bottom_summary .inner .sns-content .links .social a {
  display: block;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.bottom_summary .inner .sns-content .links .social a img {
  width: 100%;
}

footer .big-footer {
  background-color: #FEF5EF;
  padding: 50px 0;
}
footer .big-footer ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}
@media (width <= 768px) {
  footer .big-footer ul {
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
footer .big-footer ul li a {
  display: block;
  color: #E8858E;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease;
}
footer .big-footer ul li a:hover {
  opacity: 0.8;
}
footer .big-footer ul li a i {
  margin-left: 5px;
}
footer .big-footer ul li a i:before {
  background-image: url(../images/icon-ob-p.svg);
}
footer .big-footer .logo {
  text-align: center;
}
footer .big-footer .logo img {
  width: 200px;
}
footer .big-footer .logo figcaption {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  color: #333;
}
footer .mainfooter {
  background-color: #E8858E;
  padding: 20px 0 50px;
  position: relative;
}

/* footer .mainfooter:before{
  content: "";
  background-image: url(http://kamata-fes.jp/wp-content/uploads/2024/10/かまトゥ3-e1729767837185.png);

}

footer .mainfooter::after{
  content: "";
  background-image: url(http://kamata-fes.jp/wp-content/uploads/2024/10/画像㈫.png);  
} */

footer .mainfooter .ftr_inner .ftr_links {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
}
footer .mainfooter .ftr_inner .ftr_links .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}
footer .mainfooter .ftr_inner .ftr_links .flex p {
  border-right: solid 2px #fff;
  padding-right: 50px;
}
footer .mainfooter .ftr_inner .ftr_links .flex a {
  display: inline-block;
  width: 150px;
}
footer .mainfooter .ftr_inner .ftr_links .flex a img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */

/*アイコン*/
.item i{
  position: relative;
  margin-top: 5px;
  font-style: normal;
}
i.all:before{
  font-family: "Font Awesome 5 Free";
  content: "\f54f";
  font-weight: 900;
  font-size: 20px;

}

i.gohan:before{
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6のファミリーを指定 */
  content: "\f805"; /* ご飯のアイコン */
  font-weight: 900; /* Solidスタイルの場合は900 */
  font-size: 20px;
}

i.sweet:before{
  font-family: "Font Awesome 6 Free";
  content: "\f810"; /* アイスクリームのアイコン */
  font-weight: 900; 
  font-size: 20px;
}

i.mobile:before{
  font-family: "Font Awesome 6 Free";
  content: "\f3cd"; /* モバイルのアイコン */
  font-weight: 900; /* Solidスタイル */
  font-size: 20px;
}

i.agemono:before{
  font-family: "Font Awesome 6 Free";
  content: "\f2e7"; /* 調理器具のアイコン */
  font-weight: 900; /* Solidスタイル */
  font-size: 20px;
}

i.drink:before{
  font-family: "Font Awesome 6 Free";
  content: "\f0f4"; /* コーヒーのアイコン */
  font-weight: 900; /* Solidスタイル */
  font-size: 20px;
}

i.noodle:before{
  font-family: "Font Awesome 6 Free";
  content: "\f2e7"; /* 麺類に代用できるボウルのアイコン */
  font-weight: 900; /* Solidスタイル */
  font-size: 20px;
}

.sort i{
  color: #fff;
}

.nopost{
  max-width: 300px;
  margin: 0 auto;
}

.nopost img{
  width: 100%;
}

/* ページネーション */ 
/*コンテンツ追加*/

.ob_content h3{
  padding: 80px 0 40px;
}

.ob_content h3 span{
  position:relative;
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #E8858E;
}

.ob_content h3 span:before{
  content: "";
  display: block;
  width: 5px;
  height: 1lh;
  background: #E8858E;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%) rotate(-25deg);
}


.ob_content h3 span::after{
  content: "";
  display: block;
  width: 5px;
  height: 1lh;
  background: #E8858E;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) rotate(25deg);
}

.ob_content ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ob_content ul li a{
  font-family: "Dela Gothic One", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #E8858E;
  font-size: 24px;
  padding: 10px 0;
  width: 300px;
  display: block;
  text-align: center;
  border-radius: 30px;
}

@media (width <= 768px) {
  .ob_content ul {
    display: grid;
  }
  .ob_content h3 {
    padding: 40px 0 40px;
    font-size: 22px;
  }

}

/************************************
thanks settings
************************************/

.thanks .message h2{
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

@media (width <= 768px) {
  .thanks .message h2{
    font-size: 18px;
  }
}

@media (width <= 550px) {
  .thanks .message h2{
    font-size: 16px;
  }
}

  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
  }

  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
      to {
      transform: translateX(0);
    }
  }

  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    pointer-events: none;
  }
  .scroll-infinity__wrap:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    background: rgba(999,999,999,0.1);
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    filter: blur(1px);
    margin: -1px 0;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }

  .scroll-infinity__list--left.reverse {
    animation: infinity-scroll-right 80s infinite linear 0.5s both;
  }

  .scroll-infinity__item {
    width: calc(100vw / 4);
  }

  @media (width <= 768px) {
    .scroll-infinity__item {
      width: calc(100vw / 2);
    }
  }

  .scroll-infinity__item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }