body {
	font-family: "Shippori Mincho", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
  	font-style: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align:justify;
	background: #000;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#4d0003;
}

::selection{background-color:#4d0003; color: #FFF;}
::-moz-selection{background-color:#4d0003; color: #FFF;}

body , header , footer{
	min-width: 1320px;
	max-width: 1920px;
	margin: auto;
}
@media screen and (max-width:640px) {
	body , header , footer { min-width: 400px; font-size: 14px;}
}





/*=======================================================================

	header

=======================================================================*/
#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	z-index: 155555;
}
#header h1 {
	line-height: 80px;
	font-size: 14px;
	font-family: "Cormorant Infant", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}
@media screen and (max-width:640px) {
	#header {
		position: absolute;
		top: 0; left: 0;
		box-sizing: border-box;
		padding-left: 20px;
		width: 100%;
		height: 40px;
		text-align: left;
	}
	#header h1 {
		line-height: 60px;
		font-size: 12px;
	}
}





/*=======================================================================

	#top_mv

=======================================================================*/
#top_mv {
  	position: relative;
  	width: 100%;
  	height: 810px;
	background: url("../images/mv_bg.jpg");
	background-size: cover;
	overflow-x: clip;
	z-index: 2;
	border-top: 40px solid #000;
}
#top_mv::before {
  	position: absolute;
	content: "";
  	top: -1px;
  	left: 0;
  	width: 100%;
  	height: 100px;
  	background-color: #000;
  	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 3;
}
#top_mv::after {
  	position: absolute;
	content: "";
  	bottom: -1px;
  	left: 0;
  	width: 100%;
  	height: 100px;
  	background-color: #000;
  	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	z-index: 6;
}
@media screen and (max-width: 640px) {
	#top_mv {
		height: 650px;
	}
	#top_mv::before {
		height: 50px;
	}
	#top_mv::after {
		height: 50px;
	}
}
@media screen and (max-width: 550px) {
    #top_mv {
        height: 600px;
    }
}

@media screen and (max-width: 500px) {
    #top_mv {
        height: 550px;
    }
}
@media screen and (max-width: 450px) {
    #top_mv {
        height: 510px;
    }
}
@media screen and (max-width: 400px) {
	#top_mv {
		height: 480px;
	}
}


/*------------------------------ ロゴ ------------------------------*/
#top_mv h2 {
	position: absolute;
	bottom: -110px;
	left: 0; right: 0;
	margin: auto;
	width: 794px;
	z-index: 99;
}
@media screen and (max-width: 640px) {
	#top_mv h2 {
		bottom: -80px;
		width: 370px;
	}
	#top_mv h2 img {
		width: 100%; height: auto;
	}
}


/*------------------------------ シャーロット ------------------------------*/
#mv_chara01 {
	position: absolute;
	bottom: 0;
	left: -150px;
}
#mv_chara01 p {
	position: relative;
	z-index: 4;
}
#mv_chara01::before {
	content: "";
	position: absolute;
	background: url("../images/mv_chara01.png") no-repeat center / cover;
	filter: brightness(0) sepia(1) hue-rotate(-50deg) saturate(5) contrast(2);
	width: 1143px;
	height: 850px;
	bottom: 0;
	left: -20px;
	z-index: 3;
}

#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
	position: absolute;
	top: 150px; left: 680px;
	z-index: 5;
}
#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
	position: absolute;
	top: 320px; left: 605px;
	z-index: 5;
}
@media screen and (max-width:1740px) { #mv_chara01 { left: -190px;}}
@media screen and (max-width:1640px) { #mv_chara01 { left: -230px;}}
@media screen and (max-width: 640px) {
	#mv_chara01 {
		position: absolute;
		bottom: 0;
		left: -20px;
	}
	#mv_chara01::before {
		display: none;
	}
	#mv_chara01 p:first-of-type img {
		width: 550px;
	}
	#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
		top: 20px; left: auto; right: 0%;
	}
	#top_mv #mv_catch p:nth-of-type(1) img { /*--- キャッチコピー ---*/
		width: 30px;
	}
	#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
		top: 60px; left: auto; right: 10%;
	}
	#top_mv #mv_catch p:nth-of-type(2) img { /*--- キャッチコピー ---*/
		width: 30px;
	}
}
@media screen and (max-width: 590px) {
	#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
		top: 20px; left: auto; right: 5%;
	}
	#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
		top: 60px; left: auto; right: 15%;
	}
}

