.humb_btn{
  display: block;
}
body::before {
    content: '';
    width: 100%;
    height: 100vh;
    background-image: url(../img/cmn/bg_nami.png);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;

    animation: bgScaleRotate 10s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes bgScaleRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.05) rotate(1deg);
    }
    50% {
        transform: scale(1.08) rotate(0deg);
    }
    75% {
        transform: scale(1.05) rotate(-1deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
/* タイトル
--------------------------------------------- */
.ttlbox_event {
  text-align: left;
  text-align: center;
  line-height: 0.8;
  width: 90%;
  margin: 0 auto 50px auto;
  max-width: 2000px;
}
.ttlbox_event .pc {
  display: none;
}
.ttl_event{
  font-weight: normal;
  font-size: 9.563rem;
  font-size: clamp(9.563rem, 3.583rem + 6.83vw, 12.125rem);
  font-family: 'Cherry Bomb One', sans-serif;
  color: #fff;
}
.sttl_event {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 1.313rem + 2.5vw, 4.438rem);
  color: #fff;
   font-family: 'Cherry Bomb One', sans-serif;
	line-height:1.0;
	padding-top:0.8em;
	margin-bottom:0.2em;
}

@media screen and (max-width:1400px){
  .ttl_event{
    font-size: 7.063rem;
    font-size: clamp(7.063rem, 3.729rem + 6.67vw, 9.563rem);
  }
  .sttl_event {
    font-size: 3.5rem;
    font-size: clamp(3.5rem, 1.313rem + 2.5vw, 4.438rem);
  }
}
@media screen and (max-width:800px){
  .ttl_event{
    font-size: 5rem;
    font-size: clamp(5rem, -3.25rem + 20.63vw, 7.063rem)
  }
  .sttl_event {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.874rem + 1.63vw, 1.688rem);
  }
}
  @media screen and (max-width:640px){
  .ttl_event{
    font-size: 3.063rem;
    font-size: clamp(3.063rem, 0.407rem + 11.48vw, 5rem);
    
    }
  .ttlbox_event {
    padding-top: 30px;
  }
  .ttlbox_event .pc {
    display: block;
  }
  .sttl_event {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .ttl_event {
    line-height: 1.0;
  }
}


/* サークル
--------------------------------------------- */
.flex_circle {
  max-width:2000px;
  width:96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: center;
}
.box_space {
  max-width: 380px;
  width: 100%;
  margin: 0 0.5% 40px 0.5%;
  background-color: #fff;
  border: 3px solid #333;
  padding-bottom: 30px;
}
.psi_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
.name_circle{
  font-size: 1.375rem;
  color: #4d4d4d;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border-bottom: 4px dotted #999;
  text-align: left;
  padding: 15px 5% 12px 4%;
  background-color: #e6e6e6;
  font-size: clamp(1.125rem, 0.188rem + 4vw, 1.25rem);
	line-height: 1.3;
}
.circle_no{

    color: #fff;
    background-color: #ff008c;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
	padding: 7px 5px 5px 5px;
    line-height: 1.5;
	line-height: 1.1;
    margin-right: 10px;
    align-self: baseline;
	font-size: 0.8em;
}
.name_circle::after{
  content: '';
  width: 100%;
  aspect-ratio: 555/135;
  background-image: url(../img/event/ttl_event_circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}
.img_circlecat {
  width: 44.2%;
 /* aspect-ratio: 168/249;*/
 /* border-radius: 10px;*/
 /* overflow: hidden;*/
  display: block;
}
.img_circlecat img{
  border-radius: 5px;
}
.damy {
  background-image: url(../img/event/thum_circle.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 168/249;
  border-radius: 10px;
}
.r18 {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 45px;
  height: 45px;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #fcee21;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.1em;
}
.list_type {
  margin-bottom: 5px;
}
.list_type li {
  font-size:0.813rem;
  font-size: clamp(0.813rem, 0.791rem + 0.1vw, 0.875rem);
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.itaku { background-color: #21c5d5; }
.choku { background-color: #ff008c; }


.list_info {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.list_info dt{
  color: #ff008c;
  margin-right: 10px;
  font-size: clamp(0.688rem, 0.598rem + 0.39vw, 0.938rem);
}
.list_info dd{
  font-size: clamp(0.75rem, 0.705rem + 0.19vw, 0.875rem);
}
.sum {
  width: 100%;
}
.sumtxt {
  font-weight: normal;
}
.list_info dt,.list_info dd{
  margin-bottom: 5px;
}
.ly_r_space{
  width: 50%;
  text-align: left;
}
.list_link {
  display: flex;
  flex-wrap: wrap;
}
.list_link li{
  width: 30px;
  height: 30px;
  margin-right: 7px;
margin-bottom:7px;
}
.list_link li a:hover{
  opacity: 0.75;
}
.btn_menu {
  margin: 20px auto 0 auto;
  width: 95%;
  position: relative;
}
.btn_menu a{
  padding: 10px 20px;
  font-size: 1rem;
}
@media screen and (max-width:1400px){
  .box_space {
    width: 27.1428%;
  }
  .name_circle{
    font-size:1.25rem;
    font-size: clamp(1.25rem, 1.083rem + 0.33vw, 1.375rem);
  }
}
@media screen and (max-width:1000px){
  .box_space {
    width: 45%;
  }
  .flex_circle {
    width:90%;
  }
}
@media screen and (max-width:800px){
  .name_circle{
    font-size:0.875rem;
    font-size: clamp(0.875rem, 0.552rem + 1.4vw, 1.25rem);
  }
}
@media screen and (max-width:640px){
  .box_space {
    width: 48%;
    margin-bottom: 15px;
  }
  .flex_circle {
    width:94%;
    justify-content: space-between;
  }
  .list_type {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .ly_r_space{
    width:100%;
  }
  .img_circlecat {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .img_circlecat img{
    border-radius: 5px;
  }
  .btn_menu::before{
    display: none;
  }
  .list_type li {
    font-size: 0.7rem;
    padding: 2px 5px;
    margin-right: 0px;
    margin-bottom: 3px;
  }
  .circle_no{
    margin-right: 5px;

}
.list_link li{
  margin-right: 6px;
	margin-bottom:6px;
}
}
@media screen and (max-width:470px){
  .btn_smpl a::after {
    display: none;
  }
  .r18 {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
    top: -10px;
    left: -10px;
  }
  .btn_menu {
    width: 90%;
    box-shadow: 2px 2px 0px 0 #ff008c;
  }
  .btn_menu:hover{
    transform: translate(2px,2px);
  }
}

/* モーダル
--------------------------------------------- */
.modaal-overlay {
  background: #ff008c !important;
}
.modaal-container{
  border-radius: 5px !important;
}
.modaal-close {
  right: calc(50% - 370px) !important;
}
@media screen and (max-width:900px){
  .modaal-close {
    right: auto !important;
    left: 5px !important;
  }
  .modaal-wrapper .modaal-close {
    background: #ff008c !important;
  }
}

/* イベント　シングル
--------------------------------------------- */
.single-event {
  background: #ff008c;
  line-height: 0;
  height: 100%;
}
.single-event::before {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  height: 100%;
	    animation: none;

}
.single-event main{
  background: #fff;
  max-width: 640px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
.single-event footer{
  display: none;
}
.psi_info_si {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
.name_circle_si{
  font-size: clamp(1.25rem, 0.981rem + 1.17vw, 2rem);
  color: #4d4d4d;
  font-weight: bold;
  aspect-ratio: 555/135;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.name_circle_si span{
  position: relative;  
}
.name_circle_si::before{
  content: '';
  width: 100%;
  aspect-ratio: 555/135;
  background-image: url(../img/event/ttl_event_circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.ly_r_space_si{
  width: 50%;
  text-align: left;
}
.img_circlecat_si {
  width: 44.2%;
  aspect-ratio: 168/249;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.img_circlecat_si img{
  border-radius: 5px;
  width: 100%;
}
.list_type_si {
  margin-bottom: 15px;
}
.list_type_si li {
  font-size:0.875rem;
  font-size: clamp(0.875rem, 0.74rem + 0.58vw, 1.25rem);
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.single-event .list_info dt{
  font-size: clamp(0.875rem, 0.74rem + 0.58vw, 1.25rem);
}
.single-event .list_info dd{
  font-size: clamp(0.875rem, 0.74rem + 0.58vw, 1.25rem);
}


/* お品書き
--------------------------------------------- */
.sec_shina {
  background-color: #ff008c;
  position: relative;
}
.sec_shina::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/event/bg_event_border.gif);
  opacity: 0.07;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_shina::after{
  content: '';
  width: 100%;
  height: 16px;
  background-image: url(../img/event/bg_event_mokumoku_msk.svg);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_shina {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.ttlbox_shina {
  color:#fff;
  margin-bottom: 50px;
  line-height: 1;
}
.ttl_shina {
  font-size: 3.75rem;
  font-size: clamp(2.25rem, 1.369rem + 3.81vw, 3.75rem);
  font-weight: bold;
  padding-top: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sttl_shina{
  font-size: 0.813rem;
  font-size: clamp(0.813rem, 0.702rem + 0.48vw, 1rem);
}
.box_shina {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box_shina img {
	margin-bottom:10px;	
}
.img_item {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.img_item img{
  border-radius: 10px;
}
.item_r {
  width: 65%;
  text-align: left;
  margin-bottom: 20px;
}
.btn_item {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}
.list_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.list_item dt{
  width: 60px;
  color: #808080;
  letter-spacing: 0.1em;
}
.list_item dd{
  width: 70%;
  margin-bottom: 10px;
  color: #000;
}
.ju {
  text-align: center;
}
@media screen and (max-width:640px){
  .ttlbox_shina {
    font-size: 2.25rem;
    font-size: clamp(2.25rem, 1.369rem + 3.81vw, 3.75rem);
  }
  .ttlbox_shina {
    line-height: 0.7;
  }
  .btn_item a{
    padding: 14px 0px;
    font-size: 1rem;
  }
  .box_shina p{
    line-height: 1.5;
    font-family: 'NotoSansJP', sans-serif ,"YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo";
    font-weight: 400;
  }
}

.site-footer {
  background-color: #fff;

}