@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,h5,h6 {
	font-weight:normal;
}
h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#ts-content {
	width: 100%;
	max-width: 2000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	color: #343434;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	letter-spacing: 1px;
	position: relative;
	background: #fff;
}
#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: #343434;
	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 .wrap {
	flex-wrap: wrap;
}
#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 .bottom {
	align-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
}
#ts-content .credit {
	color:#9d9d9d;
	font-size: 10px;
	margin: 15px 0 0 0;
}


/* fadein */
.fadein {
    opacity : 0;
    transition : all 0.8s;
}
.fadeinup {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.underline {
    opacity : 0;
    width: 0;
	margin: 2% auto 3.5%;
	transition : all 0.6s;
}
.delay200 {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
}
.delay400 {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}
.delay600 {
    -moz-transition-delay:600ms;
    -webkit-transition-delay:600ms;
    -o-transition-delay:600ms;
    -ms-transition-delay:600ms;
}
.delay800 {
    -moz-transition-delay:800ms;
    -webkit-transition-delay:800ms;
    -o-transition-delay:800ms;
    -ms-transition-delay:800ms;
}
.delay1000 {
    -moz-transition-delay:1000ms;
    -webkit-transition-delay:1000ms;
    -o-transition-delay:1000ms;
    -ms-transition-delay:1000ms;
}
.delay1200 {
    -moz-transition-delay:1200ms;
    -webkit-transition-delay:1200ms;
    -o-transition-delay:1200ms;
    -ms-transition-delay:1200ms;
}
.delay1400 {
    -moz-transition-delay:1400ms;
    -webkit-transition-delay:1400ms;
    -o-transition-delay:1400ms;
    -ms-transition-delay:1400ms;
}
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.drawline {
    opacity : 1;
    width: 20%;
}

/* mainvisual */
#ts-content .main-img {
	width: 100%;
	position: relative;
}
#ts-content .main-img .mainbg {
	background: url(../img/main.jpg) top center no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 2000px;
	min-height: 1000px;
	height: 46.5vw;
	max-height: 930px;
	min-height: 465px;
	margin: 0 auto;
	position: relative;
}
#ts-content .main-img h2 {
	margin: 0 auto;
	padding: 0;
}
#ts-content .main-img .ttl {
	position: absolute;
	top: 6.5vw;
	z-index: 2;
	width: 100%;
	text-align: center;
}
@media(max-width: 1000px) {
  #ts-content .main-img .ttl {
	  top: 70px;
  }
}
@media(min-width: 2001px) {
  #ts-content .main-img .ttl {
	  top: 140px;
  }
}
#ts-content .main-img .ttl img {
	width: 41vw;
	min-width: 410px;
	max-width: 810px;
	margin: 0 auto!important;
}
#ts-content .main-img .sub {
	position: absolute;
	top: 42vw;
	z-index: 2;
	width: 100%;
	text-align: center;
}
@media(max-width: 1000px) {
  #ts-content .main-img .sub {
	  top: 425px;
  }
}
@media(min-width: 2001px) {
  #ts-content .main-img .sub {
	  top: 850px;
  }
}
#ts-content .main-img .sub img {
	width: 12vw;
	min-width: 120px;
	max-width: 240px;
	margin: 0 auto!important;
}
#ts-content .main-img h4 {
	font-size: 1.3vw;
}
@media(max-width: 1000px) {
  #ts-content .main-img h4 {
	font-size: 14px;
  }
}
@media(min-width: 2001px) {
  #ts-content .main-img h4 {
	font-size: 26px;
  }
}
#ts-content .main-img .bar {
	height: 1px;
	margin: 2% auto 3.5%;
	background: #000;
}

/* anchor links */
#ts-content .links {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 80px;
	background: url(../img/stripe.png) right bottom no-repeat;
	background-size: 33%;
}
#ts-content .links ul {
	width: 100%;
}
#ts-content .links li {
	margin: 20px auto;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	line-height: 195%;
	letter-spacing: 0;
}
#ts-content .links li a {
	display: block;
	width: 325px;
	height: 194px;
	padding: 88px 0 0 40px;
	font-size: 17px;
}
#ts-content .links li:nth-child(1) {
	background: url(../img/link01.png) top left no-repeat;
	background-size: 100%;
}
#ts-content .links li:nth-child(2) {
	background: url(../img/link02.png) top left no-repeat;
	background-size: 100%;
}
#ts-content .links li:nth-child(3) {
	background: url(../img/link03.png) top left no-repeat;
	background-size: 100%;
}
#ts-content .links li:nth-child(4) {
	background: url(../img/link04.png) top left no-repeat;
	background-size: 100%;
}
#ts-content .links li:nth-child(5) {
	background: url(../img/link05.png) top left no-repeat;
	background-size: 100%;
}
#ts-content .links li:nth-child(6) {
	background: url(../img/link06.png) top left no-repeat;
	background-size: 100%;
}

/* subcontent */
#ts-content .subcontent {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 100px;
}
#ts-content .grey {
	background: #eeeff1;
}
#ts-content .grey03 {
	background: #f5f5f5;
}
#ts-content .grey02 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background: #f5f5f5;
}
#ts-content .last {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
#ts-content .subcontent .head {
	margin: 0 auto 35px;
}
#ts-content .subcontent .head h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #959595;
	border-bottom: 1px solid #000;
	padding: 0 0 20px;
	font-size: 34px;
	width: 860px;
	height: 70px;
	margin-bottom: 10px;
}
#ts-content span.blue {
	color: #a6cce2;
}
#ts-content span.pink {
	color: #f3cede;
}
#ts-content .subcontent .head img {
	width: 118px;
}
#ts-content .stripe {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../img/stripe02.png) left top no-repeat;
	background-size: 33%;
}

