@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;
}

/*---------------goods---------------*/

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

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

#GoodsCtt ul {
	width: 900px;
    height: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: 120px;
}

.Goodsgazou {
	width: 230px;
    height: 230px;
}


.goodsImg img {
	width: 230px!important;
    max-width: 100%;
    height: auto;
}

#GoodsCtt ul li p {
	font-size: 1.7rem;
	font-family: 'Noto Sans JP';
	font-style:normal;
    font-weight: 400;
    color: #BBE2EF;
    line-height: 2.6rem;
    margin-top: 15px;
}

p.MoreLeftTex {
	font-size: 2rem;
    font-weight: 100;
    line-height: 2;
    font-family: 'NOTO SANS JP';
    font-style: normal;
    color: #fff;
    text-align: left;
    padding-top: 73px;
    margin-left: 89px;
    letter-spacing: 0.8rem;
}

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

@media screen and (min-width:481px) and (max-width:960px) {
	
	#GoodsCtt {
	width: 1260px;
    height: 2520px;
    background-image: url(../character/images/charaBg@2x.png);
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
}

#GoodsCtt ul {
	width: 800px;
    height: 2100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: 120px;
}

.Goodsgazou {
	width: 350px;
    height: 350px;
}


.goodsImg img {
	width: 350px!important;
    max-width: 100%;
    height: auto;
}

#GoodsCtt ul li p {
	font-size: 1.7rem;
    font-weight: 400;
    color: #BBE2EF;
    line-height: 2.6rem;
    margin-top: 15px;
}
	
	p.MoreLeftTex {
	font-size: 2rem;
    font-weight: 100;
    line-height: 2;
    font-family: 'NOTO SANS JP';
    font-style: normal;
    color: #fff;
    text-align: left;
    padding-top: 73px;
    margin-left: 89px;
    letter-spacing: 0.8rem;
	}
	
	
	
}

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

@media screen and (min-width:0) and (max-width:480px) {
	
	.goods_bg {
		width:480px;
		height:1986px!important;
	}
	
	
	#GoodsCtt {
	width:100%;
	max-width: 480px;
    height: 1466px;
    background-image: url( "../goods/images/goodsBgSp@2x.png");
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
}
	
	#GoodsCtt ul {
	width: 360px;
    height: 990px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
	padding-top: 63px;
	margin-bottom: 114px;
}
	
	.Goodsgazou {
	width: 150px;
    height: 150px;
}
	
	
	#GoodsCtt ul li p {
        font-size: 1.4rem;
        font-weight: 400;
        color: #BBE2EF;
        line-height: 1.8rem;
        margin-top: 12px;
    }
	
	p.MoreLeftTex {
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2;
    font-family: 'NOTO SANS JP';
    font-style: normal;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    margin-left: 10px;
    letter-spacing: 0.6rem;
}
	
	#page-top {
        /* position: fixed; */
        right: 15px;
        bottom: 440px!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;
    }

}

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