@media screen and (max-width: 550px) {
    #mv_chara01 {
        left: -30px;
    }
    #mv_chara01 p:first-of-type img {
        width: 530px;
    }
    #top_mv #mv_catch p:nth-of-type(1) { right: 5%; }
    #top_mv #mv_catch p:nth-of-type(2) { right: 15%; }
}

@media screen and (max-width: 520px) {
    #mv_chara01 {
        left: -40px;
    }
    #mv_chara01 p:first-of-type img {
        width: 510px;
    }
}

@media screen and (max-width: 480px) {
    #mv_chara01 {
        left: -45px;
    }
    #mv_chara01 p:first-of-type img {
        width: 490px;
    }
    #top_mv #mv_catch p img {
        width: 28px; 
    }
	#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
		top: 10px;
	}
	#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
		top: 50px;
	}
}

@media screen and (max-width: 450px) {
    #mv_chara01 {
        left: -45px;
    }
    #mv_chara01 p:first-of-type img {
        width: 490px;
    }
    #top_mv #mv_catch p img {
        width: 25px; 
    }
	#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
		top: -20px; right: 8%;
	}
	#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
		top: 20px; right: 18%;
	}
}

@media screen and (max-width: 400px) {
	#mv_chara01 {
		position: absolute;
		bottom: 0;
		left: -50px;
	}
	#mv_chara01::before {
		display: none;
	}
	#top_mv #mv_catch p:nth-of-type(1) { /*--- キャッチコピー ---*/
		top: 20px; left: auto; right: 8%;
	}
	#top_mv #mv_catch p:nth-of-type(1) img { /*--- キャッチコピー ---*/
		width: 25px;
	}
	#top_mv #mv_catch p:nth-of-type(2) { /*--- キャッチコピー ---*/
		top: 60px; left: auto; right: 18%;
	}
	#top_mv #mv_catch p:nth-of-type(2) img { /*--- キャッチコピー ---*/
		width: 25px;
	}
}



/*------------------------------ キャラ一覧 ------------------------------*/
#mv_charaslist {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	width: 68%;
	max-width: 1300px;
	overflow: hidden;
	z-index: 2;
}
#mv_charaslist li {
	flex: 1;
	overflow: hidden;
}
@media screen and (max-width:1500px) { 
	#mv_charaslist {width: 65%;}
}
@media screen and (max-width:1400px) { 
	#mv_charaslist {width: 64%;}
}
@media screen and (max-width: 640px) {
	#mv_charaslist {
		width: 100%;
	}
}




/*=======================================================================

	#story

=======================================================================*/
#story {
	position: relative;
	padding-top: 100px;
	background: #000;
}
#story #story_letter {
	position: absolute;
	top: 0;
	left: 50%; margin-left: -960px;
	z-index: 14;
}
#story .inner {
	position: relative;
	margin-top: 80px;
	padding: 100px 0;
	background: url("../images/bg01.jpg") center top;
	z-index: 4;
}
#story .inner p {
	position: relative;
	left: 50%;
	margin-left: -80px;
	margin-bottom: 25px;
	line-height: 2.6;
	width: 52%;
}
@media screen and (max-width:1580px) {#story .inner p {font-size: 15px;}}
@media screen and (max-width:1480px) {#story .inner p {line-height: 2.2;}}
@media screen and (max-width: 640px) {
	#story {
		position: relative;
		padding-top: 100px;
		background: #000;
	}
	#story #story_letter {
		position: relative;
		top: 0;
		left: 0%; margin-left: 0;
		z-index: 14;
		max-width: 460px;
	}
	#story .inner {
		position: relative;
		margin-top: -170px;
		padding: 100px 0 70px;
		background: url("../images/bg01.jpg") center top no-repeat;
	}
	#story .inner p {
		left: 0;
		margin: 0 auto 20px;
		width: 90%;
		font-size: 14px;
		text-align: right;
	}
}
@media screen and (max-width: 580px) {
	#story #story_letter {
		max-width: 400px;
	}
	#story .inner {
		margin-top: -140px;
	}
}
@media screen and (max-width: 460px) {
	#story #story_letter {
		max-width: 300px;
	}
	#story .inner {
		margin-top: -110px;
	}
	#story .inner p {
	}
}





