@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop10 { padding-top: 10px; }
.ptop15 { padding-top: 15px; }
.ptop30 { padding-top: 30px; }

.ptop50 { padding-top: 50px; }

.ptop100 { padding-top: 100px; }

.pbtm10 { padding-bottom: 10px; }
.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-right: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }



@media screen and (max-width: 1000px) {
  .mtop20 { margin-top: 2%; }
  .mtop25 { margin-top: 2.5%; }
  .mtop30 { margin-top: 3%; }
  .mtop40 { margin-top: 4%; }
  .mtop50 { margin-top: 5%; }
  .mtop60 { margin-top: 6%; }
  .mtop70 { margin-top: 7%; }  
  .mtop100 { margin-top: 10%; }

  .mbtm20 { margin-bottom: 2%; }
  .mbtm25 { margin-bottom: 2.5%; }
  .mbtm30 { margin-bottom: 3%; }
  .mbtm40 { margin-bottom: 4%; }
  .mbtm50 { margin-bottom: 5%; }
  .mbtm60 { margin-bottom: 6%; }
  .mbtm70 { margin-bottom: 7%; }
  .mbtm100 { margin-bottom: 10%; }
  
  .ptop50 { padding-top: 5%; }
  .ptop100 { padding-top: 10%; }
  
  .p40 { padding: 4%; }  
}

@media screen and (max-width: 750px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 6.6%; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 6.6%; }
  
  .ptop50 { padding-top: 6.6%; }
  
  .p40 { padding: 5.3%; }    
}


@media screen and (max-width: 480px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 30px; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 30px; }
  
  .ptop50 { padding-top: 30px; }
  
  .p40 { padding: 5.3%; }  
}

/*----------------------------------------
	basis
----------------------------------------*/
html {
  font-size: 62.5%; /*標準サイズ*/
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 56.25%;/*9/16*/
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50%;/*8/16*/
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 43.75%;/*7/16*/
  }
}


p {
  line-height: 170%;
}

a {
  transition : all 0.5s ease;
}

a:hover {
	opacity: 0.5;
}

p a , table a , li a , 
.txt-link {
  color: #fff;
  text-decoration: underline;
}

p a:hover , table a:hover , li a:hover ,
.txt-link:hover {
  text-decoration: none;
  opacity: 1;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }

