/*
Theme Name: flc-fes-250112
Version: 1.1
*/

/*
-------------------
  base style
-------------------
*/

 
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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing:border-box;
  font: inherit;
  vertical-align: center;
  font-feature-settings: "palt";
  text-autospace: no-autospace;
  letter-spacing: 0px;
  transition:all 0.3s ease-out;
  line-height: 1;
  font-size:1rem;
  color: var(--text-color);
  background-position:center;
  background-size:cover;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background:#ffffff;
	color:#231815;
}
ol, ul, li {
    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;
}


p,a,td,li,input,textarea{
  line-height:1.4;
}

a{
	text-decoration: none;
}

a:hover{
  
}
.font{

}


.wp-block-file__button{
  position:relative;
  display:block;
  width: 260px;
  margin:auto!important;
  margin-top:24px;
  padding: 8px 0px;
  border-radius:100px;
  border:4px solid #16A8AA;
  background:#16A8AA!important;
  letter-spacing:0.2vw;
  text-align:center;
  color:#fff;
  font-weight:bold;
  transition:all 0.2s ease-out;
  text-decoration:none!important;
}




strong{
  font-weight:bold;
}

iframe{
  max-width:100%;
}

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


input{
  width:100%;
  border:none;
  border-radius:6px;
  padding:14px;
  box-sizing:border-box;
  background: #f3f3f3;
  outline: none;
  resize: none;
  font-size:1rem;
}

textarea{
  width:100%;
  border:none;
  padding:14px;
  border-radius:4px;  
  box-sizing:border-box;
 background: #f3f3f3;
  border-radius:4px;
  outline: none;
  resize: none;
  -webkit-appearance:none;
  font-size:1rem;
}

input[type="tel"],
input[type="e-mail"],
input[type="file"],
input[type="text"]{
  -webkit-appearance:none;
}


.wpcf7-list-item{
  display:inline-block;
  margin:10px 0px;
  margin-right:40px;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
  font-size:1rem;
}

input[type="file"]{
  background:none;
  box-shadow:none;
  padding:0px;
}

input[type="submit"]{
  display:block;
  width:300px;
  margin:auto;
  margin-top:24px;
  padding: 16px 0px;
  text-align:center;
  border:none;
  border-radius:4px;
  color:#fff;
  letter-spacing:0.2vw;
  font-size:1.2rem;
  font-weight:bold;
  text-decoration:none;
  background: #ed7395;
  outline: none;
  -webkit-appearance:none;
}

input[type="submit"]:hover{

}

::placeholder {
  color: #c2c2c2;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
 font-size:1rem; 
}

.wpcf7-not-valid-tip{
  color:#b01212;
}

wpcf7 span.kome{
  padding:0px 10px;
  margin-left:10px;
  color:#fff;
  font-size:0.7rem;
  background:#b01212;
}


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

:root {
  --main-bg: #F4FCFF;
  --text-color: #2F281A;
  --accent-color:#443C8D;
}

.font{
   font-family: "Jost", sans-serif;
}

.heading p{
 
}

h2.heading{
  font-size:3rem;
  font-weight:bold;
}

h2.heading span{
  display:block;
}

a.button{
  position:relative;
  display:block;
  width: 260px;
  padding: 18px 0px;
  margin:auto;
  border-radius:100px;
  /* background:#161616; */
  text-align:center;
  color:#fff;
  font-weight:bold;
  transition:background 0.2s,top 0.8s,opacity 0.8s ease-out;
}

a.button:hover{


}

{
  
}

.gurade {
 background-image:url("images/gurade.svg");
}

.image.fit{
  
  overflow:hidden;
}
.image.fit img{
  object-fit:cover;
  width:100%;
  height:100%;
}

.heading{
	text-align:center;
}

.heading h2{
	font-size:4rem;
	font-weight:bold;
	margin:10px 0;
}

.heading h3{
	font-size:1.4rem;
	font-weight:bold;
}

/*
-------------------
  animation
-------------------
*/


.fadein.fuwa{
  top:60px;
  transition:all 0.8s ease-out;
  opacity:0;
  filter:blur(6px);
}

.fadein.fuwa.scrollin{
  top:0;
  opacity:1;
  filter:blur(0px);
}



/*
-------------------
  loading
-------------------
*/
#contents{
  transition:all 2s ease-out;
  transition-delay:0.5s;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:1000;
  transition:all 0.5s ease-out;
  transition-delay:0s;
  background: #ffffff;
}

#loading.loaded{
 opacity:0;
  z-index:-100;
}

#loading.loaded.is_remove{
  opacity:1;
  z-index:1000;
}

#loading.loaded.is_remove:after{
  bottom:-120%;
}

