@charset "utf-8";


/* チェック用 */
.dami{
background-color: #666666;
}



/* 共通 */
.title{	/* 見出し */
width: 1100px;
border-bottom: 1px #424242 solid;
margin-bottom: 40px;
text-align: center;

font-size: 32px;
font-weight: normal;
}



/* TOP */
.top{	/* 包装 */
width: 100%;
height: 860px;
margin: 0 auto;
}
.top_box{	/* ボックス */
width: 1100px;
height: 860px;
margin: 0 auto;
}
.top_box_title{	/* タイトル */
width: 576px;
height: 83px;
background: url(../image/01_image01.png) no-repeat center top;
top: 55px;
left: 262px;
}
.top_box_image02{	/* コード */
width: 110px;
height: 110px;
top: 44px;
left: 0;
}
.top_box_image03{	/* ツイート背景 */
width: 110px;
height: 110px;
background: url(../image/01_image03.png) no-repeat center top;
top: 44px;
right: 0;
}
.top_box_image03 div{	/* ツイートボタン */
top: 45px;
left: 17px;
}
.top_box_textimage01{	/* 開催日 */
width: 500px;
height: 67px;
background: url(../image/01_image04.png) no-repeat left top;
bottom: 100px;
left: 0;
}
.top_box_textimage02{	/* ブース名 */
width: 500px;
height: 67px;
background: url(../image/01_image05.png) no-repeat right top;
bottom: 100px;
right: 0;
}
.top_box_button01{	/* 下へボタン */
width: 80px;
height: 80px;
bottom: 90px;
left: 510px;
cursor: pointer;
}
.top_bg{	/* 背景素材01 */
width: 100%;
height: 117px;
background: url(../image/01_bg01.png) repeat-x center bottom;
bottom: 0;
left: 0;
}

.top_box_button02{	/* ツイートボタン（スマホ用） */
display: none;
}

.top_box_goods01{	/* グッズボタン01 */
width: 164px;
height: 503px;
top: 166px;
left: -4px;
cursor: pointer;
}
.top_box_goods02{	/* グッズボタン02 */
width: 164px;
height: 504px;
top: 166px;
right: -4px;
cursor: pointer;
}
.top_box_goods03{	/* グッズボタン03 */
width: 267px;
height: 288px;
top: 166px;
right: 176px;
cursor: pointer;
}
.top_box_goods04{	/* グッズボタン04 */
width: 261px;
height: 254px;
top: 413px;
left: 178px;
cursor: pointer;
}
.top_box_goods05{	/* グッズボタン05 */
width: 194px;
height: 504px;
top: 166px;
left: 453px;
cursor: pointer;
}
.top_box_goods06{	/* グッズボタン06 */
width: 237px;
height: 241px;
top: 166px;
left: 189px;
cursor: pointer;
}
.top_box_goods07{	/* グッズボタン07 */
width: 280px;
height: 223px;
top: 446px;
right: 168px;
cursor: pointer;
}








/* 概要 */
.outline_box{	/* ボックス */
width: 1100px;
margin: 0 auto 110px auto;
}
.outline_box_text01{	/* テキスト01 */
width: 1070px;
margin-left: 30px;
}



/* グッズリスト */
.goods_box{	/* ボックス */
width: 1100px;
margin: 0 auto 110px auto;
}

.goods_box_content{	/* コンテンツ */
width: 1100px;
border-bottom: 1px #BDBDBD solid;
margin-bottom: 100px;
}
.goods_box_content_last{	/* コンテンツ（ラスト） */
width: 1100px;
margin-bottom: 200px;
}
.goods_box_content_image{	/* 製品イラスト */
top: 0;
right: 0;
}
.goods_box_content_image_smart{	/* 製品イラスト（スマホ用） */
display: none;
}
.goods_box_content_title{	/* 製品名 */
width: 530px;
border-left: 10px #9076FF solid;
margin-bottom: 40px;
padding: 10px 0 0 20px;

font-size: 40px;
line-height: 50px;
font-weight: normal;
color: #9076FF;
}
.goods_box_content_text01{	/* テキスト01 */
width: 550px;
margin-bottom: 100px;
padding-left: 30px;
}



/* お知らせ */
.text_box{
width: 1100px;
text-align: center;
margin: 0 auto 110px auto;
}



