@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	}

/*共通フォントサイズ*/
p, a, ul, ol, dl, li, dt, dd {
    font-size:1.6rem;
}
/*↑reset.css使用かfont-size:62.5%を記述している場合デフォルトのfontサイズ設定*/

h1, h2, h3, h4, h5, h6 {
    font-size:2rem;
    font-weight:normal;
}
/*↑reset.css使用かfont-size:62.5%を記述している場合見出しタグのデフォルトのfontサイズ/太さ設定*/

/*共通IMG設定*/
img {
    width:100%;
    max-width:100%;
    height:auto;
}



/*全体レイアウト*/
#container {
	width:100%;
	max-width:1260px;
	background-color: black;
	margin:0 auto;
	position:relative;
}
.fixContainer {
	width:100%;
	max-width:1260px;
}

#pc_size {
	width:1260px;
	height:auto;
	margin: 0 auto;
}

a {
	text-decoration: none;
}


.logo {

}

.inner {
  width: 1260px;
  margin: 0 auto;
}

.container {
	width:100%;
	color:#fff;
}

html {
	scroll-behavior: smooth;
}

/*---------------character---------------*/

.header_Inner_chara {
  width: 100%;
  max-width: 1280px;
  height: 134px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background-color: #000;
}

/*#Chara {
	width: 100%;
    max-width: 1260px;
    height: 540px;
    background-color: rgb(237, 237, 237);
    margin: 0px auto;
}*/

#CharaContents {
	width: 1260px;
    height: 1470px;
    background-image: url( "../character/images/charaBg@2x.png");
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
}


.ConnectionTitle {
	width:100%;
	margin-top: 77px;
	margin-bottom: 77px;
}

.ConnectionTitleSp {
	display: none;
}


.ConnImg {
	margin: 0 auto;
    width: 898px;
	margin-bottom: 160px;
}

.ConnImg.ConnectionImgSp {
	display: none;
}

.ConnectionImgSp {
	display: none;
}

.ConnectionImg a img {
	width:898px;
	max-width:898px;
	min-width:898px;
	height:561px;
}




/*.ConnectionImg {
	width: 100%;
	max-width: 898px;
	height:561px;
	margin-top: 70px;
}*/

/*---------------スマホ---------------*/

/*---------------スマホ---------------*/


@media screen and (min-width:0) and (max-width:480px) {
	
	
	#container {
        width: 480px;
        height: 2014px !important;
        margin-right: auto;
        margin-left: auto;
}
	
	.header_Inner_chara {
  z-index: 10;
		width: 100%;
        height: 65px;
        max-width: 480px;
        display: flex;
        justify-content: space-between;
        align-items: center;
  background-color: #000;
}

#Chara {
        width: 100%;
        max-width: 480px;
        height: 100vh;
        margin: 0 auto;
        background-color: #EDEDED;
}
	
	#CharaContents {
    width: 100%;
    height: 1166px;
    background-image: url( "../character/images/charaBgSp@2x.png");
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
}
	
	.ConnectionTitle {
		display: none;
	}
	
	.ConnectionTitleSp {
		width:100%;
	/*margin-top: 56px;*/
	margin-bottom: 56px;
		display: block;
	}
	
	.ConnectionImg {
	display: none;
}
	
	.ConnImg {
    margin: 0 auto;
    max-width: 100%;
}

.ConnectionImgSp {
	margin: 0 auto;
    max-width: 390px;
	height:470px;
	margin-bottom: 52px;
	display: block;
}
	
	#More .MoreLeft .MoreLeftTex {
		font-size: 1.4rem;
        font-weight: 400;
        color: #BBE2EF;
        line-height: 1.8rem;
        margin-top: 12px;
	}
	
	p.MoreLeftTex {
        font-size: 1.6rem!important;
        font-weight: 100!important;
        line-height: 2!important;
        font-family: 'NOTO SANS JP'!important;
        font-style: normal!important;
        color: #fff!important;
        text-align: center!important;
        padding-top: 90px!important;
        margin-left: 10px!important;
        letter-spacing: 0.6rem!important;
    }
	
	#page-top {
        /*position: fixed;*/
        right: 15px;
        bottom: 530px!important;
        height: 50px;
        text-decoration: none;
        font-weight: bold;
        transform: #fff;
        line-height: 0.5rem;
        color: #fff;
        padding: 10px 0px 0px 30px;
        border-top: solid 1px;
}
	
}


/*---------------スマホ---------------*/


/*-------------アイパッド---------------*/


@media screen and (min-width:481px) and (max-width:960px) {
	
	    #GoodsCtt p {
        font-size: 1.7rem;
        font-weight: 400;
        color: #BBE2EF;
        line-height: 2.6rem;
        margin-top: 15px;
    }
	
	
}

/*-------------PC---------------*/

@media screen and (min-width:961px) {
	
	.MoreLeftTex {
    font-size: 2rem;
    font-weight: 100;
    line-height: 2;
    font-family: "NOTO SANS JP";
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-top: 85px!important;
    margin-left: 85px!important;
    letter-spacing: 0.8rem;
}
	
	
	
}