#loading:after{
  content:"";
  display:block;
  width: 100%;
  height: 100vh;
  bottom:-120%;
  position: fixed;
  background:#fff;
  transition:all 0.3s ease-out;
}

#loading.loaded:after{
  bottom:0;
}



#loading.loaded.is_remove{
  width:100%;
  transition-delay:0s;
  transition:all 0.1s ease-out;
}



#loading.loaded.is_remove img{
  display:block;
}


#loading img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading img.loading-logo{
  top: 48%;
  z-index:2000;
  width: 130px;
}

#loading img.loading-icon{
  top:50%;
  z-index:2000;
  width: 50px;
}


/*
-------------------
  header-PC
-------------------
*/

#header-pc{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:fixed;
  z-index: 40;
  width:100%;
  padding:20px 40px;
}

#header-pc .logo img{
  width: 260px;
}

#header-pc nav ul{
  display:flex;
   align-items:center;
}

#header-pc nav ul li{
  margin:0px 20px;
}

#header-pc nav ul li a{
	font-weight:900;
	letter-spacing:0.1rem;
}

#header-pc nav ul li a.entry{
	padding: 16px 50px;
	border-radius:100px;
	color:#fff;
	font-weight:bold;
}

/*
-------------------
  header-mobile
-------------------
*/

#header-mobile{
  display:none;
  justify-content:space-between;
  align-items:center;
}

#header-mobile .logo{
  position:absolute;
  z-index: 40;
  padding:20px 20px;
}

#header-mobile .logo img{
  width: 60%;
}


.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
	border-radius:100px;
    background-image:url("images/gurade.svg");
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡*/
}

.menu-content-logo img{
  display:block;
  width: 80%;
  margin:auto;
  margin-top: 20%;
}

.menu-content ul {

}
.menu-content ul li {
 top:80px;
 opacity:0;
 margin: 0vw 0px;
 text-align:center;
 transition-delay:0.3s;
}
.menu-content ul li a{
  display:block;
  padding:20px 40px;
  font-weight: 900;
}

.menu-content nav ul li a span{
  display:block;
  font-size:0.8rem;
  font-weight:normal;
}

.menu-content nav ul li a.button-menu{
  height:100%;
  padding: 25px 40px;
  color:#fff;
  font-weight:normal;
}


#menu-btn-check:checked ~ .menu-content ul li{
  top:0px;
  opacity:1;
}

.menu-content ul li:nth-child(2){
  transition-delay: 0.35s;
}

.menu-content ul li:nth-child(3){
  transition-delay: 0.4s;
}
.menu-content ul li:nth-child(4){
  transition-delay: 0.45s;
}
.menu-content ul li:nth-child(5){
  transition-delay: 0.5s;
}
.menu-content ul li:nth-child(6){
  transition-delay: 0.55s;
}
.menu-content ul li:nth-child(7){
  transition-delay: 0.6s;
}

/*
-------------------
  index
-------------------
*/

#topimage{
  height:calc(100svh - 40px);
	background:#fff;
}

.blandbg{
	position:absolute;
	width:100%;
	height:calc(100svh - 40px);
	overflow:hidden;
}

.blandbg img{
	position:absolute;
	width:30vw;
	height:auto;
	opacity: 0.8;
}

.blandbg img.c{
	right:-10%;
	bottom:-10%;
}

.blandbg img.sankaku{
	right:-10%;
	top:-10%;
}

.blandbg img.shikaku{
	width: 54vw;
	left: 22%;
	bottom: -61%;
}

.blandbg img.c{
	right: -4%;
	bottom:-10%;
}

.blandbg img.f{
	left:-10%;
	bottom:-10%;
}

.blandbg img.maru{
	width: 45vw;
	left: -19%;
	top: -28%;
}

.blandbg img.L{
	width: 17vw;
	right: 41%;
	top: -17%;
}

#topimage section{
	padding-top: 37vh;
	text-align:center;
}

#topimage section h2{
	font-size:4vw;
	font-weight:bold;
}

#topimage .date{
	width: 31vw;
	margin:auto;
	margin-top:4%;
	text-align:center;
}

#index-about{
	padding:100px 60px;
	background-image:url("images/guradebg.svg");
	
	text-align:center;
}

#index-about h2 span{
	font-size: 4vw;
	font-weight:bold;
	line-height:1.4;
	color:#fff;
}

#index-about p {
	margin-top:100px;
	
}

#index-about a {
	margin-top:100px;
}

#index-about p span{
	font-size: 2vw;
	font-weight:bold;
	line-height: 1.8;
	color:#fff;
}

.index-news{
	padding:100px;
	background:#F2F2F2;
	overflow:hidden;
}

