@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    spring_pc.css
*
*
------------------------------------------------------------------------------------------ */
br.sp{display: none !important;}

.device-sp{ display: none !important;}

.device-pc main p + *{
    margin-top: 0 !important;
}

#contents_area p, ul, li, div{
    padding: 0;
    margin: 0;
}

.device-pc main{
    width: inherit;
    padding: 0;
}

#contents_area{
    font-family: 'Midashi Go MB31' !important;
    font-weight: normal !important;
    background: none;
    visibility: hidden;
    overflow: hidden;
}
#contents_area a:hover{ text-decoration: underline;}

#spring_bg{
    width: 100%;
    height: 100%;
    min-width: 980px;
    min-height: 100%;
    position: fixed;
    z-index: -1;
}

#spring_bg p{
    width: 100%;
    min-width: 980px;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .8s ease;
}

#spring_bg p.on{
    opacity: 1;
}

.only_tablet #spring_bg,
.only_tablet #spring_bg p{
    height: 100vh;
    min-height: 100vh;
    background-size: cover !important;
}


#spring_bg .b01{ background-image:url(../images/pic_bg_01.jpg);}
#spring_bg .b01_1{ background-image:url(../images/pic_bg_01.jpg);}
#spring_bg .b02{ background-image:url(../images/pic_bg_02.jpg);}
#spring_bg .b03{ background-image:url(../images/pic_bg_03.jpg); background-position: center bottom;}

.c_anim{ opacity: 0;}
.p_txt{ transform: translate3d(0, 0, 0); position: relative;}


/* --------------------------------------------------
*
    #spring_visual
*
-------------------------------------------------- */
#spring_visual .main_copy,
#spring_visual .spring_logo{
    opacity: 0;
    display: none;
}

#spring_visual{
    width: 100%;
    min-height: 100%;
    display: table;
    text-align: center;
}

#spring_visual_inner{
    display: table-cell;
    vertical-align: middle;
}

#spring_visual .main_copy{
    width: 680px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    letter-spacing: -.40em;
}

#spring_visual .main_copy img{
    width: 680px;
    height: auto;
	margin:0 auto;
}

#spring_visual .main_copy li{
    position: absolute;
    top: 0;
    left: 0;
}

#spring_visual .spring_logo{
    display: none;
}

#spring_visual .spring_logo img{
    width: 416px;
    height: auto;
}


/* --------------------------------------------------
*
    #spring_yodogawa
*
-------------------------------------------------- */
#spring_yodogawa{
    padding: 80px 0 56px 0;
    text-align: center;
    background-image:url(../images/img_bg_p.png);
	color:#000;
}
#spring_yodogawa h2 img{
	width:30%;
	height:auto;
}
#spring_yodogawa h2{
	margin-bottom:20px;
}
#spring_yodogawa h2 .yod_illust img{
	width:300px;
	height:auto;
}
#spring_yodogawa p{
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.75em;
}
#spring_yodogawa .sto{
	font-size:24px;
	font-weight:bold;
	line-height:1.7em;
}
#spring_yodogawa .ico_techo img{
    width: 33px;
    height: auto;
}
#spring_yodogawa .ico_techo{
	margin:0px auto;
	padding:0;
}
#spring_yodogawa .bd_b{
    position: relative;
}

#spring_yodogawa .bd_b:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.line{
	width:800px;
	margin:0 auto;
	padding:30px 0;
}

/* --------------------------------------------------
*
    #spring_word
*
-------------------------------------------------- */
#spring_word{
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}
#spring_word img{
    width: 62%;
	height:auto;
}
#spring_word_inner{
    padding: 100px 0;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

#spring_word_inner .txt_wrap{
    color: #fff;
    display: inline-block;
    text-align: left;
    position: relative;
}

#spring_word_inner .txt_wrap .sup{
    font-size: 60%;
    position: relative;
    top: -5px;
}

#spring_word_inner .txt_wrap .small{
	font-size: 10px;
	vertical-align: middle;
}

#spring_word h2,
#spring_word p{
    font-size: 18px;
    line-height: 1.75em;
}

#spring_word h2{
    margin: 0 0 35px 0;
}

#spring_word p span.br{
    display: block;
    margin: 0 0 20px 0;
}

#spring_word p span.sp{
    display: none;
}

#spring_word .quote{
    padding: 0 0 0 75px;
    position: relative;
    opacity: 0;
}
#spring_word .sp_link{
	display:none;
}
#spring_word .quote:before{
    content: '';
    width: 65px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_dot_w.png);
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #spring_detail
*
-------------------------------------------------- */
#spring_detail{
    padding: 90px 0 ;
    overflow: hidden;
    text-align: left;
    background-image:url(../images/img_bg_w.png);
}
#spring_detail .inner{
	width:476px;
	margin:0 auto;
}
#spring_detail .inner .m_b40{
	margin-bottom:40px;
}
#spring_detail h2{
    font-size:21px;
    margin:0 auto 20px;
}
#spring_detail .small_midashi{
	font-weight:bold;
    font-size:18px;
    margin:0;
}
#spring_detail .small{
    font-size:16px;
    margin:0;
}
#spring_detail .m_small{
    font-size:13px;
    margin:0;
}
/* --------------------------------------------------
*
    #event_tobichi
*
-------------------------------------------------- */
#event_tobichi{
    padding: 60px 0;
    text-align: center;
    background-image:url(../images/img_bg_p.png);
}

#event_tobichi p{
    margin: 0;
}

#event_tobichi h3{
    margin: 0 0 30px 0;
    display: inline-block;
}

#event_tobichi h3 img{
    padding: 0 0 8px 0;
    width: 164px;
    height: auto;
    border-bottom: 2px solid #000;
}

#event_tobichi .banner img{
    width: 680px;
    height: auto;
    transition: opacity .15s ease .0s;
}

#event_tobichi .banner a:hover img{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #spring_foot
*
-------------------------------------------------- */
#spring_foot{
    padding: 0 0 50px 0;
    box-sizing: border-box;
    text-align: center;
}

#spring_foot ul{
    padding: 160px 0 80px 0;
    width: 100%;
    text-align: center;
}

#spring_foot li{
    margin: 0 40px;
    display: inline-block;
}

#spring_foot li a{
    color: #000;
    text-decoration: none !important;
}

#spring_foot li a{ transition: opacity .15s ease 0;}
#spring_foot li a:hover{ opacity: .7; transition: opacity .15s ease .1s;}

#spring_foot li img{
    width: 99px;
    height: auto;
}

#spring_foot span{
    margin: 5px 0 0 0;
    display: block;
    font-size: 16px;
	color:#fff;
}

#spring_foot p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    font-size: 15px;
    color: #fff;
}

#spring_foot p.photo{
    margin: 0 0 15px 0 !important;
}
