@charset "UTF-8";
/* CSS Document */

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; }

body,
#allWrap {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #9a9a9a;

	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	font-feature-settings: 'liga'; /* IEサポート */
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

/*
--- URL ---
FOT-UD角ゴ_ラージ Pr6N　https://fonts.adobe.com/fonts/fot-udkakugo-large-pr6n
Agenda　https://fonts.adobe.com/fonts/agenda

--- CSS ---
■FOT-UDKakugo_Large Pr6N M
font-family: fot-udkakugo-large-pr6n,sans-serif;
font-weight: 500;

■FOT-UDKakugo_Large Pr6N DB
font-family: fot-udkakugo-large-pr6n,sans-serif;
font-weight: 600;

■Agenda ExtraCondensed Black
font-family: agenda-extra-condensed,sans-serif;
font-weight: 800;
*/

.wf-m { font-weight: 500; }
.wf-en { font-weight: 800; font-family: agenda-extra-condensed,sans-serif; }

/* ==================================================
LINK
================================================== */
a:link { text-decoration: underline; color: #2a2a2a; }
a:visited { text-decoration: underline; color: #2a2a2a; }
a:hover { text-decoration: none; color: #2a2a2a; }
a:active { text-decoration: none; color: #2a2a2a; }
/*a { outline: 0; transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s; }*/
:focus { outline: 0; }


/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #faf7e6;
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}

img {
	display: block;
	margin: 0 auto;
}

p {
	line-height: 1.8;
}

p:not(:last-child) {
	margin-bottom: 2em;
}

i,em {
	display: inline-block;
}

/*
テキストカラー #9a9a9a
背景 #faf7e6
ピンク #f88bb8
グリーン #73dbc4
イエロー #fff8a1
Twitter #1c9cdf
TikTok #fe2c55
LINE #00c100
グレーアウト #e2e2e2
*/

/* ==================================================
HEADER
================================================== */
#hdrWrap {
	padding: 100px 5% 0;
	position: relative;
	margin-bottom: 70px;
}

#hdrWrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 320px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -1;
}

#hdrWrap h1.siteTitle {
	margin: 0 auto 60px;
}

#hdrWrap h1.siteTitle .ttl1 {
	max-width: 880px;
	margin: 0 auto 40px;
}

#hdrWrap h1.siteTitle .ttl1 img {
}

#hdrWrap h1.siteTitle .ttl2 {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
}

#hdrWrap h1.siteTitle .ttl2::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 8px;
	background: #73dbc4;
}

#hdrWrap h1.siteTitle .ttl2 img {
}

#hdrWrap .leadBox {
	position: relative;
	background: #fff;
	max-width: 880px;
	margin: 0 auto;
	padding: 30px 3%;
}

#hdrWrap .leadBox::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: #73dbc4;
	z-index: -1;
}

#hdrWrap .leadBox p {
}

@media screen and (max-width: 900px) {
	#hdrWrap {
		padding: 8vw 5% 0;
	}

	#hdrWrap::before {
		height: 32vw;
	}

	#hdrWrap h1.siteTitle {
		margin-bottom: 8vw;
	}

	#hdrWrap h1.siteTitle .ttl1 {
		margin-bottom: 5vw;
	}

	#hdrWrap h1.siteTitle .ttl1 img {
	}

	#hdrWrap h1.siteTitle .ttl2 {
	}

	#hdrWrap h1.siteTitle .ttl2::after {
	}

	#hdrWrap h1.siteTitle .ttl2 img {
	}

	#hdrWrap .leadBox {
		display: inline-block;
		text-align: left;
	}

	#hdrWrap .leadBox::after {
	}

	#hdrWrap .leadBox p {
		font-size: 90%;
	}
}


/* #snsArea
------------------------------ */
#snsArea {
}

#gigyaShare {
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
}

.area {
	padding: 60px 3%;
	margin: 0 auto;
	max-width: 1200px;
}

/* h2 */
.area .areaTitle {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	margin-bottom: 60px;
	font-size: 6rem;
	color: #73dbc4;
}

