@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Shippori+Mincho:wght@400;500;600&display=swap');
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #333;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.right {
  text-align: right;
  font-size: 1.7rem;
  margin-top: 10px;
}
.center {
  text-align: center;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
}
.maT20 {
  margin-top: 20px;
}
.maT40 {
  margin-top: 40px;
}
.maT50 {
  margin-top: 50px;
}
body {
  font-size: 1.7rem;
  color: #222;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* main
------------------------------------------------- */
main {
  background-color: #d4e7a2;
  text-align: center;
  position: relative;
}
main dd {
  margin-top: -5%;
}
#main_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 4% 20px;
}
#main_wrap img {
  max-width: 100%;
  height: auto;
}
#insta {
  text-align: right;
  margin-top: -5%;
}
/* つどい推進責任者メッセージ
------------------------------------------------- */
#message {
  padding: 100px 7%;
  font-size: 1.8rem;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#message:before {
  background-image: url("../images/message_bg1.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  max-width: 210px;
  max-height: 210px;
  width: 17%;
  height: 17%;
  position: absolute;
  top: 15%;
  left: 1%;
  z-index: -1;
  animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#message:after {
  background-image: url("../images/message_bg2.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  max-width: 390px;
  max-height: 300px;
  width: 25%;
  height: 25%;
  position: absolute;
  bottom: 25%;
  right: -5%;
  z-index: -2;
  animation: fuwafuwa2 2.5s infinite;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#message h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ec008c;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
#message h1 strong {
  font-size: 150%;
  color: #4bb983;
  font-weight: 500;
}
#message article {
  max-width: 1040px;
  margin: auto;
}
#message dl {
  display: flex;
  justify-content: space-between;
}
#message dl dt {
  width: calc(100% - 240px);
}
#message dl dd {
  width: 200px;
  line-height: 1.4;
  text-align: center;
}
#message dl dd img {
  border-radius: 30px;
  margin-bottom: 15px;
  display: block;
}
#message dl dd span {
  font-weight: 700;
  display: block;
  font-size: 36px;
}
/* イベント内容
------------------------------------------------- */
.dott_wrap {
  background-color: #d4e7a2;
  background-image: url("../images/dott.webp");
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  padding: 140px 4%;
}
.area_icon {
  margin-bottom: 50px;
  animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
/* メインステージ
------------------------------------------------- */
.contents {
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 4%;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 8px #15a99b;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 2.4rem;
}
.contents:before {
  content: "";
  display: inline-block;
  width: 460px;
  height: 460px;
  background-image: url("../images/green_lefttop.webp");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contents:after {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background-image: url("../images/green_rightbottom.webp");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.contents h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ec008c;
  line-height: 1.4;
  margin-bottom: 50px;
}
.area {
  background-color: #15a99b;
  border-radius: 100px;
  color: #FFF;
  padding: 6px 30px;
  display: inline-block;
  line-height: 1.2;
}
.time {
  margin-bottom: 30px;
  line-height: 1.4;
  margin-top: 10px;
}
.contents h2 {
  background-color: #00a29a;
  border-radius: 15px;
  color: #FFF;
  padding: 14px 30px;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-bottom: 40px;
}
ul.greeting {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.2;
}
ul.greeting li {
  width: 46%;
  margin-bottom: 40px;
}
ul.greeting picture img {
  border-radius: 30px;
  display: block;
  margin: 0 auto 15px;
}
ul.greeting li span {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
ul.greeting picture span img {
  border-radius: 0;
  display: block;
  margin: 0 auto;
}
dl.guest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
dl.guest dt {
  width: 55%;
  text-align: left;
}
dl.guest dd {
  max-width: 400px;
  width: 40%;
}
dl.guest dd img {
  max-width: 100%;
  height: auto;
}
dl.guest dd figcaption {
  text-align: right;
  margin-right: 30px;
  font-weight: 700;
}
.subttl {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ec008c;
  line-height: 1.6;
}
.subttl_small {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #ec008c;
  line-height: 1.6;
}
.subttl_small_black {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6;
}
.subttl_small_black span {
  font-size: 40px;
  color: #ec008c;
  display: inline-block;
  margin: 0 5px;
}
figcaption {
  font-size: 2.4rem;
  font-weight: 700;
}
/* ものまね
------------------------------------------------- */
#live.contents {
  border: solid 8px #3eadda;
}
#live.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/blue_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#live.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/blue_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#live.contents .area {
  background-color: #3eadda;
}
/* キッズエリア
------------------------------------------------- */
#kids.contents {
  border: solid 8px #f093bb;
}
#kids.contents:before {
  background-image: url("../images/pink_lefttop.webp");
}
#kids.contents:after {
  background-image: url("../images/pink_rightbottom.webp");
}
#kids.contents .area {
  background-color: #f093bb;
}
#kids.contents figure img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
ul.box2 {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  line-height: 1.2;
  gap: 45px 0;
}
ul.box2 li {
  width: 45%;
}
ul.box2 li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
ul.box2 li span {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
/* 青年がつくるつどい
------------------------------------------------- */
#tsudoi.contents {
  border: solid 8px #33b242;
}
#tsudoi.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/green_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#tsudoi.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/green_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#tsudoi.contents .area {
  background-color: #33b242;
}
#tsudoi.contents figure img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
/* グルメストリート
------------------------------------------------- */
#gourmet.contents {
  border: solid 8px #d8408d;
}
#gourmet.contents:before {
  background-image: url("../images/pink_lefttop.webp");
}
#gourmet.contents:after {
  background-image: url("../images/pink_rightbottom.webp");
}
#gourmet.contents .area {
  background-color: #d8408d;
}
ul.box3_center {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 5%;
  margin-top: 30px;
  line-height: 1.4;
}
ul.box3_center li {
  width: 30%;
}
ul.box3_center li img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 15px;
}
ul.box3_center li span {
  font-size: 2.4rem;
  font-weight: 700;
}
/* ゲームエリア
------------------------------------------------- */
#game.contents {
  border: solid 8px #96c72c;
}
#game.contents:before {
  width: 460px;
  height: 400px;
  background-image: url("../images/yellowgreen_righttop.webp");
  background-position: right top;
  left: inherit;
  right: 0;
  top: 0;
}
#game.contents:after {
  width: 270px;
  height: 250px;
  background-image: url("../images/yellowgreen_leftbottom.webp");
  background-position: left bottom;
  left: 0;
  bottom: 0;
  z-index: -2;
}
#game.contents .area {
  background-color: #96c72c;
}
.flexwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexwrap div {
  width: 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flexwrap ul {
  list-style: none;
}
.flexwrap ul li {
  background-color: #bdd232;
  border-radius: 10px;
  padding: 6px 10px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  margin: 20px 0;
  min-width: 300px;
  line-height: 1.4
}
#festival .flexwrap ul li {
  background-color: #f3bd00;
}
.flexwrap p {
  width: 50%;
}
.flexwrap p img {
  width: 100%;
  height: auto;
}
.etc {
  min-width: 300px !important;
  text-align: left;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
}
/* お祭り広場
------------------------------------------------- */
#festival.contents {
  border: solid 8px #f0a010;
}
#festival.contents:before {
  background-image: url("../images/orange_lefttop.webp");
}
#festival.contents:after {
  background-image: url("../images/orange_rightbottom.webp");
}
#festival.contents .area {
  background-color: #f0a010;
}
#festival.contents figure img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
/* その他の企画
------------------------------------------------- */
.other_contents {
  max-width: 1280px;
  margin: 140px auto 0;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
.other_contents h1 {
  font-size: 50px;
  color: #ec008c;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
  font-weight: 400;
}
ul.other_list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
ul.other_list li {
  background-color: #89d7f7;
  padding: 8px 10px;
  border-radius: 15px;
  border: solid 5px #FFF;
  line-height: 1.4;
  width: 22%;
  margin: 1.5%;
  box-sizing: border-box;
}
/* info・アクセス
------------------------------------------------- */
section.outline {
  max-width: 1140px;
  margin: 100px auto 0;
  padding: 0 4%;
  box-sizing: content-box;
  line-height: 1.6;
}
h1.line {
  position: relative;
  padding: 0 30px;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 50px;
}
h1.line:before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 50%;
  height: 8px;
  content: '';
  background: #0069b8;
}
h1.line:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 50%;
  height: 8px;
  content: '';
  background: #e73079;
  z-index: -1;
}
h1.line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
ul.list {
  margin-left: 20px;
}
ul.list li {
  margin-bottom: 15px;
}
.access {
  display: flex;
  justify-content: space-between;
}
.access div {
  width: 40%;
}
.access .map {
  width: 55%;
  text-align: right;
}
.access .map img {
  max-width: 100%;
  height: auto;
}
section.outline h2 {
  font-size: 3rem;
  font-weight: 700;
}
address {
  font-style: normal;
}
address span {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 400;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  margin-top: 20px;
}
.btn_red a {
  background-color: #e73079;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 40px 10px 20px;
  margin-top: 30px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.btn_red a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_red a:hover {
  background-color: #ff418d;
}
/* フッター
------------------------------------------------- */
footer {
  margin-top: 150px;
  padding: 100px 4%;
  background-color: #f5f5f5;
  text-align: center;
  color: #333;
}
dl.contact {
  margin-top: 20px;
}
dl.contact ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
dl.contact ul li {
  margin: 0 20px;
}
ul.footer_navi {
  font-size: 1.6rem;
  margin: 50px 0 30px;
  line-height: 1.4;
}
ul.footer_navi li {
  border-right: solid 1px #999;
  padding: 0 25px;
  margin: 0 !important;
}
ul.footer_navi li:last-child {
  border-right: none;
}
ul.footer_navi li a {
  text-decoration: none;
}
.copy {
  font-size: 1.5rem;
  color: #666;
  margin-top: 30px;
  font-weight: 400;
}
/* クラス付与時の指定 */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #00a29a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.page_top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  background-color: #22c7bf;
}
/* ハンバーガーメニュー
------------------------------------------------- */
.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 100%;
}
.hamburger-overlay__line {
  position: absolute;
  left: 15px;
  width: 50px;
  height: 5px;
  background-color: #00a29a;
  transition: all .6s;
  border-radius: 10px;
}
.hamburger-overlay__line:nth-of-type(1) {
  top: 26px;
}
.hamburger-overlay__line:nth-of-type(2) {
  top: 38px;
}
.hamburger-overlay__line:nth-of-type(3) {
  top: 50px;
}
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #00a29a;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #d4e7a2;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
  overflow-y: auto;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.xnav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nav-overlay__content {
  text-align: center;
}
/* メニュー */
ul.nav-overlay__list {
  margin: 50px 4%;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #008d87;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  display: inline-block;
}
.nav-overlay__item {
  opacity: 0;
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
}
ul.nav-overlay__list li a {
  text-decoration: none;
  color: #008d87;
  padding: 10px 30px;
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px #FFF;
}
ul.nav-overlay__list li a:hover {
  color: #4fab22;
}