@charset "utf-8";

/*共通設定*/
body {
  width: 100%;
  min-width: 990px;
}
.fix_link_cover {
	width: 476px;
	height: 342px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.fix_link_cover a {
	display: block;
	width: 100%;
	height: 100%;
}
.ctsWrap {
	width: 100%;
	background-color: #ffede3;
}
.ctsWrap img {
	width: 100%;
	height: 100%;
	display: block;
}
.top_wrap {
	width: 100%;
	min-width: 990px;
	height: 800px;
	background: url(../img/bg_top.png) no-repeat center top;
}
.top_in_wrap {
	width: 990px;
	margin: 0 auto;
}
h1 {
	width: 990px;
	height: 305px;
	margin: 0 auto 50px;
	padding-top: 71px;
}
.top_read {
	width: 462px;
	height: 262px;
	margin-left: 18px;
}
.cts_inner_wrap {
	width: 990px;
	margin: 0 auto;
}
h2 {
	width: 990px;
	height: 250px;
}
.link_btn a {
	display: block;
	width: 100%;
	height: 100%;
}
.cts_kimono {
	width: 990px;
	height: 1080px;
	position: relative;
	background: url(../img/contents_kimono.png) no-repeat center center;
}
.kimono_link {
	width: 235px;
	height: 60px;
	position: absolute;
	bottom: 356px;
	right: 30px;
}
.kimono_link a {
	background: url(../img/view_website_button_over_red.png) no-repeat center center;
}
.cts_kaki {
	width: 990px;
	height: 1150px;
	position: relative;
	background: url(../img/contents_kaki.png) no-repeat center center;
}
.kaki_link {
	width: 235px;
	height: 60px;
	position: absolute;
	bottom: 382px;
	left: 38px;
}
.kaki_link a {
	background: url(../img/view_website_button_over_blue.png) no-repeat center center;
}
.cts_horse {
	width: 990px;
	height: 1076px;
	position: relative;
	background: url(../img/contents_horse.png) no-repeat center center;
}
.horse_link {
	width: 235px;
	height: 60px;
	position: absolute;
	bottom: 440px;
	right: 18px;
}
.horse_link a {
	background: url(../img/view_website_button_over_green.png) no-repeat center center;
}
.cts_ichigo {
	width: 990px;
	height: 1076px;
	position: relative;
	background: url(../img/contents_ichigo.png) no-repeat center center;
}
.ichigo_link {
	width: 235px;
	height: 60px;
	position: absolute;
	bottom: 290px;
	left: 38px;
}
.ichigo_link a {
	background: url(../img/view_website_button_over_pink.png) no-repeat center center;
}


.myfooter {
	width: 100%;
	min-width: 990px;
	height: 600px;
	background: url(../img/bg_buttom.png) no-repeat center top;
}
.myfooter_inner {
	width: 990px;
	margin: 0 auto;
	padding-top: 72px;
}
.mf_link {
	width: 990px;
	height: 120px;
	margin-bottom: 33px;
	background-color: #fff;
}
.mf_link a {
	display: block;
	width: 100%;
	height: 100%;
}



#page-top {
  display: none;
}
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}
.move-page-top {
  display: block;
  background: #941c00;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: #fff;
}


