@charset "UTF-8";
#ts-content *, #ts-content *::before, #ts-content *::after, .items-wrapper *, .items-wrapper *::before, .items-wrapper *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
section {
	width: 100%;
}
h2,h3,h4,h5,h6 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 160%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#ts-content {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #505050;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	letter-spacing: 1px;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
#ts-content ul, #ts-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ts-content h1, #ts-content h2, #ts-content h3, #ts-content h4, #ts-content h5, #ts-content p {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#ts-content h2 {
	position: relative;
}
#ts-content h3 {
	font-size: 25px;
}
#ts-content p {
	line-height: 190%;
}
#ts-content img {
	border: none;
	vertical-align: bottom;
}
#ts-content a,
#ts-content a:visited{
	color: #505050;
	text-decoration: none;
}
#ts-content .ts-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* utility */
#ts-content .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
}
#ts-content .between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
#ts-content .middle {
	align-content: center;
	align-items: center;
	align-self: center;
}
#ts-content .credit {
	color:#9d9d9d;
	font-size: 10px;
	margin: 0;
	text-align: center;
}
#ts-content .moveline {
	opacity: 1;
	-moz-animation: anime1 2s 1 ease;
    -webkit-animation: anime1 2s 1 ease;
    animation: anime1 2s 1 ease;
  }
  @-webkit-keyframes anime1 {
    0% {
      width: 0;
    }
  }
  @keyframes anime1 {
    0% {
      width: 0;
    }
  }

/* fadein */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.fadein2 {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
}
.fadein3 {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* mainvisual */
#ts-content .main-img {
	width: 100%;
	height: 650px;
}
#ts-content .main-img .mainbg {
	background: #dcdbe0 url(../img/main.jpg) top center no-repeat;
	height: 650px;
}
#ts-content .main-img h2 {
	margin: 0 auto;
	padding: 0;
}

/* desc */
#ts-content .desc {
	width: 100%;
	margin: 80px auto 0;
	text-align: center;
}
#ts-content .desc h2 {
	margin: 0 0 30px;
	padding: 0;
}
#ts-content .desc h3 {
	font-size: 30px;
}
#ts-content .desc p {
	width: 100%;
	font-size: 15px;
	margin: 30px auto 0;
}
#ts-content .desc .option {
	background: url(../img/desc_bg.jpg) top center no-repeat;
	width: 1000px;
	height: 676px;
}
#ts-content .desc .option h4 {
	margin: 0;
	padding: 0;
}
#ts-content .desc .option p {
	margin: 10px 0;
}
#ts-content .desc .option>div {
	height: 445px;
	width: 560px;
	margin: 0;
	position: absolute;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#ts-content .desc .option a{
	display: block;
	color:#fff;
	padding: 6px 10px;
	width: 160px;
	background: #595959;
	margin: 0;
	font-size: 12px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}
#ts-content .desc .option .suboption01 {
	right: 0;
	top: 160px;
	text-align: left;
}
#ts-content .desc .option .suboption02 {
	left: 0;
	top: 410px;
	text-align: right;
	width: 540px;
}
#ts-content .desc .option .suboption02 a,
#ts-content .desc .option .suboption04 a{
	margin-left: 380px;
}