/*=======================================================================

	#info

=======================================================================*/
#info {
	position: relative;
	height: 1120px;
}
#info::before {
	position: absolute;
	content: "";
	background: url("../images/sec02_img12.png") no-repeat center bottom;
	background-size: 1522px 1522px;
	width: 100%;
	height: 80%;
	z-index: 2;
	opacity: .2;
}
#info::after {
    position: absolute;
    content: "";
    z-index: 3;     
    background: url("../images/sec02_img11.png");
	background-size: 40px 850px;
    width: 40px;
    height: 850px; 
    left: 50%;
    top: -508px;
    margin-left: -20px; 
    transform-origin: center calc(100% - 207px);
    animation: watch-move 5s linear infinite;
	opacity: .2;
}
@keyframes watch-move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 640px) {
    #info {
        height: 1080px;
        overflow: hidden;
    }
    #info::before {
        background-size: 1000px 1000px; 
    }
 #info::after {
        background-size: 26px 558px;
        width: 26px;
        height: 558px;
        margin-left: -13px; 
        top: -60px; 
        transform-origin: center calc(100% - 136px);
        animation: watch-move 5s linear infinite;
        opacity: .2;
    }
}



#info .inner {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	margin-top: -90px;
	display: flex;
	justify-content: center;
	gap: 80px;
}
#case {
	position: relative;
	margin-top: 50px;
	z-index: 15;
}
#cd {
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -330px;
	z-index: 13;
}
@media screen and (max-width: 640px) {
    #info .inner {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 40px;
		max-width: 400px;
    }
    #case {
        margin-top: 0;
        width: 220px;
		margin-right: 40%;
    }
    #case img {
        width: 100%;
        height: auto;
    }
    #cd {
        left: auto;
        top: 120px;
        margin-left: 180px;
        width: 180px;
		z-index: 16;
    }
}