.index-news section{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:60px 0;
}

.index-news section .box{
	width:30%;
	margin:20px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}

.index-news section .box .text{
	padding:7%;
}

.index-news section .box .text h3{
	font-size:1.2rem;
	font-weight:700;
	margin-top:6px;
	line-height:1.4;
}

.index-news section .box .text p{
	color:#666;
	font-size:0.8rem;
}

.index-news .xpost{
	display:flex;
	justify-content:center;
}

.index-sampleimg{
	padding-top:16px;
	background:#000;
	color:#fff;
	text-align:center;
}

.index-sampleimg p{
	font-size:12px;
	color:#d4d4d4;
}

.index-sampleimg section{
	display:flex;
	justify-content:center;
}

.index-sampleimg section img{
	width:33.3%;
}

.index-contents{
	padding:100px;
	background:#F2F2F2;
	overflow:hidden;
}

.index-contents-blandbg{
	position:absolute;
	width:100%;
	height:100%;
}

.index-contents-blandbg img{
	position:absolute;
	width: 44vw;
	height:auto;
	opacity: 0.8;
}

.index-contents-blandbg img.maru{
	left: -22%;
	top: -17%;
}

.index-contents-blandbg img.sankaku{
	left: -27%;
	bottom: -6%;
}

.index-contents-blandbg img.shikaku{
	right: -7%;
	bottom: 26%;
}

.index-contents section{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:60px;
}

.index-contents section .box{
	width:40%;
	margin:3%;
	
	border-radius:10px;
	overflow:hidden;
}

.index-contents section .box .text{
	padding:8%;
	padding-bottom:0;
	background:#fff;
}

.index-contents section .box img{
	border-radius:0 0 10px 10px;
}

.index-contents section .box:nth-child(2){

}

.index-contents section .box h3{
	font-weight:900;
	font-size:2.6rem;
	letter-spacing:-0.1rem;
	margin:2px 0;
}

.index-contents section .box h4{
	font-weight:900;
	font-size:1rem;
}

.index-contents section .box p{
	margin-top:10px;
	padding-bottom:10%;
	font-weight:600;
}

.index-syokujii{
	margin:100px 0;
}
.index-syokujii h2{
	font-weight:900;
}

.syokujii-link{
	display:flex;
	justify-content:center;
}

.syokujii-link a{
	margin:20px;
}

.index-timetable{
	padding:100px;
	background:#fff;
	overflow:hidden;
	text-align:center;
}

.index-timetable section{
	display:flex;
	justify-content:center;
}

.index-timetable section img{
	width:50%;
	max-width: 1080px;
	margin:60px 0;
}

.index-conference{
	padding: 100px 0;
	overflow:hidden;
	background:#F2F2F2;
}

.index-conference-blandbg{
	position:absolute;
	width:100%;
	height:100%;
}

.index-conference-blandbg img{
	position:absolute;
	width: 44vw;
	height:auto;
	opacity: 0.3;
}

.index-conference-blandbg img.f{
	width:40vw;
	right: 10%;
	top: 8%;
}

.index-conference-blandbg img.L{
	width: 21vw;
	left: 0%;
	bottom: 36%;
}

.index-conference-blandbg img.c{
	right: 3%;
	bottom: 3%;
}

.index-conference section{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin: 90px 0;
}

.index-conference .box{
	width:30%;
	margin:1%;
}

