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

* {
  margin: 0;
  padding: 0;
}

.pc { display: block !important; }
.sp { display: none !important; }

a:link { color:#fff; text-decoration:none; }
a:visited { color:#fff; }

body{
    padding: 0;
    color:#000;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color:#fff;
}

/*--h/p--*/
h1{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    right: 2%;
    bottom: 4%;
    text-shadow: 0 0 15px #000;
}
h3{
    margin: 2% auto;
    font-size: 24px;
    text-align: center;
}
h3 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 19px;
    text-align: left;
}
h5{
    font-size: 14px;
    text-align: center;
}
p{
    font-size: 22px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: url(../images/saisai_itsuki_back_PC.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#fff;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
main .logo{
    position: absolute;
    top: 12px;
    left: 20px;
    width: 140px;
}
.main_bg img {
    width: 100%;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
#Info img {
    width: 100%;
}
.info_img01{
    position: absolute;
    width: 42%;
    top: 4%;
    left: 0%;
}
.info_img02{
    position: absolute;
    bottom: 33%;
    width: 38%;
    left: 13%;
}
.info_img03{
    position: absolute;
    bottom: 5%;
    width: 42%;
    left: 2%;
}
.info_img04{
    position: absolute;
    width: 11%;
    top: 3%;
    right: 27%;
}
.info_img05{
    position: absolute;
    width: 8%;
    right: 2%;
    top: 5%;
}
.info_img06{
    position: absolute;
    width: 23%;
    right: 2%;
    bottom: 43%;
}
.info_img07{
    position: absolute;
    width: 32%;
    right: 4%;
    bottom: 3%;
}
.info_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: #ffffffc0;
    margin: 0 auto 70px;
    padding: 70px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.w_base .ttl {
    color: #b23bbd;
}
.w_base h3 {
    color: #b23bbd;
}
.p_base {
    background: #b23bbdb4;
    margin: 0 auto 70px;
    padding: 70px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.p_base .ttl {
    color: #fff;
}
.p_base h3 {
    color: #fff;
}
.box{
    width: 80%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    line-height: 60px;
    display: inline-block;
}
.ttl::before{
    position: absolute;
    bottom: -28px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
.ttl span{
    font-size: 30px;
}
.row{
    line-height: 50px;
}
.row::before {
    position: absolute;
    bottom: -26px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}

/*-- bt--*/
.bt_p, .bt_w{
    text-align: center;
    width: 100%;
}
.bt_p p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #b23bbd;
}
.bt_p p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.bt_w p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    position: relative;
    display: inline-block;
    color: #b23bbd;
    background: #fff;
}
.bt_w p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.bt_act{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_act p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 4% 0;
    background: #ffffff00;
    color: #b23bbd;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.bt_long{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_long p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0;
    background: #B56553;
    color: #fff;
    position: relative;
}
.bt_long p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
/*--arrow--*/
.bt_p p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_w p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #b23bbd;
    border-bottom: 2px solid #b23bbd;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_long p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #b23bbd;
    border-bottom: 2px solid #b23bbd;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*--Release_stm--*/
#Release_stm {
    width: 100%;
    text-align: center;
}
#Release_stm h4{
    margin-bottom: 5%;
}
#Release_stm ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_stm li{
    display: inline-block;
    width: 40%;
    margin: 2% 1.5%;
    vertical-align: middle;
}
#Release_stm li img{
    width: 100%;
}

/*--Release_dvd--*/
#Release_dvd {
    width: 100%;
    text-align: center;
}
#Release_dvd h3{
    margin-bottom: 6%;
    text-align: left;
}
#Release_dvd h5{
    text-align: center;
    margin: 3% auto;
}
#Release_dvd ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_dvd li{
    display: inline-block;
    width: 40%;
    margin: 2% 1.5%;
    vertical-align: middle;
}
#Release_dvd img{
    width: 100%;
}
#Release_dvd .tokuten{
    width: 70%;
    margin: 0 auto;
}

/*--movie--*/
#movie {
    width: 100%;
    text-align: center;
}
#movie video{
    width: 80%;
    margin: 2% auto;
}

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event h3{
    font-size: 28px;
}
#Event h4{
    text-align: center;
    margin-bottom: 5%;
}
#Event ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
#Event li{
    display: inline-block;
    width: 40%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: middle;
}
#Event li img{
    width: 100%;
}
.e01{
    order: 2;
}
.e02{
    order: 1;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
    font-size: 34px;
    text-align: left;
}
#Profile h4 {
    font-size: 18px;
    text-align: left;
    line-height: 34px;
}
#Profile ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#Profile li{
    display: inline-block;
    width: 40%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: middle;
}
#Profile li img{
    width: 100%;
}

/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 50px;
}
.f_text{
    text-align: center;
}
.footerimg{
    width: 224px;
}
.copy{
    color: #000;
    margin-top: 10px;
    font-size: 12px;
}

/*--pageTop--*/
#pageTop {
    text-align: center;
    margin-top: 30px;
}
#pageTop img {
    width:60px;
    padding-bottom: 30px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
  margin:auto;
  max-width: 800px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube_list {
    background: rgba(0,128,255,0.2);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.youtube_list a {
    float: left;
    width: 40%;
    margin-right:20px;
}
.youtube_list:after{
  content: "";
  clear: both;
  display: block;
}
.youtube_list a img {
    width: 100%;
}
.youtube_list_text{
	color:#045BBA;
	font-size:100%;
	width:100%;
	text-align: left;
	line-height: 140%;
}
.youtube_list div.bt_act{
    position: relative;
}

.ttl {
	font-size:200%;
}
.kenmei{
	font-size:140%;
	color:#468;
	width:100%;
	padding:20px 0:
}
.tenpo{
	font-size:140% !important;
	border-bottom:#adf solid 1px;
	width:100%;

}