.fan-container {
    position: relative;
    width: 850px;
    height: 450px;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.card {
    grid-area: 1 / 1;
    width: 200px;
    height: 300px;
    transform-origin: bottom center;
    z-index: 10;
    transform: rotate(0deg) translate(0, 0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 10;
}
.card img {
    width: 200px;
    height: 300px;
}
.card-2 {
    margin-top: -250px;
}

/* 上の6枚のカード */
.fan-container.is-active .card:nth-child(1) { transform: rotate(-28deg) translate(-190px, -70px); transition-delay: 0.0s; }
.fan-container.is-active .card:nth-child(2) { transform: rotate(-16deg) translate(-100px, -30px); transition-delay: 0.1s; }
.fan-container.is-active .card:nth-child(3) { transform: rotate(-6deg)  translate(-30px, -10px);  transition-delay: 0.2s; }
.fan-container.is-active .card:nth-child(4) { transform: rotate(6deg)   translate(30px, -10px);   transition-delay: 0.3s; }
.fan-container.is-active .card:nth-child(5) { transform: rotate(16deg)  translate(100px, -30px);  transition-delay: 0.4s; }
.fan-container.is-active .card:nth-child(6) { transform: rotate(28deg)  translate(190px, -70px);  transition-delay: 0.5s; }

/* 下の2枚のカード */
.card-2.is-active .card:nth-child(1) { transform: rotate(-15deg) translate(-50px, -10px); transition-delay: 0.6s;}
.card-2.is-active .card:nth-child(2) {  transform: rotate(15deg) translate(50px, -10px);  transition-delay: 0.7s;}

@media screen and (max-width: 640px) {
	#cards {
        width: 100%;
        margin-top: -130px;
		z-index: 20;
    }
    .fan-container {
        width: 100%;
        height: 300px;
    }
    .card, .card img {
        width: 120px;
        height: 180px;
    }
    .card-2 {
        margin-top: -220px;
    }
	
	.fan-container.is-active .card:nth-child(1) { transform: rotate(-22deg) translate(-60px, -20px); }
	.fan-container.is-active .card:nth-child(2) { transform: rotate(-12deg) translate(-35px, -10px); }
	.fan-container.is-active .card:nth-child(3) { transform: rotate(-4deg)  translate(-5px, -2px); }
	.fan-container.is-active .card:nth-child(4) { transform: rotate(4deg)   translate(5px, -2px); }
	.fan-container.is-active .card:nth-child(5) { transform: rotate(12deg)  translate(35px, -10px); }
	.fan-container.is-active .card:nth-child(6) { transform: rotate(22deg)  translate(60px, -20px); }

	.card-2.is-active .card:nth-child(1) { transform: rotate(-10deg) translate(-15px, -5px); }
	.card-2.is-active .card:nth-child(2) { transform: rotate(10deg)  translate(15px, -5px); }

}


#info .box {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	margin-top: -50px;
	text-align: center;
	z-index: 5;
}
#info_dl {
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#info_dl dl {
	display: flex;
	width: 48%;
	margin-bottom: 18px;
}
#info_dl dt {
	width: 200px;
	font-family: "Cormorant Infant", serif;
	background: #FFF;
	color: #000;
	padding: 10px 0;
}
#info_dl dd {
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #FFF;
	background: #000;
	padding: 10px 0;
}
@media screen and (max-width: 640px) {
    #info .box {
        margin-top: -50px;
		max-width: 400px;
    }
    #info_logo img {
        width: 90%;
        height: auto;
    }
    #info_dl {
        flex-direction: column;
        padding: 0 5%;
    }
    #info_dl dl {
        width: 100%;
        margin-bottom: 10px;
    }
    #info_dl dt {
        width: 100px; 
		padding: 6px 0;
    }
    #info_dl dd {
		padding: 6px 0;
    }
}


.btn {
	text-align: center; 
	margin: 20px 0;
}
.btn a {
	display: inline-block;
	width: 440px;
	padding: 15px 0;
	color: #FFF;
	letter-spacing: 2px;
	background: linear-gradient(135deg, #4d0003, #840005);
	transition: all 0.3s ease;
}
.btn a:hover {
	filter: brightness(1.6);
	transform: translateY(-5px);
	opacity: 0.9;
}
@media screen and (max-width: 640px) {
    .btn a {
        width: 90%;
    }
}



/*=======================================================================

	#youtube

=======================================================================*/
#movie {
	position: relative;
  	width: 100%;
	height: 950px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-top: 120px;
	background: url("../images/sec04_bg.jpg") top center;
	background-size: cover;
}
#youtube {
	position: relative;
  	width: 100%;
	max-width: 1160px;
	margin: auto;
  	aspect-ratio: 16 / 9;
	background: #000;
}
#youtube iframe {
	position: relative;
  	width: 100%;
  	height: 100%;
	z-index: 99;
	border-radius: 5px;
}
@media screen and (max-width:640px) {
	#movie {
		width: 90%;
		margin: auto;
		padding-top: 40px;
	}
}
@media screen and (max-width: 640px) {
    #movie {
        width: 100%;
        height: auto; 
        padding-top: 60px;
        padding-bottom: 80px;
        background-size: cover;
    }
    #youtube {
        width: 90%; 
        max-width: none;
        margin: 0 auto;
    }
    #youtube iframe {
        border-radius: 3px;
    }
}




/*=======================================================================

	#chara

=======================================================================*/
#chara {}