.index-conference .box img:hover{
	transform: scale(1.03);
	  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.bottom-tickect{
	padding:10vw;
	text-align:center;
}

.bottom-tickect a.entry{
	padding: 16px 90px;
	border-radius:100px;
	color:#fff;
	font-weight:bold;
	font-size:2rem;
}


.index-speaker{
	padding:100px;
	background:#111;
	color:#fff;
}

.index-speaker h2,
.index-speaker p,
.index-speaker h3{
	color:#fff;
}

.index-speaker section{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:100px;
}

.index-speaker section .box{
	width:200px;
	margin:20px;
	text-align:center;
}

.index-speaker section .box .image{
	width:200px;
	height:200px;
	border-radius:200px;
	background:#c4c4c4;
}

.index-speaker section .box h3{
	font-weight:bold;
	font-size:1.2rem;
	margin:10px 0px;
}

.index-speaker section .box p{
	font-size:0.7rem;
}

.index-speaker a.button{
	margin-top:100px;
}


.index-speaker.ambassador{
	background-image:url("images/gurade.svg");
	background-size:cover;
	background-position:center center;
}

.index-speaker.member{
background:#fff;
	color:var(--text-color);
}

.index-speaker.member h2,
.index-speaker.member p,
.index-speaker.member h3{
	color:var(--text-color);
}


.index-access{
	padding:100px;
	background:#8ad8ec;
	color:#fff;
}

.index-access h2,
.index-access p,
.index-access h3,
.index-access a{
	color:#fff;
}

.index-access section{
	display:flex;
	justify-content:center;
	align-items:center;
}

.index-access section .text{
	width:50%;
	padding:20px;
}

.index-access section h3{
	font-size:2rem;
	font-weight:900;
	line-height:1.2;
}

.index-access section .text iframe{
	width:100%;
	aspect-ratio:16/9;
	margin-top:40px;
}

.index-access section p{
	font-weight:700;
	margin-top:40px;
	margin-bottom:20px;
}

.index-access section a{
	text-decoration:underline;
}

.index-access .buslink{
	text-align:center;
	margin-top:60px;
}

.index-access .buslink p{
	font-size:1.4rem;
	font-weight:900;
	margin-bottom:20px;
}

.index-contents.shops section .box{
	width: 26%;
	margin: 2%;
}

.index-contents.shops section .box h4{
	font-size:0.9em;
	line-height:1.6;
	color:#8c8c8c;
}

.index-contents.shops section .box h3{
	font-size:1.8rem;
	line-height:1.2;
}

.index-contents.shops section .box p{
	font-size:0.9em;
	line-height:1.6;
}

.ots{
	margin-top:60px;
	text-align:center;
}

.ots .heading{
	margin-bottom:60px;
}



.ots .m{
	display:none;
}

.wattar img{
	max-width:800px;
}

.areamap{
	max-height:1180px;
	margin-bottom:100px;
}

.kozamap{
	margin-top:60px;
	text-align:center;
}

.kozamap .heading{
	margin-bottom:60px;
}



.index-kouen{
	padding: 200px;
	text-align:center;
}

.index-kouen img{
	max-width: 1000px;
	margin-top:200px;
}

/*
-------------------
  page
-------------------
*/

.page{
	padding:100px;
	padding-top:200px;
}

.page .single-style{
	max-width:860px;
	margin:auto;
}

/*
-------------------
  speaker
-------------------
*/

.page-speaker{

}

.page-speaker section{
	max-width:980px;
	margin:100px auto;
}

.page-speaker section .box{
	display:flex;
	align-items:center;
	margin:80px 0;
	padding-bottom:80px;
	border-bottom:1px solid #cdcdcd;
}

.page-speaker section .box .image{
	width:200px;
	height:200px;
	border-radius:200px;
}

.page-speaker section .box .text{
	width:calc(100% - 200px);
	padding:20px;
}

.page-speaker section .box h3{
	font-size:1.4rem;
	font-weight:bold;
}

.page-speaker section .box h4{
	margin:16px 0;
	font-weight:bold;
		line-height:1.4;
}

.page-speaker section .box p{
	font-size:0.9rem;
}

.page-speaker section .box .text a{
	font-size:0.9rem;
	text-decoration:underline;
	word-break:break-all;
}

.session-page{
	background:#fff;
}

.session-page .thumbnail{
	text-align:center;
}

/*
-------------------
  about
-------------------
*/

/*
-------------------
  single
-------------------
*/

.page .blandbg{
	position:fixed;
	top:0;
	left:0;
	height:100vh;
}

.single-style{
	background:#fff;
	padding:60px 0;
	border-radius:10px;
}

.single-style h1{
  padding: 0px 54px;
  margin-bottom:40px;
  font-size: 6rem;
  line-height:1.4;
}

.single-style h2{
  padding: 4px 60px;
  margin: 40px 0px;
  font-size: 2rem;
  font-weight:bold;
  line-height:1.4;
  color:var(--main-color);
}


.single-style h3{
  padding: 4px 0px;
  margin:0px 60px;
  margin-top:40px;
  font-size:20px;
  line-height:1.4;
  border-bottom: 1px solid var(--main-color);
}

.single-style h4{

  margin:0px 60px;
  padding-left:10px;
  border-left: 1px solid var(--main-color);
}

.single-style h5{
  margin:0px 60px;
  font-weight:bold;
}

.single-style h6{
  position:relative;
  padding:10px 10px;
  margin:0px 60px;
  color:var(--main-bg);
  background:var(--main-color);
}

.single-style img{
  display:block;
  /* max-height: 600px; */
  width:auto;
  margin:auto;
}

.single-style p{
  margin: 60px 0;
  padding: 0 60px;
  line-height:1.8;
}

.single-style .has-text-align-left{
  text-align:left;
}

.single-style .has-text-align-center{
  text-align:center;
}

.single-style .has-text-align-right{
  text-align:right;
}

.single-style .wp-block-image{
  margin: 80px 0;
}

.wp-element-caption{
  margin:20px 60px;
  color:#868686;
	font-size:0.8rem;
}


.single-style .wp-block-gallery{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  padding:10px 0px;
  background:var(--main-color);
  line-height:0;
}

.single-style .wp-block-gallery .wp-block-image{
  width: 48%;
  margin: 0px;
  line-height:0;
}

.single-style .wp-block-gallery .wp-block-image img{
  width:100%;
  line-height:0;
  border:none;
}

.single-style p.date{
  margin:  0px;
	color:#b5b5b5;
}

.single-style a{
  text-decoration:underline;
  word-wrap:break-word;
  color: #34a3b1;
}

.single-style strong{
  font-weight:bold;
  /* font-size:1.1rem; */
}

.single-style ul{
  margin: 0px 60px;
}

.single-style ul li{
  list-style:disc;
  margin:6px 0;
  margin-left:20px;

}

.single-style .wpcf7-form ul{
	margin:0;
}

.single-style .wpcf7-form ul li{
	list-style:none;
	margin:0;
}

.single-style .wpcf7-form ul li p{
	margin:20px 0;
}

.single-style .wpcf7-form p{
	font-weight:bold;
}

.single-style .wpcf7-form .kome{
	color:#ed7395;
	font-size:0.7rem;
}

.single-style ol{
  margin:80px 60px;
}

.single-style ol li{
  list-style:decimal;
  margin:6px 0;
  margin-left:20px;

}

.single-style table{
  margin:60px 60px;
}

.single-style td{
  padding:16px;
  line-height:1.6;
  border:1px solid #000;
}

.single-style iframe{
  width:100%;
  height:500px;;
}

.single-style blockquote{
  margin:0px 60px;
  padding:20px 20px;
  border-left:1px solid #000;
  background:#f6f6f6;
}

.single-style blockquote:before{
  content:"``";
  position:absolute;
  top: 1px;
  left: 10px;
  font-size: 30px;
}

.single-style blockquote p{
  margin:0px;
  padding:0px;
  font-style: italic;
}

.single-style blockquote cite{
  display:block;
  margin-top:20px;
  font-style: italic;
  font-size:0.8rem;
}


body .is-layout-flex.aisatsu{
	align-items:center!important;
	margin:80px 0;
	border:1px solid #cacaca;
	border-radius:20px;
	overflow:hidden;
}

.single-style .aisatsu h3{
	font-weight:bold;
	margin:0 60px ;
}

.single-style .aisatsu .wp-block-image{
	margin:0;
}

.single-style .wp-block-button__link{
	 background-image:url("images/gurade.svg");
}

.single-style .wp-block-button__link{
	color:#fff;
	text-decoration:none;
	font-weight:900;
}

.index-kouen .single-style .sdb img{
	height:300px;
}

.index-kouen .single-style .blooming img{
	height: 526px;
	margin-top:40px;
}

.index-kouen .single-style .sakura img{
	height: 264px;
}

.flex .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.index-kouen .single-style .wp-block-image:hover{
	 opacity:0.5;
}

.flex .wp-block-group__inner-container img{
	height: 60px;
}


.flex.kyouryoku .wp-block-group__inner-container img{
	height: 120px;
}

.single-style .flex .wp-block-image.nishizawa img{
	height: 134px;
}

.single-style .flex .wp-block-image.nowhere img{
	height: 100px;
}

.single-style .flex .wp-block-image.tototo img{
	height: 95px;
}

.single-style .flex .wp-block-image.nu img{
	height: 124px;
}

.single-style .flex .wp-block-image.lika img{
	height: 44px;
}


.single-style .flex .wp-block-image.jdna img{
	height: 155px;
}

.single-style .flex .wp-block-image.birth img{
	height: 95px;
}

.single-style .flex .wp-block-image.been img{
	height: 95px;
}

.single-style .flex .wp-block-image.onthe img{
	height: 40px;
}

.single-style .flex .wp-block-image.atomica img{
	height: 53px;
}

.single-style .flex .wp-block-image.rampart img{
	height: 115px;
}

.single-style .flex .wp-block-image.orw img{
	height: 137px;
}

.single-style .flex .wp-block-image.salto img{
	height: 139px;
}

.single-style .flex .wp-block-image.initial img{
	height: 115px;
}

.single-style .flex .wp-block-image.okitou img{
	height: 39px;
}

.single-style .flex .wp-block-image.coedo img{
	height: 93px;
}

.single-style .flex .wp-block-image.s080 img{
	height: 106px;
}

.single-style .flex .wp-block-image.fukushima img{
	height: 39px;
}


.single-style .flex .wp-block-image.kotori img{
	height: 106px;
}

.single-style .flex .wp-block-image.kandai img{
	height: 147px;
}

.single-style .flex .wp-block-image.billage img{
	height: 137px;
}


.single-style .flex .wp-block-image.caddy img{
	height: 90px;
}

.single-style .flex .wp-block-image.orwv img{
	height: 240px;
}

.single-style .flex .wp-block-image.salto img{
	height: 240px;
}

.single-style .flex .wp-block-image.kokura img{
	height: 169px;
}



.single-style .flex .wp-block-image{
	margin: 20px 40px;
}


.index-session .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.index-session  .wp-block-group__inner-container .wp-block-image {
	width:31%;
	margin:1%;
}

.session-area .heading{
	font-size:4rem;
	font-weight:bold;
	margin:10px 0;
	margin-top:60px;
	font-family: "Jost", sans-serif;
}

.wp-pagenavi{
  margin:80px auto;
  text-align:center;
}

.wp-pagenavi a{
  padding: 15px 20px;
  margin:0px 10px;
  background:#7B80BA;
  color:#fff;
}


.wp-pagenavi a:hover{
  background:#3c3f5d;
}

.wp-pagenavi span{
  padding:10px 15px;;
  margin:0px 10px;
}


/*
-------------------
  contact
-------------------
*/

/*
-------------------
  404
-------------------
*/

#page-404{
  padding:200px 40px;
  padding-bottom:10px;
  text-align:center;
}

