@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500;700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?imfjci');
  src:  url('/fonts/icomoon.eot?imfjci#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?imfjci') format('truetype'),
    url('/fonts/icomoon.woff?imfjci') format('woff'),
    url('/fonts/icomoon.svg?imfjci#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_w:before {
  content: "\e900";
}
.icon-square_ic:before {
  content: "\e901";
}

/*font{
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
	font-family: 'Noto Serif JP', serif;
font-weight: 700;
}*/

/*----------------------------------------------------------
 調整用
---------------------------------------------------------- */
.fs_pait{
	font-feature-settings : "palt";
}

/*----------------------------------------------------------
 common
---------------------------------------------------------- */

body{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
	line-height: 1.5;
  font-size: 18px;
  background-color: #f3efe6;
}

img{
  width: auto;
  max-width: 100%;
}

a{
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:hover{
  opacity: 0.6;
}

/* ---------------------------------------------------------------- *
	inner
 * ---------------------------------------------------------------- */
.inner{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
/* PC */
@media (min-width: 769px) , print{
  .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* SP */
@media (max-width: 768px) {
  .inner{
    width: 95%;
  }
}

/* ---------------------------------------------------------------- *
	p
 * ---------------------------------------------------------------- */
.text p{
	margin-bottom: 1em;
}

.text p:last-child{
	margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	medhia
 * ---------------------------------------------------------------- */
/* PC */
@media (min-width: 769px) , print{
  .no-pc, .spOnly { display: none !important;}
	.pcOnly{display:block !important;}
}

/* SP */
@media (max-width: 768px) {
  .no-sp, .pcOnly { display: none !important;}
	.spOnly{display: block !important;}
}


/* ---------------------------------------------------------------- *
	line-height
 * ---------------------------------------------------------------- */
.lineheight_16{
  line-height: 1.6;
}

/* ---------------------------------------------------------------- *
	wrap
 * ---------------------------------------------------------------- */
#wrapper{
  position: relative;
}


/* ---------------------------------------------------------------- *
	square_ttl
 * ---------------------------------------------------------------- */
.square_ttl{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 32px;
	text-indent: -32px;
	position: relative;
}
.square_ttl::before{
  content: "■";
	margin-right: 10px;
  font-size: 22px;
  vertical-align: bottom;
	color: #ebc600;
}

/* SP */
@media (max-width: 768px) {
	.square_ttl{
		font-size: 22px;
	}
}

/* ---------------------------------------------------------------- *
	btn
 * ---------------------------------------------------------------- */
.btnWrap{
	margin-left: auto;
	margin-right: auto;
  width: 100%;
  display: block;
}

/* PC */
@media (min-width: 769px) , print{
	.btnWrap{
		max-width: 600px;
	}
}

.grd_btn{
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-radius: 999px;
  text-align: center;
  background: -webkit-linear-gradient(90deg, #d73030 0%, #e9732e 50%, #d73030 100%);
  background: linear-gradient(90deg, #d73030 0%, #e9732e 50%, #d73030 100%);
}


.grd_btn.blue_btn{
  background: -webkit-linear-gradient(90deg, #007ED2 0%, #41ACE9 50%, #007ED2 100%);
  background: linear-gradient(90deg, #007ED2 0%, #41ACE9 50%, #007ED2 100%);
}

/* ---------------------------------------------------------------- *
	mv
 * ---------------------------------------------------------------- */
#mv .inner > *{
	position: relative;
	z-index: 2;
}
#mv{
  background: url(/img/mv_bg.jpg);
  background-size: cover;
  background-position:  top center;
}
/* SP */
@media (max-width: 768px) {
  #mv{
    padding-top: 10px;
  }
}

#mv .mv_img{
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: -3px;
}
/* mid */
@media (max-width: 1300px) {
  #mv .mv_img{
    bottom: -0.24017vw;
  }
}
/* sp */
@media (max-width: 768px) {
  #mv .mv_img{
    bottom: 0;
  }
}
#mv .mv_img img{
	vertical-align: bottom;
}
#mv .mv_deco{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: url(/img/mv_kirakira.png);
  background-size:  cover;
  background-position:  top center;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #mv .mv_deco{
    background-image: url(/img/mv_kirakira_sp.png);
  }
}
#mv .mv_inner{
	position: relative;
  max-width: 1300px;
	padding-top: 40px;
  padding: 0;
}
/*#mv .inner::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("/img/mv_deco.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 114px;
	z-index: 1;
}*/

/* PC */
@media (max-width: 1000px) , print{
	#mv .inner{
		padding-bottom: 120px;
	}
}
/* SP */
@media (max-width: 768px) {
	#mv .inner{
    width: 100%;
		padding: 0;
	}
	#mv .inner::after{
		height: 94px;
	}
}


/* ---------------------------------------------------------------- *
	eventinfo_cont
 * ---------------------------------------------------------------- */
.eventinfo_cont{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  background: -webkit-linear-gradient(315deg, #d7a400 0%, #ffe100 27%,  #dab300 66%,   #ffe100 80%, #c49600 100%);
  background: linear-gradient(135deg, #d7a400 0%, #ffe100 27%,  #dab300 66%,   #ffe100 80%, #c49600 100%);
}
.eventinfo_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap; 
  gap: 0 20px;
  font-size: 110%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
/* PC */
@media (min-width: 769px) , print{
  .eventinfo_box{
    max-width: 800px;
    padding-left: 20px;
  }
}
/* SP */
@media (max-width: 768px) {
  .eventinfo_box{
  }
}
/*.eventinfo_box::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: -webkit-linear-gradient(0deg, #d7a400 0%, #ffe100 27%,  #dab300 66%,   #ffe100 80%, #c49600 100%);
  background: linear-gradient(90deg, #d7a400 0%, #ffe100 27%,  #dab300 66%,   #ffe100 80%, #c49600 100%);
}*/
.eventinfo_box dt{
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  width: calc(5em + 40px);
  background-color: #a41118;
  font-weight: 700;
  border-radius: 5px;
}

/* PC */
@media (min-width: 769px) , print{
  .eventinfo_box dd{
    width: calc(100% - 20px - 5em - 40px);
    padding-top: 0.2em;
  }
}

/* SP */
@media (max-width: 768px) {
  .eventinfo_box dt,
  .eventinfo_box dd{
    width: 100%;
  }
}

/* ---------------------------------------------------------------- *
	footer
 * ---------------------------------------------------------------- */
#footer {
  background-color: #fff;
  margin-top: 60px;
	padding: 40px 0;
	text-align: center;
}

#footer .footer_copy {
  display: inline-block;
}
#footer .footer_copy p{
  text-align: left;
	margin-bottom: 5px;
  text-indent: -3em;
  padding-left: 3em;
}

/* PC */
@media (min-width: 769px) , print{
}

/* SP */
@media (max-width: 768px) {
  #footer .footer_copy {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------- *
	formstop
 * ---------------------------------------------------------------- */
.formstop{
  padding-top: 60px;
  text-align: center;
  font-size: 120%;
}