#chara ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#chara ul li {
	position: relative;
	width: 100%;
	height: 630px;
}
#chara .chara_catch {
	position: absolute;
	top: 30px;
	left: 70px;
}
#chara .chara_catch p {
	position: relative;
	display: inline-block;
	writing-mode: vertical-rl;
	padding: 30px 12px;
	line-height: 1;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: 5px;
}
#chara .chara_catch p:nth-of-type(1) {
	margin-top: 90px;
	margin-right: 10px;
}
#chara .chara_catch p img {/*わたあめのハート*/
	position: absolute;
	left: 11px; bottom: 30px;
}
@media screen and (max-width:1780px) { #chara .chara_catch { left: 60px;}}
@media screen and (max-width:1690px) { #chara .chara_catch { left: 50px;}}
@media screen and (max-width:1600px) { #chara .chara_catch { left: 40px;}}
@media screen and (max-width:1450px) { #chara .chara_catch { left: 50px;} #chara .chara_catch p:nth-of-type(1) { display: none;}}
@media screen and (max-width:640px) {
	#chara ul {
		grid-template-columns: repeat(1, 1fr);
	}
	#chara ul li {
		height: 550px;
	}
	#chara ul li:nth-of-type(5) { order: 1; }
	#chara ul li:nth-of-type(6) { order: 2; }
	#chara ul li:nth-of-type(4) { order: 3; }
	#chara ul li:nth-of-type(3) { order: 4; }
	#chara .chara_catch {
		top: 20px;
		left: 40px;
	}
	#chara .chara_catch p {
		padding: 20px 10px;
		font-size: 17px;
		letter-spacing: 4px;
	}
	#chara .chara_catch p img {/*わたあめのハート*/
		left: 8px; bottom: 20px;
	}
}


#chara .chara_prof {
	position: absolute;
	left: 0; right: 0; margin: auto;
	bottom: 15px;
	text-align: center;
}
#chara .chara_prof::before {
	position: absolute;
	content: "";
	left: 0; right: 0; margin: auto;
	bottom: -20px;
}
#chara .chara_prof dt {
	font-size: 28px;
	line-height: 2;
}
#chara .chara_prof dd {
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width:640px) {
	#chara .chara_prof dt {
		font-size: 24px;
	}
	#chara .chara_prof dd {
		font-size: 14px;
		line-height: 1.8;
	}
}



#chara ul li:nth-of-type(1) { /*シャーロット*/
	background: url("../images/sec03_img01.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(1) .chara_catch p { /*シャーロット*/
	background: #070844;
}
#chara ul li:nth-of-type(1) .chara_prof::before { /*シャーロット*/
	background: url("../images/sec03_img02.png"); background-size: cover;
	width: 102px; height: 233px;
}

#chara ul li:nth-of-type(2) { /*ひなもり*/
	background: url("../images/sec03_img03.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(2) .chara_catch p { /*ひなもり*/
	background: #29978b;
}
#chara ul li:nth-of-type(2) .chara_prof::before { /*ひなもり*/
	background: url("../images/sec03_img04.png"); background-size: cover;
	width: 103px; height: 237px; bottom: -25px;
}

#chara ul li:nth-of-type(3) { /*善*/
	background: url("../images/sec03_img05.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(3) .chara_catch p { /*善*/
	background: #600004;
}
#chara ul li:nth-of-type(3) .chara_prof::before { /*善*/
	background: url("../images/sec03_img06.png"); background-size: cover;
	width: 98px; height: 239px; bottom: -29px;
}

#chara ul li:nth-of-type(4) { /*御門*/
	background: url("../images/sec03_img07.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(4) .chara_catch p { /*御門*/
	background: #b54820;
}
#chara ul li:nth-of-type(4) .chara_prof::before { /*御門*/
	background: url("../images/sec03_img08.png"); background-size: cover;
	width: 78px; height: 232px;
}

#chara ul li:nth-of-type(5) { /*わたあめ*/
	background: url("../images/sec03_img09.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(5) .chara_catch p { /*わたあめ*/
	background: #9b57a5;
}
#chara ul li:nth-of-type(5) .chara_prof::before { /*わたあめ*/
	background: url("../images/sec03_img10.png"); background-size: cover;
	width: 67px; height: 230px;
}

#chara ul li:nth-of-type(6) { /*ヴィヴィ*/
	background: url("../images/sec03_img11.png") center top; background-size: cover;
}
#chara ul li:nth-of-type(6) .chara_catch p { /*ヴィヴィ*/
	background: #b5225f;
}
#chara ul li:nth-of-type(6) .chara_prof::before { /*ヴィヴィ*/
	background: url("../images/sec03_img12.png"); background-size: cover;
	width: 98px; height: 239px; bottom: -29px;
}