/* point 01*/
#ts-content .graph {
	background: url(../img/graph.jpg) 0 0 no-repeat;
	background-size: 100%;
	margin: 40px 0 0;
	width: 1000px;
	height: 317px;
	padding: 65px 70px 40px 380px;
}
#ts-content .graph h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #959595;
	font-size: 28px;
	margin: 0 0 5px;
}

/* point 02*/
#ts-content .men_upper {
	background: url(../img/men01.png) 0 0 no-repeat;
	background-size: 100%;
	margin: 40px 0 0;
	width: 1000px;
	height: 511px;
	position: relative;
}
#ts-content .men_lower {
	background: url(../img/men02.png) 0 0 no-repeat;
	background-size: 100%;
	margin: 0;
	width: 1000px;
	height: 511px;
	position: relative;
}
#ts-content #point02 .upper {
	width: 292px;
	position: absolute;
}
#ts-content #point02 .lower {
	font-size: 13px;
	width: 284px;
	position: absolute;
}
#ts-content #point02 .text01 {
	left: 20px;
	top: 40px;
}
#ts-content #point02 .subtxt01 {
	left: 23px;
	top: 390px;
}
#ts-content #point02 .text02 {
	left: 692px;
	top: 40px;
}
#ts-content #point02 .subtxt02 {
	left: 695px;
	top: 390px;
}
#ts-content #point02 .text03 {
	left: 20px;
	top: 83px;
}
#ts-content #point02 .subtxt03 {
	left: 23px;
	top: 433px;
}
#ts-content #point02 .text04 {
	left: 692px;
	top: 83px;
}
#ts-content #point02 .subtxt04 {
	left: 695px;
	top: 433px;
}

/* point 03*/
#ts-content .slide_outer {
	padding: 0;
	margin: 0;
}
#ts-content .slide_outer .mainimg {
	width: 480px;
}
#ts-content .slide_outer .mainimg img,
#ts-content .slide_outer .items li img {
	width: 100%;
	margin: 0;
	padding: 0;
}
#ts-content .slide_outer .items {
	width: 490px;
	position: relative;
}
#ts-content .slide_outer .items li {
	margin: 25px 0 0;
	width: 230px;
	padding: 0;
}
#ts-content .slide_outer .items li p {
	font-size: 12px;
	margin: 5px 0 0;
	line-height: 170%;
}
#ts-content .slide_outer .desc {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	padding: 10px 0 0;
}
#ts-content .slide_outer .desc h5 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 10px;
}
#ts-content .btn {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
}
#ts-content .btn a {
	display: block;
	width: 420px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	height: 68px;
	font-size: 18px;
}
#ts-content .btn a div {
	border: 1px solid #fff;
	padding: 15px 10px 13px;
	width: 100%;
}
#ts-content .bgblue {
	background: #a6cce2;
}
#ts-content .bgpink {
	background: #f3cede;
}
#ts-content .note {
	width: 1000px;
	margin: 80px auto -10px;
	background: url(../img/bg.jpg) 0 0 no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 45px 0 60px;
}
#ts-content .note h5 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	color: #959595;
	font-size: 28px;
	margin: 0 0 7px;
}
#ts-content .note img {
	width: 820px;
	margin: 30px auto -40px;
}

/* point 04 */
#ts-content #point04 p {
	margin-bottom: 60px;
}
#ts-content .code {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
#ts-content .code .base {
	width: 100%;
}
#ts-content .code .comment {
	position: absolute;
	top: 725px;
	right: 0;
	width: 504px;
	height: 300px;
}
#ts-content .code .comment p {
	margin: 0;
}
#ts-content .code .comment h6 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}
#ts-content .code .btn {
	position: absolute;
	top: 935px;
	right: 0;
	width: 504px;
	margin: 0;
}

/* point 05*/
#ts-content .women_upper {
	background: url(../img/women01.png) 0 0 no-repeat;
	background-size: 100%;
	margin: 40px 0 -1px;
	width: 1000px;
	height: 509px;
	position: relative;
}
#ts-content .women_lower {
	background: url(../img/women02.png) 0 0 no-repeat;
	background-size: 100%;
	margin: 0;
	width: 1000px;
	height: 509px;
	position: relative;
}
#ts-content #point05 .upper {
	width: 292px;
	position: absolute;
}
#ts-content #point05 .lower {
	font-size: 13px;
	width: 284px;
	position: absolute;
}
#ts-content #point05 .text01 {
	left: 20px;
	top: 40px;
}
#ts-content #point05 .subtxt01 {
	left: 23px;
	top: 400px;
}
#ts-content #point05 .text02 {
	left: 692px;
	top: 40px;
}
#ts-content #point05 .subtxt02 {
	left: 695px;
	top: 400px;
}
#ts-content #point05 .text03 {
	left: 20px;
	top: 93px;
}
#ts-content #point05 .subtxt03 {
	left: 23px;
	top: 443px;
}
#ts-content #point05 .text04 {
	left: 692px;
	top: 93px;
}
#ts-content #point05 .subtxt04 {
	left: 695px;
	top: 443px;
}


/* 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;
	text-align: center;
	font-size: 11.5px;
	text-decoration: none;
}
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;
}