/* キャンペーン */
.campaign_box{	/* ボックス */
width: 1100px;
margin: 0 auto 110px auto;
}
.campaign_box_content{	/* コンテンツ */
width: 1100px;
border-bottom: 1px #BDBDBD solid;
margin-bottom: 100px;
}
.campaign_box_content_last{	/* コンテンツ */
width: 1100px;
margin-bottom: 200px;
}



/* リンク */
.link_box{	/* ボックス */
width: 1100px;
margin: 0 auto 110px auto;
}
.link_box_content{	/* コンテンツ領域 */
width: 1070px;
height: 210px;
margin-left: 30px;
}
.link_box_content li{	/* ボタン設定 */
width: 170px;
height: 210px;
float: left;
margin-right: 20px;
}
.link_box_content_text{
width: 170px;
height: 40px;
text-align: center;
}




/* ウインドウサイズが600pxを下回る場合 */
@media screen and (max-width: 600px){



/* 共通 */
.title{	/* 見出し */
width: 600px;
border-bottom: 1px #424242 solid;
margin-bottom: 40px;
padding-bottom: 10px;

font-size: 32px;
font-weight: normal;
}



/* TOP */
.top{	/* 包装 */
width: 100%;
height: 780px;
margin: 0 auto;
}
.top_box{	/* ボックス */
width: 600px;
height: 780px;
margin: 0 auto;
}
.top_box_title{	/* タイトル */
width: 520px;
height: 124px;
background: url(../image/01_image01_st.png) no-repeat center top;
top: 50px;
left: 40px;
}
.top_box_image02,
.top_box_image03,
.top_box_image03 div,
.top_box_textimage01,
.top_box_textimage02{	/* 消す */
display: none;
}
.top_box_button01{	/* 下へボタン */
width: 80px;
height: 80px;
bottom: 0px;
left: 260px;
cursor: pointer;
}
.top_bg{	/* 背景素材01 */
width: 100%;
height: 117px;
background: url(../image/01_bg01.png) repeat-x center bottom;
bottom: -3px;
left: 0;
}
.top_box_button02{	/* ツイートボタン（スマホ用） */
width: 112px;
height: 112px;
display: block;
bottom: 0px;
right: 50px;
}
.top_box_goods01,
.top_box_goods02,
.top_box_goods03,
.top_box_goods04,
.top_box_goods05,
.top_box_goods06,
.top_box_goods07,
.top_box_goods08{	/* グッズボタン 消す */
display: none;
}




/* 概要 */
.outline_box{	/* ボックス */
width: 600px;
margin: 0 auto 200px auto;
}
.outline_box_text01{	/* テキスト01 */
width: 560px;
margin-left: 0px;
margin: 0 auto;
}



/* グッズリスト */
.goods_box{	/* ボックス */
width: 600px;
margin: 0 auto 110px auto;
}
.goods_box_content{	/* コンテンツ */
width: 580px;
margin: 0 auto 110px auto;
}
.goods_box_content_last{	/* コンテンツ（ラスト） */
width: 580px;
margin: 0 auto 110px auto;
}
.goods_box_content_image{	/* 製品イラスト */
display: none;
}
.goods_box_content_image_smart{	/* 製品イラスト（スマホ用） */
width: 580px;
text-align: center;
display: block;
margin: 0 auto 40px auto;
}
.goods_box_content_title{	/* 製品名 */
width: 540px;
margin: 0 auto 40px auto;
padding: 10px 0 0 20px;

font-size: 40px;
line-height: 45px;
}
.goods_box_content_text01{	/* テキスト01 */
width: 560px;
min-height: 0px;
margin: 0 auto 100px auto;
padding-left: 0px;
}



/* キャンペーン */
.text_box{	/* お知らせ */
width: 600px;
text-align: center;
margin: 0 auto 110px auto;
}
.campaign_box{	/* ボックス */
width: 600px;
margin: 0 auto 110px auto;
}
.campaign_box_content{	/* コンテンツ */
width: 580px;
border-bottom: 1px #BDBDBD solid;
margin: 0 auto 100px auto;
}
.campaign_box_content_last{	/* コンテンツ */
width: 580px;
margin-bottom: 100px;
}



/* リンク */
.link_box{	/* ボックス */
width: 600px;
margin: 0 auto 110px auto;
}
.link_box_content{	/* コンテンツ領域 */
width: 580px;
height: 420px;
margin: 0 auto;
}
.link_box_content li{	/* ボタン設定 */
width: 170px;
height: 210px;
float: left;
margin: 0 20px 20px 0;
}
.link_box_content_text{
width: 170px;
height: 40px;
text-align: center;
}



}