/*
-------------------
  footer
-------------------
*/

footer{
  	padding:20px 60px;
	background-image:url("images/guradebg.svg");
}

footer section{

  
}

footer small{
  display:block;
  padding:10px 0px;
  color:#fff;
  text-align:center;
  font-size:0.8rem;
}


.scrollbutton{
  display:none;
}


/*
-------------------
  tablet style
-------------------
*/
@media screen and (max-width:1100px){

  
}


/*
-------------------
  mobile style
-------------------
*/

@media screen and (max-width:680px){

body{

}

	

  
#loading img.loading-logo{
  width: 22%;
}

#header-pc{
  display:none;
}

#header-mobile{
  display:block;
}

	
#header-mobile a.entry{
	width:60%;
	z-index:100;
	top: 4vw;
	padding: 2vw 5vw;
	margin:auto;
	border-radius:100px;
	color:#fff;
	font-weight:bold;
}

#topimage{
	height: calc(100svh - 4vw);
}
.blandbg{
	height: calc(100svh - 4vw);
}
	
#topimage section {
	display:block;
	padding-top: 36vh;
}

#topimage section h2{
	font-size: 9vw;
}
	
#topimage section .pc{
	display:none;
}
	
#topimage section .m{
	display:block;
	width: 64%;
}	

#topimage .date {
	position:absolute;
	bottom:5%;
	width: 100%;
}