/*=======================================================================

	#staff

=======================================================================*/
#staff {
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-bottom: 90px;
	padding-bottom: 120px;
	background: url("../images/bg01.jpg") center top;
}
#staff::before {
  	position: absolute;
	content: "";
  	top: -1px;
  	left: 0;
  	width: 100%;
  	height: 100px;
  	background-color: #000;
  	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 3;
}
@media screen and (max-width:640px) {
	#staff {
		margin-top: 40px;
		margin-bottom: 0;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#staff::before {
		display: none;
	}
}


/*------------------------------ バナー ------------------------------*/
.banner {
	position: relative;
	margin-bottom: 70px;
	z-index: 9;
}
@media screen and (max-width:640px) {
	.banner {display: none;}
}



/*------------------------------ スタッフクレジット ------------------------------*/
#staff .inner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media screen and (max-width:640px) {
    #staff .inner {
        display: block;
		margin-bottom: 10px;
    }
}



#staff .inner dl {
	width: 32%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#staff .inner dl dt {
	width: 35%;
	margin-bottom: 5px;
	padding: 9px 0;
	background: #FFF;
	color: #000;
}
#staff .inner dl dd {
	width: 65%;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
#staff .inner dl dd p:nth-of-type(1) {
	width: 62%;
	padding: 9px 0 9px 5px;
	background: #000;
}
#staff .inner dl dd p:nth-of-type(2) , #staff .inner dl dd p:nth-of-type(3) {
	width: 19%;
	margin-left: 3px;
	box-sizing: border-box;
	background: #000;
	transition:0.3s ease-in-out;
	overflow: hidden;
}
#staff .inner dl dd p:nth-of-type(2) a , #staff .inner dl dd p:nth-of-type(3) a {
	position: relative;
	display: block;
	width: 100%;
	height: 149%;
}
#staff .inner dl dd p:nth-of-type(2) img , #staff .inner dl dd p:nth-of-type(3) img {
	position: relative;
	top: 5px;
}
#staff .inner dl dd p:nth-of-type(2) a:hover , #staff .inner dl dd p:nth-of-type(3) a:hover {
	background: #dbb7b8;
}
@media screen and (max-width:640px) {
    #staff .inner dl {
		width: 100%;
        margin-bottom: 2px;
		font-size: 12px;
    }
    #staff .inner dl dt {
        width: 40%;
        padding: 7px 0;
    }
    #staff .inner dl dd {
        width: 60%;
    }
    #staff .inner dl dd p:nth-of-type(1) {
        width: 72%;
        padding: 7px 0 7px 5px;
    }
    #staff .inner dl dd p:nth-of-type(2) , #staff .inner dl dd p:nth-of-type(3) {
        margin-left: 2px;
    }
}






/*=======================================================================

	footer

=======================================================================*/
#copy {
	width: 100%;
	height: 140px;
	margin-top: -190px;
	background: #000;
	text-align: center;
	clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}
#copy small {
	display: block;
	padding-top: 90px;
	font-size: 13px;
	font-family: "Cormorant Infant", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}
@media screen and (max-width: 640px) {
    #copy {
        clip-path: none;
        height: auto;
        padding: 40px 0;
        margin-top: 0; 
    }

    #copy small {
        padding-top: 0;
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
}



/*=======================================================================

	Loader

=======================================================================*/
.loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
	min-width: 1300px;
    top: 0;
    left: 0;
    background: url("../images/logo.png") no-repeat center , #000;
	background-size: auto 100px , auto;
    z-index: 999999999;
	overflow: hidden;
}
.loader-bg::before {
	position: absolute;
	content: "LOADING...";
	width: 60px;
	height: 30px;
	font-size: 10px;
	top: 50%; bottom: 0;
	left: 0; right: 0;
	margin: 55px auto 0;
	color: #bbb;
	z-index: 999;
}
@media screen and (max-width:640px) {
	.loader-bg {
		min-width: 400px;
	}
	
}









