@charset "utf-8";
/* CSS Document */

#container {

	margin:0 ;
	padding-bottom:20px;
	background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
div#containers_1300 {
	width: 1030px;
	background: rgba(255,255,255,0.8);
	margin: auto;
	box-shadow: 0px 10px 20px 20px rgba(255, 255, 255, 0.8);
}


h3{
	font-size:18px;
	margin:10px auto 0;
}
#header_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background:#fff;
	padding: 0 0 10px 0;
}
.font_red {
  margin: 20px;
  font-size: 18px;
  font-weight: bold;
	color: red;
}
.tokuten{
	width:100%;
	margin-bottom:50px;}
#main_area {

	width:1030px;
	/*margin:0 auto 10px;
	padding:10px 0 20px;*/
	position: relative;
}

.smp{
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 31%;
	top: 2.8%;
	right: 28%;
}

.twi_link{
	position: absolute;
	top: 50.1%;
	right: 35.1%;
}
.lottery_link{
	position: absolute;
	top: 48.6%;
	right: 6.1%;
}

.index_link{
	position: absolute;
	top: 10.6%;;
}

.hana{
	left:40%;
}

.rei{
	left: 59.7%;
}

.sai{
	left: 79%;
}


.twi_link:hover,
.band_link:hover,
.wristband_link:hover,
.lottery_link:hover,
.index_link:hover{
	opacity: 0.7;
}

.band_link{
	position: absolute;
	bottom: 3.3%;
	right: 21.1%;
}

.wristband_link{
	position: absolute;
	top: 5.85%;
	right: 0.1%;
	width: 22%;
}

#goods {
position: relative;
width: 1030px;
/*height: 680px;
background: url(images/goods_bg_02.png) no-repeat;*/
}
#wristband a{
	width: 100%;
	max-width: 1030px;
}
#wristband a img{
	width: 100%;
}

#gn_04 {
position: absolute;
top: 168px;
left: 30px;
}
#gn_01 {
position: absolute;
top: 168px;
left: 347px;
}
#gn_02 {
position: absolute;
top: 168px;
left: 671px;
}
#gn_03 {
position: absolute;
top: 168px;
left: 994px;
}
#gn_01,
#gn_02,
#gn_03,
#gn_04{
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
#gn_01 img,
#gn_02 img,
#gn_03 img,
#gn_04 img {
 width: 97%;
}
#gn_01:hover,
#gn_02:hover,
#gn_03:hover,
#gn_04:hover {
 animation-name: pulse;
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.title_bar {
	margin-bottom: 20px;
}
.bar_area{
	width: 100%;
	display: block;
	margin: 20px auto 20px;
	padding: 0;
}
.bar_area h2{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-left: #194187 solid 6px;
	padding-left: 10px;
	text-align: left;
}
.notice  {
	text-align:right;}
.author_area {
	/*width: 100%;*/
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 100px;
	word-wrap:break-word;
	background:#fffdb1;
	border-radius: 10px;
}
.section_box{
	/*width: 100%;*/
	font-size:14px;
	padding:20px ;
	margin:0 auto 20px;
	background:#fffad6;
	border-radius: 10px;}

.prf_box {
	width: 180px;
	display: inline-block;
	margin: 10px auto;
	*padding: 5px;
	text-align: center;
}
.name {
	width: 180px;
	font-size: 16px;
	margin: 0;
	color:deepskyblue;
	vertical-align: top;
	text-align: center;
}
.icon {
	display: inline-block;
	width: 25px;
	margin: 0 auto;
	text-align: center;
}
.icon img{
	width: 20px;
	*vertical-align: top;
}
.list_indent{
	padding-left:1em;
	text-indent:-1em;
}

/*====================
 DropDown
====================*/

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width:100%;
  margin: 5px auto 30px;
  *padding: 10px 0;
  /*background:#0AA8E0;*/
	background:#fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 18%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0;
  background:#ff0080;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  background: #E80105;
  text-align: left;
}/*
.dropmenu li:hover > a{
  background: #E80105;
}*/
.dropmenu li a:hover{
  background:#eab413;
  padding: 15px 0;
}
.right {
text-align: right;



}
.top{
    position: fixed;
    right: 37px;
    bottom: 57px;
    font-weight: bold;
		z-index: 1000;
}
.top>a{
    background-color: #ff5656;
    color: #ffffff;
    border-radius: 60px;
    padding: 31px 24px;
    font-size: 25px;
}

#top_navi li ul{
  display: none;
}
#top_navi li:hover ul{
  display: block;
}
#page_top{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:200;
}
#page_top a{
	display:block;
	background:url(images/pagetop_a.png) no-repeat;
	width:150px;
	height:195px;
	text-indent:-9999px;
	transition:all 0.1s ease 2ms;
}
#page_top a:hover{
	background:url(images/pagetop_b.png) no-repeat;
}
