@charset "utf-8";
/* CSS work.css */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #fff;
}
a {
	color: #ba38f5;
}
a:hover {
	color: #aaa;
}

/*loading*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff5900;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 40000;
}
#loader-wrapper.loaded {
	opacity: 0;
	visibility: hidden;
}
.loader {
  width: 50px;
  height: 50px;
  border: 10px solid #fff;
  border-top: 10px solid #FFF326;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader-wrapper p {
  margin-top: 15px;
  font-family: "Roboto";
  color: #FFF326;
}

/*コンテンツがふわっとあらわれるやつ*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); /* 20px下から開始 */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* 元の位置へ */
  }
}


/* 初期状態（画面外にあるとき） */
.js-fade-up {
  opacity: 0;
  transform: translateY(10px); /* 20px下に沈んでおく */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* 0.8秒かけて変化 */
}

/* 画面内に入ったとき（JavaScriptでこのクラスをつける） */
.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}





/*ナビゲーション*/
header.main_ttl_nav {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 20px 0 0 0;
	z-index: 40000;
	transition: all 0.3s;
}
@media screen and (max-width: 750px) {
header.main_ttl_nav {
	height: 110px;
}
}
nav.main_nav {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
h1.main_ttl {
	position: absolute;
	display: flex;
	width: 100%;
	max-width: 500px;
	left: 16px;
	font-family: "Tilt Warp", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	font-style: normal;
	font-variation-settings: "XROT" 0, "YROT" 0;
	color: #000;
}
h1.main_ttl a {
	color: #000;
}
h1.main_ttl a:hover {
	color: #aaa;
}
nav.main_nav ul {
	position: absolute;
	display: flex;
	width: 100%;
	max-width: 350px;
	top:10px;
	right: 0;
	font-family: "Tilt Warp", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: "XROT" 0, "YROT" 0;
	color: #ba38f5;
}
@media screen and (max-width: 750px) {
nav.main_nav ul {
	top: 50px;
	right: 0;
}
}
	
nav.main_nav ul li {
	border-bottom: 1px solid #555;
	margin: 0 24px 0 0;
	padding: 0 16px 0 0;
}
nav.main_nav ul li a:hover {
	color: #aaa;	
}
nav.main_nav ul li:hover {
	border-bottom: 1px solid #aaa;
}


/*コンテンツ*/
#wrapper {
	position: relative;
	width: 100%;
	background-image: linear-gradient(0deg, #ffb762, #fc861e);
	margin: 0 auto;
	padding: 0 2% 40px;
}
article.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #373737;
}
.work_box {
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 0 40px 0;
}
div.jisseki_card {
	width:80%;
	margin: 0 auto 40px;
}

section.cta-event-flyer {
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	margin: 40px 0 0 0;
	padding: 30px;
}

/*h*/
article.inner h2 {
	border-bottom: 2px dotted #fff;
	font-family: "Tilt Warp", sans-serif;
	font-optical-sizing: auto;
	font-size: 2rem;
	font-weight:400;
	font-style: normal;
	font-variation-settings: "XROT" 0, "YROT" 0;
	color:#fff;
	line-height: 1.4;
	margin: 0 0 24px 0;
	padding: 140px 0 5px 0;
}
.work_box h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.4rem;
	font-weight: 600;
	font-style: normal;
	border-bottom: 1px dotted #999;
}
section.cta-event-flyer h3 {
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-size: 1.4rem;
	border-left: 4px solid #fc861e;
	margin: 0 0 24px;
	padding: 0 0 0 4px;
}
.work_box h4 {
	width: 80%;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(1.5rem, 3vw, 3rem);
	font-weight: 400;
	line-height:1.3;
	font-style: normal;
	margin: 0 auto 24px auto;
}
.work_box h4 a {
	color:#000;
}
.work_box h4 span.miru {
	font-size: 1rem;
	font-weight: 200;
}
article.inner h5 {
	margin:0 0 8px 0;
}
@media screen and (max-width: 650px) {
	
	article.inner h2 {
		font-size: 1.3rem;
	}
}

/*img*/
img.work_img {
	margin:0 auto 40px auto;
}

/*p*/
.work_box p {
	width: 80%;
	background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 100% 2em;
	line-height: 2em;
	margin: 0 auto 80px auto;
	padding-bottom: 1px; 
}
section.cta-event-flyer p {
	background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 100% 2em;
	line-height: 2em;
	padding-bottom: 1px;
	margin: 0 0 32px 0;
}

/*list*/
.work_box dl {
	width: 80%;
	margin: 0 auto;
}
.work_box dt {
	font-size: 1.2em;
	font-weight:700;
	color:blueviolet;
	border-bottom:1px #675E6D dotted;
	margin: 0 0 8px 0;
}
.work_box dd {
	margin: 0 0 40px 0;	
}
.work_box dd ul {
	list-style: disc;
	padding: 0 0 0 1.2rem;
}
.work_box dd ol {
	list-style: decimal;
	padding: 0 0 0 1.2rem;
}
.work_box dd li {
	padding: 0 0 8px 0;
}
.work_box dd li span {
	font-weight: 700;
	
}

/*link*/
.work_box a {
	display: inline-block;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.work_box a:hover {
	opacity: 0.5;
}
section.cta-event-flyer a {
	display: block;
	width: 300px;
	border: 1px solid #bbb;
	background-image: linear-gradient(0deg, #e8e6e6, #f7f5f5);
	border-radius: 16px;
	text-align: center;
	color: #000;
	margin:0 auto 20px;
	padding: 16px 8px;
}
section.cta-event-flyer a:hover {
	background-image: linear-gradient(0deg, #d4d4d4, #e8e8e8);
	color: #585757;
}


div.jisseki_card img {
	margin: 0 0 10px 0;
}



/*フッター*/
#footer_wrapper {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	display: flex;
	width: 100%;
	min-height: 200px;
	margin: 0 0 80px 0;
}
.footer_inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px 0 20px;
}
footer {
	position: absolute;
	width: 100%;
	max-width: 350px;
	white-space: nowrap;
	margin: 20px 0;
}
footer h4 {
	font-family: "Tilt Warp", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 800;
	font-style: normal;
	font-variation-settings: "XROT" 0, "YROT" 0;
}
footer h4 a {
	color: #000;
}
footer h4 a:hover {
	color: #555;
}
.copy {
	font-size: 0.8rem;
}
.footer_nav {
	position: absolute;
	right: 0;
	width: 100%;
	max-width: 350px;
	margin: 30px 0;
}
.footer_nav ul {
	display: flex;
}
.footer_nav ul li {
	flex: 1;
	font-family: "Tilt Warp", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-weight: 200;
	color: #ba38f5;
	border-bottom: 1px solid #555;
	margin: 0 16px 0 0;
}
.footer_nav ul li a {
	color: #ba38f5;
}
.footer_nav ul li a:hover {
	color: #555;
}
.footer_nav ul li:hover {
	border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 650px) {
footer {
	position: relative;
	margin: 20px auto 0 auto;
}
.footer_nav {
	position: relative;
	margin: 20px auto 20px auto;
}
.footer_nav ul {
	flex-direction: column; 
}
}