.area .areaTitle .jpTxt {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-size: 3.6rem;
	color: #f88bb8;
	border-top: 6px solid #f88bb8;
	border-bottom: 6px solid #f88bb8;
	padding: 15px 10px;
	display: inline-block;
	background: rgba(250, 247, 230, 0.4);
	position: relative;
}

@media screen and (max-width: 900px) {
	.area {
	}

	/* h2 */
	.area .areaTitle {
		margin-bottom: 40px;
	}

	.area .areaTitle .jpTxt {
	}
}


/* .linkBtn */
.linkBtn a:link {text-decoration: none; color: #fff; }
.linkBtn a:visited {text-decoration: none; color: #fff; }
.linkBtn a:hover {text-decoration: none; color: #fff; }
.linkBtn a:active {text-decoration: none; color: #fff; }

.linkBtn {
	display: block;
	border: 4px solid #000;
	padding: 6px;
	max-width: 580px;
	margin: 0 auto 20px;
}

.linkBtn a {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	background: #000;
	padding: 6px;
	min-height: 78px;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

.linkBtn a:hover {
	opacity: 0.7;
}

.linkBtn.twitter { border-color: #1c9cdf; }
.linkBtn.twitter a { background: #1c9cdf; }

.linkBtn.tiktok { border-color: #fe2c55; }
.linkBtn.tiktok a { background: #fe2c55; }

.linkBtn.line { border-color: #00c100; }
.linkBtn.line a { background: #00c100; }

.linkBtn.youtube { border-color: #000; }
.linkBtn.youtube a { background: #000; }

.linkBtn a .icon {
	position: relative;
	width: 78px;
	background: #fff;
}

.linkBtn a .icon img {
	display: block;
	width: 40px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.linkBtn a .txt {
	padding: 12px 5px;
	text-align: center;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% - 118px);
}

.linkBtn a .txt b {
	display: block;
	font-size: 80%;
	font-weight: 500;
	margin-top: 5px;
}

.linkBtn a .arrow {
	position: relative;
	width: 40px;
}

.linkBtn a .arrow::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg) translate(-5px, 5px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 900px) {
	.linkBtn a:link {
	}
	.linkBtn a:visited {
	}
	.linkBtn a:hover {
	}
	.linkBtn a:active {
	}

	.linkBtn {
	}

	.linkBtn a {
	}

	.linkBtn a:hover {
	}

	.linkBtn.twitter {
	}
	.linkBtn.twitter a {
	}

	.linkBtn.tiktok {
	}
	.linkBtn.tiktok a {
	}

	.linkBtn.line {
	}
	.linkBtn.line a {
	}

	.linkBtn a .icon {
	}

	.linkBtn a .icon img {
	}

	.linkBtn a .txt {
		font-size: 1.7rem;
		padding: 8px 5px;
	}

	.linkBtn a .txt b {
	}

	.linkBtn a .arrow {
	}

	.linkBtn a .arrow::before {
	}
}
/**/

/* .guestList */
.guestList {
}

.guestList .ttl {
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 6rem;
	color: #73dbc4;
	margin-bottom: 20px;
}

.guestList .ttl .jpTxt {
	font-family: fot-udkakugo-large-pr6n,sans-serif;
	font-weight: 600;
	font-size: 2.8rem;
	color: #73dbc4;
	margin-bottom: 20px;
}

.guestList ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.guestList ul li {
	width: calc(50% - 40px);
	margin: 0 20px 40px;
}

.guestList ul li .pct {
	position: relative;
}

.guestList ul li .pct::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: #73dbc4;
	z-index: -1;
}

.guestList ul li .pct img {
}

.guestList ul li .credit {
	font-size: 1.8rem;
	margin-top: 20px;
}

.guestList ul li .credit .time {
	font-weight: 500;
	font-size: 80%;
	margin-bottom: 8px;
}

.guestList ul li .credit .name {
}

.guestList ul li .credit .caption {
	font-weight: 500;
	font-size: 70%;
	margin-top: 5px;
}

@media screen and (max-width: 900px) {
	.guestList {
	}

	.guestList .ttl {
	}

	.guestList .ttl .jpTxt {
	}

	.guestList ul {
		display: block;
	}

	.guestList ul li {
		width: 100%;
		margin: 0 auto 40px;
		max-width: 580px;
	}

	.guestList ul li .pct {
	}

	.guestList ul li .pct::after {
	}

	.guestList ul li .pct img {
	}

	.guestList ul li .credit {
		font-size: 1.5rem;
	}

	.guestList ul li .credit .time {
	}

	.guestList ul li .credit .name {
	}

	.guestList ul li .credit .caption {
	}
}
/**/

/* ==================================================
#linkArea
================================================== */
#linkArea {
	background: #fff;
	max-width: 100%;
	padding-bottom: 0px;
}

#linkArea ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#linkArea ul li {
	width: calc(50% - 40px);
	margin: 0 20px 60px;
	max-width: 460px;
}

#linkArea ul li a {
	display: block;
	border: 3px solid #f88bb8;
	padding: 5px;
}

#linkArea ul li a .inner {
	display: block;
	border: 18px solid #f88bb8;
	padding: 20px 5% 80px;
	position: relative;
}

#linkArea ul li a .inner img {
}

#linkArea ul li a .inner img.obj {
	position: absolute;
}

#linkArea ul li:nth-child(1) a .inner img.obj {
	top: calc(100% - 60px);
	left:  14%;
	width: 70%;
}

#linkArea ul li:nth-child(2) a .inner img.obj {
	top: calc(100% - 75px);
	left:  16%;
	width: 70%;
}


@media screen and (max-width: 900px) {
	#linkArea {
		padding: 60px 5% 40px;
	}

	#linkArea ul {
		display: block;
	}

	#linkArea ul li {
		width: 100%;
		margin: 0 auto 70px;
	}

	#linkArea ul li a {
		border: 2px solid #f88bb8;
		padding: 3px;
	}

	#linkArea ul li a .inner {
		padding-bottom: 60px;
		border: 8px solid #f88bb8;
		padding: 15px 3% 70px;
	}

	#linkArea ul li a .inner img {
	}

	#linkArea ul li a .inner img.obj {
	}

	#linkArea ul li:nth-child(1) a .inner img.obj {
		top: calc(100% - 70px);
		left: calc(50% - 115px);
		max-width: 230px;
		width: 90%;
	}

	#linkArea ul li:nth-child(2) a .inner img.obj {
		top: calc(100% - 70px);
		left: calc(50% - 110px);
		max-width: 220px;
		width: 90%;
	}
}