#topimage .date img{
	width: 80%;
}	
	
#topimage .date h3{
	font-size:6vw;
}
#topimage .date p{
	font-size:3vw;
}	
#topimage .cs{
	font-size:3vw;
}


.blandbg img.c{
	right:-10%;
	bottom:-10%;
}

.blandbg img.sankaku{
	width: 54vw;
	right: -3%;
	top: 42%;
}

.blandbg img.shikaku{
	width: 76vw;
	left: -26%;
	bottom: -11%;
}

.blandbg img.c{
	width:40vw;
	right: 4%;
	bottom: 3%;
}

.blandbg img.f{
	width:40vw;
	left: 0%;
	bottom: 40%;
}

.blandbg img.maru{
	width: 68vw;
	left: -15%;
	top: -9%;
}

.blandbg img.L{
	width: 30vw;
	right: 4%;
	top: 8%;
}

	

	#index-about{
		padding: 24vw 6vw;
	}
	
#index-about h2 span{
	display:inline-block;
	font-size: 7.3vw;
}	

#index-about p{
	margin-top: 14vw;
}	

#index-about a{
	margin-top: 14vw;
}		

#index-about p span{
	display:inline-block;
	font-size: 5.8vw;
}	

.index-news{
	padding: 24vw 6vw;
}
	
.index-news section{
	display:block;
}	

.index-news section .box{
	width:auto;
	margin:6vw 0;
}	

.index-sampleimg section{
	display:block;
}

.index-sampleimg section img{
	width:auto;
}	

.index-sampleimg p{
	font-size:2vw;
}	

.index-contents{
	padding:24vw 6vw;
}	
.index-contents-blandbg img{
	width: 90vw;
}
	
.index-contents-blandbg img.maru{
	left: -28%;
	top: -10%;
}	

.index-contents-blandbg img.sankaku{
	left: 5%;
	bottom: -1%;
}	

