@charset "utf-8";
#cultune {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: "RocknRoll One", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #231815;
}
#cultune img{
	width: 100%;
	vertical-align: bottom;
}
#cultune .pc {
	display: none;
}
#cultune .inner {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
/*
#cultune .shake-up {
    animation: shake-up 3s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25px);
    }
}
*/
#cultune #header{
	position: relative;
	width: 100%;
}
#cultune #header .hero{
	position: relative;
}
#cultune #header h1.hero::before{
	content: "";
	display: block;
	padding-top: 61%;
}
#cultune #header h1.hero{
	background: url("../images/main_sp.jpg?2508251500") no-repeat top center;
	background-size: cover;
	width: 100%;
	position: relative;
}
#cultune #header .date {
    width: 100%;
    background: #111;
}

#cultune #header .date h2 {
	padding: 1%;
	width: 80%;
	margin: 0 auto;
}
/**あしらい**/
#cultune .deco {
	position: absolute;
	z-index: 1;
}
#cultune .deco_01{
	width: 30%;
	top: 0;
	left: 0;
}
#cultune .deco_02{
	width: 20%;
	bottom: 0;
	right: 0;
}
#cultune .deco_03{
	width: 20%;
	bottom: 55px;
	left: 0;
}
#cultune .deco_04{
	width: 14%;
	top: 210px;
	right: 0;
}
#cultune .deco_05{
	width: 10%;
	top: 200px;
	left: 0;
}
#cultune .deco_06{
	width: 26%;
	bottom: 0;
	left: 0;
}
#cultune .deco_07{
	width: 21%;
	top: 130px;
	right: 0;
}
#cultune .deco_08{
	width: 20%;
	bottom: 250px;
	right: 0;
}

#cultune #catch{
	background: url("../images/glid.png") no-repeat top center;
	background-size: cover;
	position: relative;
}
#cultune #catch h3.lead {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    animation: bounce;
    animation-duration: 2.0s;
}

#cultune #about {
    background: #ff1547;
    position: relative;
    z-index: 2;
}

#cultune #about h2.ttl {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#cultune #about .about_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0 10%;
    position: relative;
    z-index: 2;
}
#cultune #about .about_wrap::after{
    content: "";
    display: block;
    background: url("../images/maru.png") no-repeat;
    background-size: cover;
    width: 38px;
    height: 42px;
    position: absolute;
    bottom: 11px;
    right: 8px;
    margin: 0;
    z-index: 2;
}
#cultune #about .txt {
    width: 100%;
    color: #fff;
    /* background: #ff1547; */
}

#cultune #about span.marker {
    background: #fff;
    color: #ff1547;
    font-size: 1.7rem;
    line-height: 2;
    text-align: center;
}

#cultune #about .video {
    width: 100%;
    margin-bottom: 5%;
}

#cultune #about .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}

#cultune #about .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cultune #cast{
	position: relative;
	background: #275bff;
}
#cultune #cast::before{
	content: "";
	display: block;
	background: url("../images/wave.png");
	background-size: cover;
	width: 100%;
	height: 5%;
	position: absolute;
	top: -50px;
	left: 0;
	margin: 0;
	z-index: 2;
}
#cultune #cast h2.ttl {
    position: absolute;
    top: 0.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    width: 27%;
}
#cultune #cast .detail {
    color: #fff;
    margin: 0% 0 5%;
    font-size: 1.5rem;
}

#cultune #cast .studio_wrap {
	width: 96%;
	margin: 0 auto;
	background: #fff;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 8px 8px #2048c5;
	margin-bottom: 8%;
}


#cultune #cast ul.cast_list {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
}
#cultune #cast ul.cast_list li {
	position: relative;
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#cultune #cast ul.cast_list li.mc_red::before {
	content: "";
	display: block;
	background: url("../images/mc_red.png") no-repeat;
	background-size: cover;
	width: 45px;
	height: 43px;
	position: absolute;
	top: -20px;
	left: -10px;
}
#cultune #cast ul.cast_list li.mc_blue::before {
	content: "";
	display: block;
	background: url("../images/mc_blue.png") no-repeat;
	background-size: cover;
	width: 43px;
	height: 45px;
	position: absolute;
	top: -20px;
	left: -10px;
}
#cultune #cast .cast_ttl {
    font-size: 2rem;
    margin-bottom: 7%;
    text-align: center;
}
#cultune #cast p {
    text-align: center;
    font-size: 1.3rem;
    padding: 5% 0;
}
#cultune #cast .vtr_wrap {
	width: 96%;
	margin: 0 auto 3%;
	background: #fff;
	padding: 4%;
	border-radius: 20px;
	box-shadow: 8px 8px #2048c5;
	margin-bottom: 3%;
}
#cultune #cast .vtr_wrap p.txt {
    margin-bottom: 4%;
    font-size: 1.3rem;
    padding: 0;
    text-align: left;
}
#cultune #cast ul.vtr_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 3% 0 0;
    width: 100%;
}
#cultune #cast ul.vtr_img li{
    width: 100%;
    margin-bottom: 4%;
}
#cultune #cast .narration_wrap {
	width: 60%;
	background: #fff;
	padding: 2%;
	border-radius: 20px;
	box-shadow: 8px 8px #2048c5;
	margin: 8% auto 3%;
}
#cultune #cast .narration_cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: 0 auto;
}
#cultune #support{
	background: url("../images/glid.png") no-repeat top center;
	position: relative;
}
#cultune #support .inner{
	padding: 20px 0 115px;
}
#cultune #support h2.ttl{
	font-size: 2.6rem;
	text-align: center;
}
#cultune #support .support_name{
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: center;
}

/*---sns---*/
#cultune .sns {
    position: relative;
}
#cultune .sns .sns_img {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;	
    transition: none; /* ← 最初はアニメーション無効 */
/*    transition: transform .8s;*/
    transform: scale(0.55) translateY(100%);
    transform-origin: bottom right;
}
#cultune.loaded .sns .sns_img {
    transition: transform .8s; /* ← ロード後に有効化 */
}

#cultune .sns .sns_img.show {
	transform: scale(0.55) translateY(0%);
}
#cultune .sns a {
    display: block;
    margin-right: 5px;
}