/* ==================================================
#danceArea
================================================== */
#danceArea {
	padding-top: 100px;
	padding-bottom: 80px;
}

#danceArea .areaTitle {
}

#danceArea .areaLead {
	background: rgba(250, 247, 230, 0.6);
	max-width: 800px;
	margin: 0 auto 80px;
	text-align: left;
}

#danceArea .areaLead i {
}

#danceArea .areaLead em {
	display: inline-block;
	color: #fff;
	background: #f88bb8;
	border-radius: 4px;
	line-height: 1.2;
	padding: 1px 5px;
}

#danceArea .guestList {
	margin-bottom: 40px;
}

#danceArea .linkBtn {
}

@media screen and (max-width: 900px) {
	#danceArea {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#danceArea .areaTitle {
	}

	#danceArea .areaLead {
		margin-bottom: 60px;
		max-width: 640px;
	}

	#danceArea .areaLead i {
	}

	#danceArea .areaLead em {
	}

	#danceArea .guestList {
		margin-bottom: 60px;
	}

	#danceArea .linkBtn {
	}
}

/* #tiktokMovie
------------------------------ */
#tiktokMovie {
	margin: 100px auto 0;
	position: relative;
}

#tiktokMovie::after {
	content: "";
	position: absolute;
	width: 150vw;
	height: 420px;
	background: url("../img/bg_stripe_white.png") repeat center center;
	z-index: -1;
	top: 120px;
	left: -25vw;
}