.index-contents-blandbg img.shikaku{
	right:0;
	bottom:unset;
	top: 33%;
}	

.index-contents section{
	display:block;
}	

.index-contents section .box{
	width:auto;
	margin:6vw 0;
}	
.index-contents section .box h3{
	font-size: 8vw;
}	
.index-contents section .box h4{
	font-size:3vw;
}

.syokujii-link{
	display:block;
}

.syokujii-link a{
	display:block;
	margin:6vw 0;
}

.index-timetable{
	padding:24vw 6vw;
}

.index-timetable section{
	display:block;
}	

.index-timetable section img{
	width:100%;
	margin:20vw 0;
	margin-bottom:0;
}
	

.index-conference{
	padding:24vw 6vw;
	padding-bottom:0;
}

.index-conference-blandbg img.f {
    width: 31vw;
    right: 10%;
    top: 30%;
}	

.index-conference section{
	margin:24vw 0;
}
	
.index-conference .box{
	width:auto;
	margin:3vw 0;
}	

.index-conference .box h3{
	font-size:6vw;
}	
.index-conference .box p, 
.index-conference .box li {
    font-weight: 900;
    line-height: 1.8;
    font-size:4vw;
}	

.index-conference .box li{
	line-height:1.3;
	margin:5vw 0;
}	

.index-session  .wp-block-group__inner-container .wp-block-image {
	width:auto;
	margin:4vw 0;
}	
	
.index-speaker{
	padding: 24vw 0vw;
}	

.index-speaker section{
	margin-top:14vw;
}
	
.index-speaker section .box{
	width: 35%;
	margin: 6vw;
}

.index-speaker section .box .image{
	width:auto;
	height:auto;
}	

	.index-speaker section .box p{
		line-height:1.4;
	}

.index-access{
	padding:24vw 0;
}

.index-access section{
	display:block;
}	

.index-access section .text{
	width:auto;
	padding:0 6vw;
}	

	

.index-access section h3{
	font-size:7vw;
	margin-top:6vw;
}	

.index-access section .text iframe{
	height:54vw;
}
	
.index-access .buslink p{
	font-size:5vw;
}	


.index-contents.shops section .box{
	width:auto;
	margin:6vw 0;
}	

.ots img{
	width:100%;
}	

.ots .pc{
	display:none;
}
.ots .m{
	display:block;
}
	
	
.page{
	padding: 0vw;
	padding-top:140px;
}
.page-speaker section{
	margin:6vw 0;
}
	
.page-speaker section .box{
	display:block;
	margin: 0vw 0;
	border-bottom:0;
}
	
.page-speaker section .box .image{
	width:40vw;
	height:40vw;
	margin:auto;
	margin-bottom:6vw;
}	
.page-speaker section .box h3{
	text-align:center;
}	

.page-speaker section .box h4{
	text-align:center;

}		

.page-speaker section .box .text {
    width: auto;
    padding: 0 6vw;	
}

.single-style{
	padding:6vw;
	background: #fffffff5;
}

.index-kouen .single-style{
	padding:0vw;
	background: #fffffff5;
}

.index-kouen .single-style p{
	margin:0;
}
.index-kouen .single-style .wp-block-image{
	margin: 6vw 6vw;
}
	
.index-kouen{
	padding: 20vw 0vw;
}


	
.index-kouen .flex .wp-block-group__inner-container img{
	height: 10vw;
}	

	.index-kouen .single-style .sdb img{
	height: 40vw;
}

.index-kouen .single-style .blooming img{
	height: 63vw;
}

	.index-kouen .single-style .sakura img{
	height: 30vw;
}
	
.flex.kyouryoku .wp-block-group__inner-container img{
	height: 21vw;
}	

.single-style .flex .wp-block-image.nishizawa img{
	height: 27vw;
}	

.single-style .flex .wp-block-image.nowhere img{
	height: 21vw;
}	

.single-style .flex .wp-block-image.tototo img {
	height: 19vw;
}	

.single-style .flex .wp-block-image.nu img{
	height: 24vw;
}	

.single-style .flex .wp-block-image.jdna img{
	height: 24vw;
}	

.single-style .flex .wp-block-image.birth img{
	height: 15vw;
}

	.single-style .flex .wp-block-image.been img{
	height: 17vw;
}

	.single-style .flex .wp-block-image.lika img{
	height: 8vw;
}
	
.single-style .flex .wp-block-image.onthe img{
	height: 7vw;
}

	.single-style .flex .wp-block-image.salto img{
	height: 35vw;
}

		.single-style .flex .wp-block-image.orwv img{
	height: 44vw;
}

	.single-style .flex .wp-block-image.atomica img{
		height: 9vw;
	}

	.single-style .flex .wp-block-image.caddy img{
	height: 19vw;
}

	.single-style .flex .wp-block-image.kokura img{
	height: 30vw;
}
	
	.heading h2{
		font-size:13vw;
	}
	
