/*
Theme Name:  Audition-TheatreRole
Theme URI:
Description:　オーディション特設サイト
Version: 1.0 2026.02.10-
Author: Rio Kinomiya
Author URI:
*/


body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #222;
	font-size:16px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
	font-weight: 400;
  	font-optical-sizing: auto;
	background: #26150d;
}
a {
	color: #a2531f;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#c97640;
}

::selection{background-color:#473527; color: #FFF;}
::-moz-selection{background-color:#473527; color: #FFF;}

body , header , footer{
	min-width:1280px;
	max-width: 1920px;
	margin: auto;
}

@media screen and (max-width:640px) {
	body{font-size: 15px;}
	body,header,footer{min-width: 400px;}
}





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

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
    from { opacity: 0; transform: translate3d(0, 10%, 0);}
    to { opacity: 1; transform: none;}
}



#loftloader-wrapper {
	min-width: 400px !important;
}
#loftloader-wrapper .loader-section.section-fade {
	min-width: 400px !important;
}




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

	#mainvisual　＊　下層のMV

============================================================================
#mainvisual {
	position: relative;
	width: 100%;
	max-width:1600px;
	height:250px;
	margin:auto;
	background: url(images/MV.jpg) center top no-repeat;
  	background-size: cover;
  	z-index: 0;
  	overflow: hidden;
}






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

	main

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





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

		共通　＊　h2

==================================================================*/
h2 {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
}
h2 em {
	background: linear-gradient(to bottom, #47281a, #8c6156);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	font-size: 100px;
	font-family: "EB Garamond", serif;
  	font-optical-sizing: auto;
	letter-spacing: 6px;
}
h2 span {
    margin-top: 5px;
	font-family: "Shippori Mincho", serif;
	font-size: 26px;
    color: #aea6a0;
	letter-spacing: 5px;
}
@media screen and (max-width:640px) {
    h2 {
        margin-bottom: 30px;
    }
    h2 em {
        font-size: 43px;
        letter-spacing: 2px;
    }
    h2 span {
        margin-top: 3px;
        font-size: 16px;
        letter-spacing: 3px;
    }
}



h2.light em { opacity: .6;}
h2.light span { color: #412a1a;}

h2.blue em { 
	background: linear-gradient(to bottom, #062b5a, #496f96);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.blue span { color: #919ba7;}






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

		共通　＊　h3

==================================================================*/
h3 {
    position: relative;
	margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    width: 100%;
	border-bottom: 1px solid #3d5a80;
}

h3::before {
	position: relative;
    content: "";
    background: url('images/icon_01.png') no-repeat center/contain;
    width: 44px;
    height: 46px;
	top: 12px;
}


h3 em {
	padding-left: 30px;
	padding-bottom: 10px;
    font-size: 28px;
    white-space: nowrap;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 5px;
	font-weight: 500;
}
h3 span { 
    margin-left: auto; 
    font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	letter-spacing: 1px;
    color: #766962;
}

h3 em small {
    font-size: 0.6em;
    margin-left: 5px; 
    vertical-align: middle; 
}
@media screen and (max-width:640px) {
    h3 {
        margin-bottom: 20px;
    }
    h3::before {
        width: 36px;
        height: 38px;
        top: 10px;
    }
    h3 em {
        padding-left: 18px;
        padding-bottom: 10px;
        font-size: 21px;
        letter-spacing: 2px;
        white-space: normal;
    }
    h3 span {
        font-size: 11px;
        letter-spacing: 0.5px;
        padding-bottom: 8px;
    }
    h3 em small {
        font-size: 0.7em;
        margin-left: 3px;
    }
}





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

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
	line-height: 2;
	margin-left: 76px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
.text strong {
	color: #1d4170;
	font-weight: 600;
}
@media screen and (max-width:640px) {
	.text {
		margin-left: 10px;
		margin-right: 10px;
		line-height: 1.8;
	}
}







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

	list

==================================================================*/
.list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 33px;
}
.list li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 8px;
	width: 10px;
	height: 10px;
	background: #3d5a80;
	border-radius: 100%;
}
@media screen and (max-width:640px) {
	.list li {
		padding-left: 28px;
		line-height: 2;
	}
	.list li::before {
		top: 10px;
		left: 4px;
		width: 8px;
		height: 8px;
	}
}







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

	btn

==================================================================*/
.btn {
    margin: 50px auto;
    text-align: center;
}
.btn a {
    display: inline-block;
    width: 320px;
    padding: 18px 60px;
    color: #fff;
    letter-spacing: 0.15em;
	font-size: 18px;
    font-family: "Shippori Mincho", serif;
    background: linear-gradient(to right, #061e3e, #1d4170);
    background-size: 200% auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease; 
}
.btn a:hover {
    background-position: right center; 
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(29, 65, 112, 0.4);
    letter-spacing: 0.23em;
}
@media screen and (max-width:640px) {
    .btn {
        margin: 40px auto;
    }
    .btn a {
        width: 100%;
        max-width: 280px;
        padding: 16px 40px;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .btn a:hover {
        letter-spacing: 0.15em;
    }
}