.red { color: #ff0000; }
.orange { color:#ff6c2a;}
.rightblue {color: #0488e6;}
.blue {color: #1653ac;}
.yellow{color: #ffff00;}
.orenge{ color: #ff6c2a;}

.f13 { font-size: clamp(10px, 2.343vw, 13px); }
.f16 { font-size: clamp(12.31px, 2.884vw, 16px); }
.f18 { font-size: clamp(13.85px, 3.243vw, 18px); }
.f20 { font-size: clamp(15.38px, 3.604vw, 20px); }
.f25 { font-size: clamp(19.23px, 4.505vw, 25px); }


.bg-white {background-color: #fff}
.bg-gray {background: #f7f7f7; }


.opacity:hover { opacity: 0.7; }


.block { display: block;}
.inline-block { display: inline-block;}
.inline { display: inline;}


.bold{
  font-weight: bold;
}



/*----------------------------------------
amazing coffee 新規css
----------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  margin: 0;
  min-width: 320px;
  color: #600e0e;
  background: #f7f2e8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

/* 背景画像 */
.lp-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 全体 */
.lp {
  position: relative;
  min-height: 100vh;
}

/*----------------------------------------
右側PCメニュー
----------------------------------------*/
.lp-side {
  position: fixed;
  z-index: 2;
  top: 0;
  right: calc((100vw - 1400px) / 2 + 100px);
  width: min(500px, 30vw);
  height: 100vh;
  padding-top: 120px;
  margin-left: 60px;
}

.lp-side__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-side__title {
  width: min(100%, 400px);
  margin: 0 0 40px;
}

.lp-side__title {
  width: min(100%, 400px);
  margin: 0 0 28px;
}

.lp-side__nav-wrap {
  position: relative;
  width: 100%;
}

.lp-side__nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.deco_10 {
  position: absolute;
  right: 0px;
  top: -30px;
  width: clamp(70px, 20%, 100px);
  z-index: 10;
  pointer-events: none;
}

.deco_10 img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-side__nav-head {
  background: #4fc9c9;
  padding-top: 5px;
  text-align: center;
  line-height: 1;
}

.lp-side__nav-head img {
  width: auto;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

.lp-side__nav-list {
  margin: 0;
  padding: 13px 32px 12px;
  list-style: none;
}

.lp-side__nav-list li {
  position: relative;
  padding-bottom: 10px;
}

.lp-side__nav-list li + li {
  margin-top: 5px;
}

.lp-side__nav-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  background-image: radial-gradient(circle, #ffb880 2px, transparent 2px);
  background-size: 16px 4px;
  background-repeat: repeat-x;
}

.lp-side__nav-list a {
  display: block;
  width: fit-content;
  max-width: 100%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-side__nav-list a:hover {
  transform: translateX(4px);
  opacity: 0.85;
}

.lp-side__nav-list a img {
  display: block;
  width: auto;
  max-width: 90%;
  height: auto;
}

@media (max-width: 1200px) {

  .lp-side__nav-head img{
    max-width: 80px;
  }

  .lp-side__nav-list {
    padding: 16px 20px 20px;
  }

  .lp-side__nav-list a img {
    height: 36px;
  }

  .lp-side__nav-list li::after {
    background-size: 24px 8px;
  }
}

/*----------------------------------------
スマホベース
----------------------------------------*/

.lp-main {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  margin-left: clamp(100px, 20vw, 400px);
  margin-right: auto;
}


.lp-phone {
  min-height: 100vh;
  background: #fff;
}

/*----------------------------------------
スマホベース　タブレット
----------------------------------------*/

@media (max-width: 768px) {
  .lp-bg {
    display: none;
  }

  .lp-main {
    max-width: none;
    margin: 0;
  }

  .lp-phone {
    border-left: none;
    border-right: none;
  }
}

/*----------------------------------------
ハンバーガーメニュー
----------------------------------------*/


.lp-phone__header,.lp-phone-menu__list{
  display: none;
}

/* 1024px以上ではハンバーガーメニュー表示させない */

@media (max-width: 1024px) {

  .lp-main {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-side,.lp-phone-menu__list {
    display: none;
  }

  .lp-bg {
    object-position: center top;
  }
}



@media (max-width: 768px) {
  /* ハンバーガーメニューの設定 */

  .lp-phone__header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 30;
    pointer-events: none;
  }
  
  .lp-phone-menu__list{
   display: block;
  }

  .lp-phone__menu-button {
    pointer-events: auto;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 3px solid #f39800;
    border-radius: 50%;
    background: #fffaf2;
    cursor: pointer;
  }
  
  .lp-phone__menu-button span {
    display: block;
    width: 22px;
    height: 3px;
    margin: 4px auto;
    border-radius: 999px;
    background: #f39800;
  }
  
  /* メニュー全体 */
  .lp-phone-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
  }
  
  /* 開いている時だけクリック可能 */
  .lp-phone-menu.is-open {
    pointer-events: auto;
  }
  
  /* うっすら背面 */
  .lp-phone-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: opacity .3s ease;
  }
  
  .lp-phone-menu.is-open::before {
    opacity: 1;
  }
  
  /* 右から出てくる本体 */
  .lp-phone-menu__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100dvh;
    padding: 112px 24px 40px;
    box-sizing: border-box;
    background: #f7f5ef;
    transform: translateX(100%);
    transition: transform .35s ease;
    overflow-y: auto;
  }
  
  .lp-phone-menu.is-open .lp-phone-menu__inner {
    transform: translateX(0);
  }
  
  /* 閉じるボタン */
  .lp-phone-menu__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 3px solid #f39800;
    border-radius: 50%;
    background: #f7f5ef;
    cursor: pointer;
  }
  
  .lp-phone-menu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #f39800;
  }
  
  .lp-phone-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .lp-phone-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  /* リスト */
  .lp-phone-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .lp-phone-menu__list li + li {
    margin-top: 22px;
  }
  
  .lp-phone-menu__list a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0 10px;
  }
  
  /* 左の星 */
  .lp-phone-menu__list a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url("img/menu_star.png") no-repeat center / contain;
  }
  
  /* リンク画像 */
  .lp-phone-menu__list a img {
    display: block;
    width: auto;
    max-width: calc(100% - 44px);
    height: 35px;
  }
  
  /* 下の丸点線 */
  .lp-phone-menu__list a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 10px;
    background-image: radial-gradient(circle, #f2b36c 2px, transparent 2px);
    background-size: 18px 4px;
    background-repeat: repeat-x;
    background-position: left center;
  }
  
  /* 開いてる間は背景スクロール止める */
  body.is-menu-open {
    overflow: hidden;
  }
}



/*----------------------------------------
LPメイン設定 ※ベースはPCサイズ(550px)
----------------------------------------*/

/*----------------------------------------
　TOPデザイン
----------------------------------------*/

/* TOPデザイン */

.lp-phone__inner {
  position: relative;
}

.top_deco_left{
  position: absolute;
  top: -24px;
  left:0;
  z-index: 0;
  width: 220px;
}

.top_deco_right{
  position: absolute;
  top: -24px;
  right:0;
  z-index: 0;
  width: 180px;
}

.lp-phone__hero {
  padding-top: 24px;
  text-align: center;
  z-index: 100;
}

.lp-phone__title {
  width: min(100%, 480px);
  margin: 40px auto 40px;
}


/* タイトルコピー */

.lp-phone__copy-wrap {
  position: relative;
  max-width: 340px;
  margin: 60px auto 0;
}

.lp-phone__copy {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

/* 装飾 */
.deco_1 {
  position: absolute;
  width: clamp(40px, 12vw, 70px);
  height: auto;
  top: -10px;
  right: -60px;
}

.deco_2 {
  position: absolute;
  width: clamp(50px, 14vw, 80px);
  height: auto;
  bottom: -80px;
  left: -80px;
}

/* イベントタイトル newscss */

.lp-section__title_news img{
  width: 85%;
  height: auto;
  margin: 0 auto;
}

/* TOP タブレットcss */

@media (max-width: 768px) {

  .top_deco_left{
    width: clamp(240px, 40vw, 320px);
  }
  
  .top_deco_right{
    width: clamp(180px, 30vw, 240px);
  }

  .lp-phone__title {
    width: min(88%, 600px);
    margin: 80px auto 40px;
  }

  .lp-phone__copy-wrap {
    max-width: clamp(250px, 80vw, 440px);
    margin: 60px auto 0;
  }

  .deco_1 {
    top: clamp(-20px, -10vw, -10px);
    right: clamp(-75px, -10vw, 0px);
  }
  
  .deco_2 {
    left: clamp(-85px, -10vw, 0px);
    bottom: clamp(-70px, -10vw, -90px);
  }

  .lp-section__title_news img{
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }

  .lp-phone__copy {
    font-size: 2.4rem;
  }
  

}

@media (max-width: 480px) {

  .lp-phone__title {
    width: min(88%, 400px);
    margin: 60px auto 20px;
  }

  .top_deco_left{
    width: 150px;
    height: auto;
    top: 0;
  }
  
  .top_deco_right{
    top:0;
    width: 140px;
  }

  .lp-phone__copy-wrap {
    max-width: clamp(250px, 80vw, 400px);
    margin: 30px auto 0;
  }
  
  .lp-phone__copy{
    font-size: 2.5rem;
  }

  
  .deco_1 {
    top:-20px;
    right: -20px;
  }
  
  .deco_2 {
    left:-20px;
    bottom:-69px;
  }

  .lp-section__title_news img{
    width: 75%;
    height: auto;
  }

}




/*----------------------------------------
　共通
----------------------------------------*/

/* イベントタイトルcss */

.lp-section__title img{
  width: 85%;
  height: auto;
  margin: 0 auto;
}

/*  */

/* ボタン */

.btn-wrap{
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 36px;
  padding: 8px 34px 8px 18px;
  border-radius: 6px;
  background: var(--btn-bg, #4d60bf);
  color: var(--btn-color, #fff);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--btn-arrow, #fff);
  border-right: 2px solid var(--btn-arrow, #fff);
  transform: translateY(-50%) rotate(45deg);
}

.btn--blue {
  --btn-bg: #4d60bf;
  --btn-color: #fff;
  --btn-arrow: #fff;
}

.btn--pink {
  --btn-bg: #ff6b9d;
  --btn-color: #fff;
  --btn-arrow: #fff;
  font-size: 1.6rem;
  padding: 15px 34px 15px 18px;
  font-weight: bold;
}

/* ふわっと表示のcss */

.fadein-section{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein-section.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* タブレットcss */

@media (max-width: 768px) {

  .lp-section__title img{
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .btn--pink {
    font-size: 2.2rem;
    padding: 18px 36px 16px 18px;
  }
}


@media (max-width: 480px) {

  .lp-section__title img{
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

}

/*----------------------------------------
　NEWS ニュース
----------------------------------------*/

.news_section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.news-box {
  max-width: 420px;
  margin: 20px auto 0;
  padding: clamp(27px, 7.43vw, 30px) 40px;
  border: 2px solid #f39800;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
}

/* リスト */
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各行 */
.news-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #7a2b2b;
}

.news-list a {
  color: #0488e6;
}

/* 行間 */
.news-list li + li {
  margin-top: 10px;
}


/* 日付 */
.news-date {
  font-weight: 700;
  white-space: nowrap;
}

/* テキスト */
.news-text {
  flex: 1;
}

/* タブレットcss */

@media (max-width: 768px) {

  .news-box {
    max-width:auto;
  }

  .news-list li {
    font-size: 1.8rem;
  }
  

}

@media (max-width: 480px) {

  .news-box {
    width: clamp(280px, 90vw, 370px);
    margin: 20px auto 0;
    padding: clamp(15px, 5vw, 20px) 30px;
  }
}

/*----------------------------------------
  ABOUT AMAZING KIDS FESTA?
----------------------------------------*/


.about_section {
  position: relative;
  margin-top: 100px;
  padding: 0 24px 110px;
  background: #ffe763;
  overflow: visible;
}

.yellow_nami_top {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: auto;
  display: block;
}



.about_inner {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 10px;
}


.lp-section__title_about {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto -90px;
}

.lp-section__title_about img {
  display: block;
  width: 100%;
  height: auto;
}

.about_content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 80px 50px 40px;
  box-sizing: border-box;
}


.about_content p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

/* 下の装飾 */
.deco_3 {
  position: absolute;
  right: 12px;
  top: -50px;
  width: clamp(40px, 14.545vw, 80px);
  height: auto;
  z-index: 5;
}


/* タブレットcss */

@media (max-width: 768px) {


  .deco_3 {
    right:clamp(-20px, -8vw, -50px);
  }

  .about_inner {
    max-width: 500px;
  }

  .lp-section__title_about img{
    width: 110%;
    /* margin-left: -5%; */
  }

  .about_content p {
    font-size: 1.8rem;
  }

}

/* スマホベース */

@media (max-width: 480px) {

  .about_section{
   margin-top: 80px;
   padding: 0 24px 80px;
  }

  .deco_3 {
    right:clamp(0px, -8vw, -30px);
  }

  .about_content{
    padding: 90px 30px 40px;
  }

  .about_content p {
    font-size: 2rem;
  }

  
}

/*----------------------------------------
 スペシャルコメント (SPECIAL COMMENT)
----------------------------------------*/

.lp-section__title_specialcomments img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.specialcomments_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffc023;
  padding:20px 24px 120px;
  position: relative;
}

.specialcomments-inner {
  width: 100%;
  max-width: 450px;
  margin-top: 30px;
}


.specialcomments-card__img-wrap {
  width: 85%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: #d8d0c8;
  overflow: hidden;
}

.specialcomments-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.specialcomments-card__name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 14px;
  color: #600e0e;
  line-height: 1.4;
}

.btn--brown {
  --btn-bg: #5a2a2a;
  --btn-color: #fff;
  --btn-arrow: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  padding: 12px 36px 12px 20px;
  font-weight: bold;
  width: 85%;
  display: block;
  margin: 0 auto;
}

.btn--brown::after {
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}

.btn--brown.is-open::after {
  transform: translateY(-50%) rotate(-45deg);
}

.specialcomments-body {
  width: 85%;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffd3;
  transition: max-height 0.4s ease, padding 0.4s ease, margin-top 0.4s ease;
}

.specialcomments-body.is-open {
  max-height: 3500px;
  margin-top: 10px;
  padding: 15px;
}

.specialcomments-text {
  font-size: 1.6rem;
  line-height: 2;
  color: #600e0e;
  font-weight: 500;
  text-align: left;

}

.specialcomments-text .nowrap {
  white-space: nowrap;
}

.specialcomments-profile {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(96, 14, 14, 0.2);
}

.specialcomments-profile__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #600e0e;
  line-height: 1.6;
  margin-bottom: 6px;
}

.specialcomments-profile__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #600e0e;
}

.specialcomments-banner {
  width: 85%;
  margin: 40px auto 10px;
  text-align: center;
}

.specialcomments-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .specialcomments-banner {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .lp-section__title_specialcomments img {
    width: 60%;
  }

  .specialcomments_section {
    padding: 50px 24px 100px;
  }

  .specialcomments-inner {
    max-width: 560px;
  }

  .specialcomments-card__name {
    font-size: 2.2rem;
  }

  .specialcomments-text {
    font-size: 1.8rem;
  }

  .specialcomments-profile__title {
    font-size: 1.8rem;
  }

  .specialcomments-profile__text {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .lp-section__title_specialcomments img {
    width: 80%;
  }

  .specialcomments_section {
    padding: 30px 16px 80px;
  }

  .specialcomments-card__img-wrap {
    width: 80%;
  }

  .btn--brown {
    width: 80%;
    font-size: 2rem;
  }

  .specialcomments-body {
    width: 80%;
  }

  .specialcomments-card__name {
    font-size: 2.4rem;
  }

  .specialcomments-text {
    font-size: 2rem;
  }

  .specialcomments-profile__title {
    font-size: 2rem;
  }

  .specialcomments-profile__text {
    font-size: 1.8rem;
  }
}

/*----------------------------------------
　　take place
----------------------------------------*/

.lp-section__title_takeplace img{
  width: 85%;
  height: auto;
  margin: 0 auto;
}


.takeplace_section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #05cfc8;
  padding: 30px 24px 80px;
  position: relative;
}

.blue_nami_top,
.comment_nami_top {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: auto;
  display: block;
}

.deco_4 {
  position: absolute;
  left: 30px;
  top: -160px;
  width: clamp(80px, 23.636vw, 150px);
  height: auto;
  z-index: 100;
}

.deco_5 {
  position: absolute;
  right: 60px;
  top: -80px;
  width: clamp(50px, 23.636vw, 70px);
  height: auto;
  z-index: 100;
}

.deco_11 {
  position: absolute;
  right: 30px;
  top: -90px;
  width: clamp(80px, 22.727vw, 130px);
  height: auto;
  z-index: 100;
}

.deco_12 {
  position: absolute;
  left: 30px;
  top: -80px;
  width: clamp(70px, 20vw, 130px);
  height: auto;
  z-index: 100;
}

.blue_nami_under{
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: auto;
  display: block;
}

.takeplace_section p {
  font-size: 1.4rem;
  font-weight: bold;
}


.takeplace_section__note{
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #3f4b56;
}

.takeplace-accordion{
  display: grid;
  max-width: 500px;
  gap: 20px;
}

.takeplace-accordion__item{
  padding: 0;
  background: transparent;
  overflow: hidden; /* ←はみ出し防止 */
  border-radius: 8px; /
}

.takeplace-accordion__head{
  width: 100%;
  border: 0;
  background: #5667a8;
  color: #fff;
  padding: 14px 48px 14px 48px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  cursor: pointer;
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: inherit;
}

/* 日付（上の小さい文字） */
.takeplace-accordion__date{
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: .95;
}

/* タイトル（メイン） */
.takeplace-accordion__title{
  margin-top: 4px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}

.takeplace-accordion__head::before,
.takeplace-accordion__head::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform .3s ease;
}

.takeplace-accordion__head::after{
  transform: translateY(-50%) rotate(90deg);
}

.takeplace-accordion__item.is-open .takeplace-accordion__head::after{
  transform: translateY(-50%) rotate(0deg);
}

.takeplace-accordion__body{
  max-height: 0;
  padding: 0 14px 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}

.takeplace-card{
  background: #efe8d4;
  padding: 30px 14px 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 20px;
}

.takeplace-card__block{
  position: relative;
}

.card_ttl{
  position: absolute;
  top: -25px;
  left: -20px;
  max-width: 170px;
  height: auto;
}

.takeplace-card__box{
  background: #f4f4f4;
  min-height: 56px;
  padding: 20px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: #7b2732;
}

.takeplace-card__map{
  background: #cfcfcf;
}

.takeplace-card__map img{
  display: block;
  width: 100%;
  height: auto;
}

.takeplace-accordion__date,
.takeplace-accordion__title,
.takeplace-card__box{
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* タブレットcss */

@media (max-width: 768px) {


  .takeplace_section p {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .takeplace-accordion {
     max-width: 600px;
  }

  .takeplace-accordion__date{
    font-size: 1.6rem;
  }

  .takeplace-accordion__title{
    font-size: 2rem;
  }

  .takeplace_section{
    padding: 50px 24px 80px;
  }

  .deco_11 {
    right: 30px;
    top: clamp(-70px, -20vw, -90px);
    width: clamp(105px, 20vw, 130px);
  }

  .deco_12 {
    left: 40px;
    top: clamp(-70px, -18vw, -55px);
    width: clamp(120px, 18vw, 180px);
  }

  

}

@media (max-width: 480px) {

  .deco_4 {
    position: absolute;
    left: clamp(10px, 6vw, 30px);
    top: clamp(-110px, -30vw, -80px);
    width: clamp(80px, 35vw, 120px);
    height: auto;
    z-index: 100;
  }
  
  .deco_5 {
    position: absolute;
    right: clamp(40px, 10vw, 60px);
    top: clamp(-70px, -22vw, -60px);
    width: clamp(50px, 18vw, 60px);
    height: auto;
    z-index: 100;
  }

  .deco_11 {
    right: clamp(30px, 5vw, 30px);
    top: clamp(-60px, -20vw, -80px);
    width: clamp(105px, 20vw, 130px);
  }

  .deco_12 {
    left: clamp(20px, 3vw, 30px);
    top: clamp(-50px, -18vw, -55px);
    width: clamp(105px, 18vw, 140px);
  }

  .takeplace_section p {
    font-size: 2rem;
    font-weight: bold;
  }

  .takeplace-accordion {
     max-width: 450px;
  }

  .takeplace-accordion__date{
    font-size: 2rem;
  }

  .takeplace-accordion__title{
    font-size: 2.4rem;
  }

  .takeplace_section{
    padding: 50px 24px 50px;
  }

  .takeplace-card__box{
    font-size: 2rem;
    padding: 25px 18px 14px;
  }

}


/*----------------------------------------
 event contents イベントコンテンツ
----------------------------------------*/

.lp-section__title_eventcontents img{
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.eventcontents_section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 24px 30px;
  position: relative;
}

/* 装飾 */

.deco_6 {
  position: absolute;
  max-width: 90px;
  height: auto;
  top: 0;
  left: 30px;
}

.deco_7 {
  position: absolute;
  max-width: 120px;
  height: auto;
  top: -20px;
  right: 30px;
}

/* 子見出しタイトルとカラバリ */

.popup-title {
  --title-color: #3c2f8f;
  --line-color: #05cfc8;

  display: inline-block;
  padding: 8px 16px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--title-color);
  border-left: 6px solid var(--line-color);
  border-right: 6px solid var(--line-color);
  line-height: 0.4;
  text-align: center;
}

.popup-title--orange {
  --title-color: #000;
  --line-color: #f66631;
}

/* 動画 */

.video-wrap {
  text-align: center;
}

.video-wrap video {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

.js-autoplay-video {
  display: block;
  width: 100%;
  height: auto;
}

/* 動画fin */

.eventcontents_img{
  width: 75%;
  height: auto;
  margin: 30px auto 10px;
}

.eventcontents_txt{
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
}

.eventcontents_note{
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.6;
  color: #f07f00;
}

.popupcafe_txt{
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
}


/* タブレットcss */

@media (max-width: 768px) {

  .popup-title {
    padding: 8px 16px;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 60px;
  }

  .eventcontents_txt{
    font-size: 1.8rem;
  }

  .eventcontents_note{
    font-size: 1.6rem;
  }

  .eventcontents_img{
    width: 70%;
  }

  .popupcafe_txt{
    font-size: 2rem;
  }

}

@media (max-width: 480px) {

  .eventcontents_img{
    width: 90%;
  }

  .lp-section__title_eventcontents img{
    width: 100%;
  }

  .popup-title {
    margin-top: 40px;
  }

  .eventcontents_txt{
    font-size: 2rem;
    padding: 0;
  }

  .eventcontents_note{
    font-size: 1.8rem;
  }

  .popupcafe_txt{
    font-size: 2.4rem;
  }

  .deco_6 {
    position: absolute;
    max-width: 70px;
    height: auto;
    top: 0;
    left: 50px;
  }
  
  .deco_7 {
    position: absolute;
    max-width: 100px;
    height: auto;
    top: -20px;
    right: 40px;
  }

  .eventcontents_section{
    padding: 80px 24px 30px;
  }

}


/*----------------------------------------
グッズ
----------------------------------------*/

/* イベントタイトル newscss */

.lp-section__title_goods img{
  width: 85%;
  height: auto;
  margin: 0 auto;
}


.goods_section{
  margin-top: 80px;
  padding: 10px 0 40px;
  background-color: #ff91af;
  position: relative;
}

/* 上 */
.pink_nami_top {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: auto;
  display: block;
}

/* 下 */
.pink_nami_under{
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: calc(100% + 48px);
  height: auto;
  display: block;
}

/* 装飾 */

.deco_8 {
  position: absolute;
  max-width: 110px;
  height: auto;
  top: -80px;
  right: 30px;
}

.deco_9 {
  position: absolute;
  max-width: 80px;
  height: auto;
  top: -70px;
  left: 70px;
}

.goods_txt{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

/* グッズスライダー */

.goods-slider{
  width:min(100%, 480px);
  margin:0 auto;
}

.goods-slider *{
  box-sizing:border-box;
}

.goods-slider__main{
  position:relative;
  padding:24px 26px 18px;
  border:2px solid #1587b3;
  background:#d8eeee;
}

.goods-slider__viewport{
  overflow:hidden;
}

.goods-slider__track{
  display:flex;
  transition:transform .35s ease;
  will-change:transform;
}

.goods-slider__slide{
  flex:0 0 100%;
  width:100%;
}

.goods-slider__image{
  aspect-ratio:1 / 1;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.goods-slider__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.goods-slider__info{
  padding-top:14px;
  text-align:center;
  color:#2f7bb4;
}

.goods-slider__name{
  margin:0;
  font-size:2rem;
  font-weight:700;
  line-height:1.4;
}

.goods-slider__type{
  margin:2px 0 0;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.4;
}

.goods-slider__size{
  margin:4px 0 0;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.5;
}

.goods-slider__price{
  margin:10px 0 0;
  padding-top:10px;
  border-top:2px solid #b0d3ea;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4;
}

.goods-slider__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#1587b3;
  cursor:pointer;
  padding:0;
  z-index:2;
}

.goods-slider__arrow::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:12px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
}

.goods-slider__arrow--prev{
  left:-15px;
}

.goods-slider__arrow--prev::before{
  transform:translate(-35%, -50%) rotate(-135deg);
}

.goods-slider__arrow--next{
  right:-15px;
}

.goods-slider__arrow--next::before{
  transform:translate(-65%, -50%) rotate(45deg);
}

.goods-slider__thumbs{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:10px;
  margin-top:15px;
}

.goods-slider__thumb{
  aspect-ratio:1 / 1;
  padding:0;
  background:#ead1dc;
  cursor:pointer;
  overflow:hidden;
}

.goods-slider__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.goods-slider__thumb.is-active{
  outline:3px solid #2f8dcb;
  outline-offset:-3px;
}

/* タブレットcss */

@media (max-width: 768px) {

  .goods_txt{
    font-size: 1.8rem;
  }


  .goods-slider{
    width:min(100%, 500px);
    margin:0 auto;
  }

  .goods-slider__arrow{
    width:50px;
    height:50px;
  }
  
  .goods-slider__arrow::before{
    width:15px;
    height:15px;
  }
  
  .goods-slider__arrow--prev{
    left:-65px;
  }
  
  .goods-slider__arrow--next{
    right:-65px;
  }
  
  .goods-slider__name{
    font-size:2.4rem;
  }
  
  .goods-slider__type{
    font-size:2rem;
  }
  
  .goods-slider__size{
    margin:4px 0 0;
    font-size:1.8rem;
    font-weight:700;
    line-height:1.5;
  }
  
  .goods-slider__price{
    font-size:2rem;
  }

  .deco_8 {
    width: clamp(90px, 16vw, 130px);
    height: auto;
    top: clamp(-80px, -10vw, -40px);
    right: clamp(16px, 6vw, 50px);
  }
  
  .deco_9 {
    width: clamp(70px, 13vw, 100px);
    height: auto;
    top: clamp(-70px, -9vw, -35px);
    left: clamp(20px, 10vw, 80px);
  }
  

}

@media (max-width: 636px){

  .goods-slider{
    width:min(100%, 400px);
    margin:0 auto;
  }

  .goods-slider__arrow{
    width:40px;
    height:40px;
  }


  .goods-slider{
    width:min(100%, 92vw);
  }

  .goods-slider__main{
    padding:20px 20px 16px;
  }

  .goods-slider__thumbs{
    grid-template-columns:repeat(4, 1fr);
  }

  .goods-slider__arrow--prev{
    left:-10px;
  }

  .goods-slider__arrow--next {
    right:-10px;
  }
}

@media (max-width: 480px){

  .goods_txt{
    font-size: 2rem;
  }

  .goods-slider__thumbs{
    grid-template-columns:repeat(6, 1fr);
  }

  .deco_8 {
    width: 80px;
    height: auto;
    top: -70px;
    right: 20px;
  }
  
  .deco_9 {
    width: 60px;
    height: auto;
    top: -50px;
    left: 20px;
  }

  .lp-section__title_goods img{
    width: 100%;
  }

  .goods-slider__name{
    font-size:2.8rem;
  }
  
  .goods-slider__type{
    font-size:2.2rem;
  }
  
  .goods-slider__size{
    font-size:1.8rem;
    margin: 0;
  }
  
  .goods-slider__price{
    margin: 7px 0 0;
    padding-top: 7px;
    font-size:2.4rem;
  }

}


/*----------------------------------------
スペシャルコンテンツ・スポンサー・プレゼント
----------------------------------------*/

.comingsoon_img{
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.sponsors_img{
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 15px;
}

/* タブレットcss */

@media (max-width: 768px) {
 .specialcontents_section{
  margin-top: 100px;
 }
}

@media (max-width: 480px) {
  .specialcontents_section{
   margin-top: 50px;
  }

  .comingsoon_img{
    width: 90%;
  }
 }

/*----------------------------------------
フッター
----------------------------------------*/


.site-footer{
  background:#f07f00;
  padding:20px 10px;
  text-align:center;
}

.site-footer__copy{
  margin:0;
  color:#fff;
  font-size:1.4rem;
  letter-spacing:0.05em;
}


.kids_zone_ttl{
  font-weight:bold;
  font-size:2rem;
}

@media(max-width:480px){
  .kids_zone_ttl{
    font-size:2.4rem;
  }
}