/* material */
#ts-content .material {
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
}
#ts-content .material .mt {
	margin: 80px auto;
	padding: 0;
	width: 1000px;
}
#ts-content .material .mt h4,
#ts-content .styling .style h4{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding: 15px 0;
}
#ts-content .material .mt h5 {
	background: url(../img/left.png) top left no-repeat,url(../img/right.png) bottom right no-repeat;
	padding: 8px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	margin: 20px 0 25px;
}
#ts-content .material .mt p {
	text-align: left;
	margin-bottom: 40px;
}
#ts-content .material .material01_1 {
	background: url(../img/area01_1.jpg) right top no-repeat;
	height: 478px;
	padding: 0 0 0 35px;
}
#ts-content .material .material01_1 .txt {
	width: 430px;
}
#ts-content .material .material01_2 {
	background: url(../img/area01_2.jpg) left top no-repeat;
	height: 465px;
	padding: 100px 0 0 555px;
}
#ts-content .material .material01_2 .txt {
	width: 390px;
}
#ts-content .material .material02_1 {
	background: url(../img/area02_1.jpg) left top no-repeat;
	height: 489px;
	padding: 0 0 0 535px;
}
#ts-content .material .material02_1 .txt {
	width: 430px;
}
#ts-content .material .material02_2 {
	background: url(../img/area02_2.jpg) right top no-repeat;
	height: 576px;
	padding: 20px 0 0 50px;
}
#ts-content .material .material02_2 .txt {
	width: 460px;
}
#ts-content .material .material03_1 {
	background: url(../img/area03_1.jpg) right top no-repeat;
	height: 478px;
	padding: 0 0 0 35px;
}
#ts-content .material .material03_1 .txt {
	width: 430px;
}
#ts-content .material .material04_1 {
	background: url(../img/area04_1.jpg) left top no-repeat;
	height: 489px;
	padding: 0 0 0 535px;
}
#ts-content .material .material04_1 .txt {
	width: 430px;
}
#ts-content .material .mt a {
	display: block;
	color:#fff;
	padding: 6px 10px;
	width: 160px;
	background: #595959;
	margin: 0 auto;
	font-size: 12px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}

/* Styling*/
#ts-content .styling {
	width: 100%;
	margin: 80px auto 0;
}
#ts-content .styling .spacer {
	padding: 80px 0 0!important;
	margin-bottom: -20px;
}
#ts-content .styling .bg {
	background: #f5f7fa;
}
#ts-content .styling .nobg {
	background: #fff;
}
#ts-content .style {
	width: 958px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
#ts-content .style .img,
#ts-content .style .img img{
	position: relative;
	z-index: 1;
}
#ts-content .styling .odd .txt{
	width: 560px;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 2;
}
#ts-content .styling .even .txt{
	width: 560px;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 2;
}
#ts-content .styling h4 {
	text-align: center;
}
#ts-content .styling h5 {
	text-align: left;
	margin: 25px 0 15px;
}
#ts-content .styling h6 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 20px;
	margin: 0;
}
#ts-content .styling p.info {
	text-align: center;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
#ts-content .style ul.codebtn {
	justify-content: center;
	margin: 30px auto 10px;
}
#ts-content .style ul.codebtn li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 15px;
}
#ts-content ul.viewall {
	justify-content: center;
	margin: 20px auto 60px;
}
#ts-content ul.viewall li {
	vertical-align: bottom;
	width: 300px;
	margin: 0 15px;
}
#ts-content ul.viewall li a {
	display: block;
	color:#fff;
	padding: 12px 10px;
	width: 100%;
	text-align: center;
	background: #595959;
	margin: 0 auto;
	font-size: 12.5px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* FIXED SIDE LINKS */
ul.fixedlink li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
ul.fixedlink li a {
	display: block;
	width: 220px;
	padding: 10px 0;
	background: #828282;
	color: #fff!important;
	text-align: center;
	font-size: 11.5px;
	text-decoration: none;
}
ul.fixedlink li a:visited {
	color: #fff!important;
}
ul.fixedlink li:first-child{ position: fixed; width: 223px; height: 36px; bottom: 350px; right: -5px; z-index:999; }
ul.fixedlink li:nth-child(2){ position: fixed; width: 223px; height: 36px; bottom: 300px; right: -5px; z-index:999; }
ul.fixedlink li:nth-child(3){ position: fixed; width: 223px; height: 36px; bottom: 250px; right: -5px; z-index:999; }
ul.fixedlink li:nth-child(4){ position: fixed; width: 223px; height: 36px; bottom: 200px; right: -5px; z-index:999; }
ul.fixedlink li:nth-child(5){ position: fixed; width: 223px; height: 36px; bottom: 150px; right: -5px; z-index:999; }
ul.fixedlink li:nth-child(6){ position: fixed; width: 223px; height: 36px; bottom: 100px; right: -5px; z-index:999; }

/* TOPへ戻る */
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9998;
}