.bottom-tickect{
	padding:6vw;
}

	.bottom-tickect a.entry{
		font-size:7vw;
	}
	
.bottom-tickect a.entry{
	display:block;
	width:80vw;
	margin:auto;
	padding: 16px 0px;
	font-size:4vw;
}	
	
	
.wpcf7-list-item-label,
p,a,td,li,input,textarea,figcaption{
  font-size:3.6vw;
  line-height: 1.9;
  letter-spacing:0.1rem;
}    

  
.single-style h1{
  padding-left: 6vw;
  padding-right:0px;
  margin:0px;
  margin-bottom:10vw;
  font-size: 7vw;
}  


.single-style h2{
  padding:0px;
  margin:10vw 0px;
  font-size:7vw;
}  
.single-style h3{
  padding-left: 0vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
}  

.single-style h4{
  padding-left: 2vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
}  

.single-style h5{
  padding-left: 0vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
} 

.single-style h6{
  padding:2vw 3vw;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
}     
  .single-style p{
    padding:0px;
  }

  .session-page .single-style p{
    padding:0px;
  }

	
.single-style ul li{
  margin-left:0px;
}


  
  .single-style ol li{
  margin-left:0px;
}
  
.wp-element-caption{
  margin: 0vw;
}  
  
.single-style ul{
  padding-left:10vw;
  padding-right:0px;
  margin:0px;
}  

.single-style .wpcf7-form ul{
	padding:0;
}	

input[type="submit"]{
	width:80%;
}	

  .single-style ol{
  padding-left:10vw;
  padding-right:0px;
  margin:0px;
}  

.single-style iframe{
  width:100%;
  height:50vw;
}

  
.single-style blockquote{
  margin:10vw 0px;
  margin-left:6vw;
  padding:6vw;
}  

.single-style table{
  margin:10vw 0px;
  margin-left:6vw;
}

.single-style .aisatsu h3{
	margin:0;
}

body .is-layout-flex.aisatsu{
	padding:6vw;
}	
	
  .scrollbutton{
    display:block;
    position:fixed;
    z-index: 70;
    bottom: -15%;
    width:100%;
  }
  
.scrollbutton a{
  display:block;
  width: 70%;
  height:auto;
  padding: 3vw 6vw;
  margin:auto;
  border-radius:100px;
  color:#fff;
  font-weight:900;
  text-align:center;
}

  .scrollbutton.active{
    bottom:1%;
  }  


footer{
	background:#fff;
	padding: 10vw 0;
}	

}

/*
-------------------
  print style
-------------------
*/
  
@media print {
 body{
   width:1080px;
 }
}









/*
-------------------
  global-styles-inline-css
-------------------
*/



body{
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
-wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;

}

.has-black-color{
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color{
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
                           }
  .has-white-color{
    color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-color{
    color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-color{
    color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-color{
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-color{
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-color{
    color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-color{
    color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-color{
    color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-color{
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-color{
    color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-background-color{
    background-color: var(--wp--preset--color--black) !important;
  }
  .has-cyan-bluish-gray-background-color{
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-background-color{
    background-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-background-color{
    background-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-background-color{
    background-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-background-color{
    background-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-background-color{
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-background-color{
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-background-color{
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-background-color{
    background-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-border-color{
    border-color: var(--wp--preset--color--black) !important;}
  .has-cyan-bluish-gray-border-color{
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-border-color{
    border-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-border-color{
    border-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-border-color{
    border-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-border-color{
    border-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-border-color{
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-border-color{
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-border-color{
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-border-color{
    border-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }
  .has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }
  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }
  .has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }
  .has-cool-to-warm-spectrum-gradient-background{
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }
  .has-blush-light-purple-gradient-background{
    background: var(--wp--preset--gradient--blush-light-purple) !important;
  }
  .has-blush-bordeaux-gradient-background{
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }
  .has-luminous-dusk-gradient-background{
    background: var(--wp--preset--gradient--luminous-dusk) !important;
  }
  .has-pale-ocean-gradient-background{
    background: var(--wp--preset--gradient--pale-ocean) !important;
  }
  .has-electric-grass-gradient-background{
    background: var(--wp--preset--gradient--electric-grass) !important;
  }
  .has-midnight-gradient-background{
    background: var(--wp--preset--gradient--midnight) !important;
  }
  .has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
  }
  .has-medium-font-size{
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  .has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
  }
  .has-x-large-font-size{
    font-size: var(--wp--preset--font-size--x-large) !important;
  }

  