/*
 * =GENERAL STYLES
 */

body, button, input, select, textarea { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",'Raleway', Verdana, Geneva, Arial, Helvetica, sans-serif; color: #666; -webkit-text-stroke: 0.001px transparent; }

.termsandconditions{
    line-height:1.5em;
}

.termsandconditions ul{
    margin-top:15px;
    margin-bottom:15px;
    margin-left:20px;
}

.termsandconditions li{
    list-style:circle;
}

.bg-slider {
	width: 100%;
	height: 99vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
    
#newmainimg_box{
    padding: 0; 
    height:99vh;
}

#newmainimg_box h1{
    color:#fff;
	font-size: 90px;
	line-height: 1.2;
    text-shadow: #333 1px 0 10px;
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align:center;
    margin:0;
    padding:0;
    margin-top:-100px;
    padding-top:0;
}
	
/** SP **/
@media screen and (max-width: 920px) {

#newmainimg_box h1{
    color:#fff;
	font-size: 36px;
	line-height: 1.2;
    text-shadow: #333 1px 0 10px;
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align:center;
    margin:0;
    padding:0;
    margin-top:-100px;
    padding-top:0;
}