#tiktokMovie ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
	z-index: 1;
}

#tiktokMovie ul li {
	width: calc(50% - 40px);
	max-width: 360px;
	padding: 1px 18px;
	background: #fff;
	margin: 0 20px 40px;
	position: relative;
}

#tiktokMovie ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff8a1;
	z-index: -1;
	top: 8px;
	left: 8px;
}

@media screen and (max-width: 900px) {
	#tiktokMovie {
	}

	#tiktokMovie::after {
		display: none;
	}

	#tiktokMovie ul {
		display: block;
	}

	#tiktokMovie ul li {
		width: 96%;
		max-width: 420px;
		margin: 0 auto 40px;
		padding: 1px 10px;
	}

	#tiktokMovie ul li::after {
	}
	
	#tiktokMovie ul li::before {
		content: "";
		position: absolute;
		width: 150vw;
		height: 420px;
		background: url("../img/bg_stripe_white.png") repeat center center;
		z-index: -1;
		top: 120px;
		left: -25vw;
	}
}

@media screen and (max-width: 380px) {
	#tiktokMovie {
	}

	#tiktokMovie::after {
	}

	#tiktokMovie ul {
	}

	#tiktokMovie ul li {
		width: 100%;
		margin: 0 auto 30px;
		padding: 0;
	}

	#tiktokMovie ul li::after {
		display: none;
	}
	
	#tiktokMovie ul li::before {
		display: none;
	}
}

/* ==================================================
FOOTER
================================================== */
#ftrWrap {
	padding: 60px 3%;
	background: #fff;
}

#ftrWrap .pagetop {
	margin-bottom: 50px;
}

#ftrWrap .pagetop a {
	display: inline-block;
	margin: 0 auto;
	font-family: agenda-extra-condensed,sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	color: #9a9a9a;
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
}

#ftrWrap .pagetop a::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-top: 4px solid #9a9a9a;
	border-left: 4px solid #9a9a9a;
	transform: rotate(45deg);
	margin: 0 auto 3px;
}

#ftrWrap .pagetop a:hover {
	opacity: 0.6;
}

#ftrWrap .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#ftrWrap .foot .logo {
	width: 160px;
}

#ftrWrap .foot .logo a {
}

#ftrWrap .foot .logo a img {
}

#ftrWrap .foot .copyright {
	font-size: 1.3rem;
	text-align: right;
	color: #9a9a9a;
}

#ftrWrap .foot .copyright b {
	display: inline-block;
	margin-right: 3px;
}

@media screen and (max-width: 900px) {
	#ftrWrap {
	}

	#ftrWrap .pagetop {
	}

	#ftrWrap .pagetop a {
	}

	#ftrWrap .pagetop a::before {
	}

	#ftrWrap .pagetop a:hover {
	}

	#ftrWrap .foot {
		flex-direction: column;
	}

	#ftrWrap .foot .logo {
		margin-bottom: 20px;
	}

	#ftrWrap .foot .logo a {
	}

	#ftrWrap .foot .logo a img {
	}

	#ftrWrap .foot .copyright {
	}

	#ftrWrap .foot .copyright b {
	}
}

/* ==================================================
ANIMATION
================================================== */
#allWrap {
	/*will-change: animation;*/
	/*animation: accessFadein 1.8s ease-out 0s both;*/
}

@keyframes accessFadein {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */

.scrollto {/**/}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

/* iOS フルサイズディスプレイ対応 */
.vfit-cover {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


/*

<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　######################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ -->

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!--#include virtual="/common/inc_header.html"-->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!--#include virtual="/common/inc_footer.html"-->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->

<!--
[ id/class Name List ]
wrap > area > (group) > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="subPage">
-->
*/


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　コメントアウト記述ルール　############################################################## */
/* #################################################################################################### */
/* #################################################################################################### */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */
