@charset "UTF-8";
/* CSS Document */

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	 -webkit-text-size-adjust: 100%;
	width: 100%;
/*	background-image: url("../img/sitae.jpg");*/
}

.wrapper{
	min-height: 100vh;
	max-width:100%;
	position: relative;
	display: flex;
	overflow: hidden;
	flex-direction: column;
}

*{
	box-sizing: border-box;
}

a{
    text-decoration: none;
	display: block;
	cursor: pointer;
}

li{
    list-style: none;
}


.itim{
    font-family: 'Itim', cursive;
}

.container{
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
}

/***********ここからヘッダー***********/
header{
	background-color: #006428;
	height: 68px;
	z-index: 99;
	padding: 0;
	position: relative;
}

header nav{
	padding-top: 6px;
}

.top_link{
	margin-left: 17px;
	margin-top: 20px;
	line-height: 25px;;
	float: left;
}

.top_link a{
	color: #fff;
	background-color: #006428;
	border: 1px solid #fff;
	border-radius: 10px;
	width: 125px;
	height: 27px;
	padding-left: 16px;
}

.top_link a:hover{
	background-color: #fff;
	color: #006428;
	border-radius: 10px;
	transition: 0.5s ;
}

.arrow_icon{
	padding-right: 5px;
}

nav{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

nav span{
	font-size: 10px;
	vertical-align: 4px;
}

nav li{
	display: inline-block;
	width: 114px;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
}

nav li a{
	color: #fff;
}

nav li a:hover{
	color: yellow;
	transition: 0.5s;
}

#nav_box{
	display: none;
}

/***********ここから特集企画情報***********/

#topics .top{
	background: url("../img/top_bk.png") repeat-x,url("../img/boader.png") repeat-x bottom;
	padding-bottom: 6px;
	text-align: center;	
	position: relative;
}

#topics .bell{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#main_container_dots{
	background: url("../img/bg_dots.png") repeat;
	overflow: hidden;
}
		
#main_container{
	background: url("../img/bg_star.png") repeat;
	background-position: 0 0;
    -webkit-animation: bgroop 80s linear infinite;
    animation: bgroop 80s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
		
    }
    to {
        background-position: 1500px 2257px;
    }
}

.box_wrapper{
	margin: 45px;
}

.link_button1{
	width: 75px;
	height: 75px;
	background: url("../img/link_button1_positive.png") no-repeat;
}

.link_button1:hover{
	background: url("../img/link_button1_negative.png") no-repeat;
	animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.link_button2{
	width: 179px;
	height: 33px;
	background: url("../img/link_button2_positive.png") no-repeat;
}

.link_button2:hover{
	background: url("../img/link_button2_negative.png") no-repeat;
	animation: fluffy2 3s ease infinite;
}

@keyframes fluffy2 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(10px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-5px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.box1{
	width: 586px;
	height: 449px;;
	background: url("../img/collection01_block.png") no-repeat;
	margin-top: 56px;
	position: relative;
	display: inline-block;
}

.box1 .img_box{
	position: absolute;
	top: 20px;
}

.collection01_img01{
	position: absolute;
	top: 22px;
	left: 10px;
}

.collection01_arow{
	position: absolute;
	top: 60px;
	left: 180px;
	z-index: 1;
}

.collection01_img02{
	position: absolute;
	top: 10px;
	left: 205px;
}

.box1 .icon{
	position: absolute;
	top: 234px;
	margin-left: 2px;
}

.box1 .text_box{
	position: absolute;
	top:257px;
	left: 148px;
}

.box1 .txt{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box1 .link_button1{
	position: absolute;
	bottom: 0;
	right: -85px;
}

.box2{
	float: right;
	width: 385px;
	height: 737px;;
	background: url("../img/collection02_block.png") no-repeat;
	margin-top: 56px;
	position: relative;
	display: inline-block;
}

.collection02_fukidashi{
	position: absolute;
	top: 385px;
	right: -35px;
}

.box2 .icon{
	position: absolute;
	top: 25px;
	margin-left: 0;
}

.box2 .collection02_img{
	margin-top: 5px;
}

.box2 .txt{
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
	text-align: center;
}

.box2 .link_button2{
	position: absolute;
	bottom: 40px;
	left: 110px;
}

.box3{
	float: left;
	width: 585px;
	height: 657px;;
	background: url("../img/collection03_block.png") no-repeat;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.collection03_fukidashi{
	position: absolute;
	top: -20px;
	left: 205px;
}

.box3 .icon{
	margin-top: 18px;
	float: left;
}

.box3 .text_box{
	margin-top: 15px;
	margin-left: 95px;
}

.box3 .txt{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box3 .link_button1{
	position: absolute;
	bottom: 60px;
	right: 105px;
}

.collection03_crystal1{
	position: absolute;
	bottom: 30px;
	laft: 42px;
}

.collection03_crystal2{
	position: absolute;
	bottom: 63px;
	right: 30px;
}

.box4{
	float: right;
	width: 385px;
	height: 475px;;
	background: url("../img/collection04_block.png") no-repeat;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.box4 .icon{
	position: absolute;
	top: 40px;
}

.collection04_img{
	position: absolute;
	top:30px;
	right: 21px;
}

.box4 .text_box{
	margin-top: 215px;
}

.box4 .txt{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box4 .link_button1{
	position: absolute;
	bottom: 22px;
	right: 43px;
}

.collection04_star{
	position: absolute;
	bottom: 113px;
	right: 32px;
}

.box5{
	float: left;
	width: 376px;
	height: 774px;;
	background: url("../img/collection05_block.png") no-repeat;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.box5 .icon{
	position: absolute;
	top: 38px ;
	left: 40px;
}

.collection05_img02{
	float: right;
	margin-top: 6px;
}

.collection05_img01{
	position: absolute;
	top: 48px;
	right: 45px;	
}

.box5 .text_box{
	margin-top: 375px;
}

.box5 .txt{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box5 .link_button1{
	position: absolute;
	bottom: 28px;
	right: 38px;
}

.box6{
	float: right;
	width: 594px;
	height: 477px;;
	background: url("../img/collection06_block.png") no-repeat;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}

.box6 .icon{
	position: absolute;
	top: 38px ;
	left: 45px;
}

.collection06_img02{
	position: absolute;
	top: 55px;
	left: 135px;
	z-index: 2;
}

.collection06_img01{
	position: absolute;
	top: 50px;
	right: 45px;
}

.box6 .text_box{
	position: absolute;
	top:215px;
	z-index: 2;
}

.box6 .txt{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box6 .link_button2{
	position: absolute;
	bottom: -45px;
	left: 0px;
}

.box7{
	width: 570px;
	height: 483px;
	background: url("../img/collection07_block.png") no-repeat;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	clear: both;
	float: left;
}

.box7 .icon{
	position: absolute;
	top: 38px ;
	left: 40px;
}

.collection07_img01{
	position: absolute;
	top: 56px;
	left: 40px;
}

.collection07_img02{
	position: absolute;
	top: 160px;
	right: 45px;
	z-index: 2;
}

.collection07_fukidashi{
	position: absolute;
	top: 60px;
	right: 5px;
}

.box7 .text_box{
	margin-top: 315px;
}

.box7 .txt{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box7 .link_button1{
	position: absolute;
	bottom: 32px;
	right: 37px;
}

.box8{
	width: 400px;
	height: 681px;
	background: url("../img/collection08_block.png") no-repeat;
	margin-top: 30px;
	margin-left: 30px;
	position: relative;
	display: inline-block;
}

.box8 .icon{
	position: absolute;
	top: 40px ;
	left: 45px;
}

.collection08_img01{
	position: absolute;
	top: 55px;
	left: 45px;
}

.collection08_img02{
	position: absolute;
	bottom: 35px;
}

.box8 .text_box{
	margin-top: 385px;
}

.box8 .txt{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #523013;
}

.box8 .link_button1{
	position: absolute;
	bottom: 220px;
	right: 30px;
}

.silhouette{
	margin-top: 20px;
	height: 127px;
	background: url("../img/footer_silhouette.png") repeat-x;
	animation: bgiLoop 50s linear infinite;
}
@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: 1236px 0px;}
}

/***********ここからフッター***********/
#footer_box{
	margin-top: auto;
}

footer{
	padding:35px 0 35px 0;
	background-color: #BE9E7F;
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}

footer > ul{
	width: 95%;
	margin: 0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

footer > ul > li{
	display: list-item;
	vertical-align: top;
	padding-right: 80px;
	border-left: 1px solid #fff;
}

footer > ul > li:first-of-type{
	border: none;
}

footer > ul > li strong{
	color: #fff;
	padding-left: 12px;
}

.list li a{
	margin: 9px 0 0 20px;
	background:url("../img/footer_arow.svg") no-repeat 0 1px;
	padding-left: 18px;
	color: #fff;
	display: inline-block;
}

.list li a:hover{
	opacity: 0.7;
	display: inline-block;
}

.copyright{
	position: relative;
}

.copyright p{
	background-color: black;
	text-align: center;
	color: #fff;
	padding: 15px 0 15px 0;
}

.copyright p img{
	margin-right: 10px;
}

#top_mark{
	position:absolute;
	bottom: 30px;
	right: 2%;
}