@charset "utf-8";
#ice {
    overflow: hidden;
	margin-bottom: 15px;
	background: #e281b0 url("img/bg_stripe.png") repeat ;
}
#ice .main {
	position: relative;
}

#ice .detail {
	position: relative;
	margin-top: 10px;
}
#ice .ice_contents{
	background: #53beb6 url("img/dot.png") repeat ;
}
#ice_movie {
    background: #90dced url("img/bg_stripe_2.png") repeat;
    margin-bottom: 15px;
}
#ice .other{
    width: 100%;
}
#ice .other01 {
    width: 64%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#ice .other02 {
    width: 34%;
    display: inline-block;
}
#ice .other01 span,
#ice .other02 span{
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
}
#ice .other img {
    width: 100%;
    height: auto;
}
.movie .inner {

}
#ice_movie .inner {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 8px;

}

.clear { clear:both; }

img a{
	border: 0;
	background-color: #FFFFFF;
}

a:hover img{
	opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* メニュー */

ul.mainlist{
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-left: 0;
}

ul.mainlist li{
	float: left;
	margin: 0 6px 20px 0;
}

ul.mainlist li img{
	width: 168px;
	height: 54px;
}
/* 動画 */
.btn_movie {
    position: absolute;
    right: 5%;
    top: 22%;
    width: 20%;
}

.btn_movie a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

.btn_movie img {
    width: 100%;
	height: auto;
}
.ice_movieList01 {
	text-align: center;
}

.ice_movieList01 li {
    display: inline-block;
    width: 345px;
    margin: 20px 12px 0;
    background: url(img/bg_movie01.png) no-repeat center bottom;
    background-size: 345px 222px;
    padding: 0 7px 32px 0;
}

.ice_movieList01 li.not {
	display: inline-block;
	width: 345px;
	margin: 0 12px;
	padding: 0 3px 32px 0;
	background-image: none;
}

.ice_movieList01 li dt {
    color: #0066ff;
    font-weight: bold;
    font-size: 14px;
    height: 47px;
    /* [disabled]margin-bottom: 14px; */
}
/* ボタン */
ul.linkbtn{
	margin-left: 15px;
	list-style-type: none;
	overflow: hidden;
}

ul.linkbtn li{
    float: right;
    margin-right: 5px;
}

ul.mainlist li img{
	width: 168px;
	height: 54px;

}

ul.linkbtn li a{
	display: block;
}

ul.linkbtn li a.syosai, ul.linkbtn li.syosai{
    float: left;
    /* [disabled]margin-top: 10px; */
    margin-right: 5px;
    margin-bottom: 15px;
    background-image: url(img/btn_syosai_no.png);
    background-size: 160px 42px;
    width: 160px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}

ul.linkbtn li a.syosai:hover{
	background-image: url(img/btn_syosai_on.png);
	background-size: 160px 42px;
}

ul.linkbtn li a.buy, ul.linkbtn li.buy{
    float: left;
    /* [disabled]margin-top: 10px; */
    margin-right: 5px;
    margin-bottom: 15px;
    background-image: url(img/btn_mall_no.png);
    background-size: 160px 42px;
    width: 160px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}

ul.linkbtn li a.buy:hover{
	background-image: url(img/btn_mall_on.png);
	background-size: 160px 42px;
}
.ice_btn {
	display: inline-block;
	position: absolute;
	right: 0px;
	
}

.notes  {
	margin: 10px 0;
	display: inline-block;
	padding: 10px;
	border-radius: 15px;
}

@media screen and (max-width: 639px) {
.pcNone{
	display: block !important;
}

.spNone{
	display: none !important;
}

.menu {
text-align:center;
}
	
	ul.mainlist{
	text-align: left;
	display: inline;
	}
	
	ul.mainlist li{
	margin-left: 5px;
	margin-right: 5px;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}

ul.mainlist li img{
	width: 136px;
	height: auto;

}

/* リンク*/

ul.linkbtn li{
	float: left;
}

ul.linkbtn li a.syosai, ul.linkbtn li.syosai{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-image: url(img/btn_syosai_no.png);
	background-size: 160px 42px;
	width: 160px;
	height: 42px;
	text-indent: -9999px;
	display: block;
}

ul.linkbtn li a.syosai:hover{
	background-image: url(img/btn_syosai_on.png);
	background-size: 160px 42px;
}

ul.linkbtn li a.buy, ul.linkbtn02 li.buy{
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
    background-image: url(img/btn_mall_no.png);
    background-size: 160px 42px;
    width: 160px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}

ul.linkbtn li a.buy:hover{
	background-image: url(img/btn_mall_on.png);
	background-size: 160px 42px;
}

/* スマホメイン */
#ice{
	width: 100%;
}
#ice .main {
	width: 100%;
	height: auto;
	position: static;
	overflow: hidden;
}
#ice .main img {
	width: 100%;
	height: auto;
}
.ice_btn{
	position: static;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.ice_btn .linkbtn{
	display: inline-block;
}

/* スマホ内容 */
#ice .inner img,
#ice .detail img,
#ice .ice_contents img{
	width: 100%;
	height: auto;
}
#ice h2 {
	text-align: center;
}

.br_pc{
	display: none;
}

.br_sp{
	display: block;
}
.notes {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}


	
}

@media screen and (max-width: 619px) {

ul.linkbtn02 li{
	float: none;
}

ul.linkbtn02 li a.syosai, ul.linkbtn02 li.syosai{
    float: none;
    /* [disabled]margin-top: 10px; */
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    background-image: url(img/btn_syosai_sp_no.png);
    background-size: 130px 42px;
    width: 130px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}

ul.linkbtn02 li a.syosai{
	margin-right: 0px;
}

ul.linkbtn02 li a.syosai:hover{
	background-image: url(img/btn_syosai_sp_on.png);
	background-size: 130px 42px;
}

ul.linkbtn02 li a.buy, ul.linkbtn02 li.buy{
    float: none;
    /* [disabled]margin-top: 10px; */
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    background-image: url(img/btn_mall_sp_no.png);
    background-repeat: no-repeat;
    background-size: 130px 42px;
    width: 130px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}

ul.linkbtn02 li a.buy:hover{
	background-image: url(img/btn_mall_sp_on.png);
	background-size: 130px 42px;
}	
#ice .other01,
#ice .other02 {
    width: 100%;
    display: block;
}
#ice .other img {
    width: 100%;
    height: auto;
}
#ice_movie .inner {
    padding: 40px 0;

}
.ice_movieList01 li dt {
    margin-bottom: 14px;
}


}
