@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-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: #464646;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", 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: 36px;
	font-weight: normal;
}
#ts-content p {
	line-height: 190%;
}
#ts-content img {
	border: none!important;
	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;
}
#ts-content dl,
#ts-content dt,
#ts-content dd {
	margin: 0;
	padding: 0;
}

/* 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 .start {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-box-pack: flex-start;
}
#ts-content .end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-box-pack: flex-end;
}
#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 1s;
}
.fadeinup {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.underline {
    opacity : 0;
    width: 0;
	transition : all 0.6s;
}
#ts-content .line {
	background: #000;
	height: 1px;
}
.blur {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
	transition : all .6s;
	transition-timing-function: (0.550, 0.085, 0.680, 0.530);
}
.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%;
}
.focus {
	-webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
}

/* mainvisual */
#ts-content .mainbg {
	width: 100%;
	margin: 0 auto;
	height: 44.25vw;
	min-height: 443px;
	max-height: 885px;
	max-width: 2000px;
	min-width: 1000px;
	background: url(../img/main.jpg) top center no-repeat;
	background-size: 100% 100%;
}


/* midashi */
#ts-content .serif {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#ts-content .desc {
	width: 100%;
	margin: 100px auto;
	text-align: center;
}
#ts-content .desc h2 {
	margin: 0;
	padding: 0;
}
#ts-content .desc img {
	width: 100%;
}
#ts-content .desc h4 {
	margin: 0 auto 20px;
	padding: 0;
	font-weight: normal;
	line-height: 170%;
	font-size: 32px;
}
#ts-content .desc p {
	font-size: 15px;
	margin: 45px auto 0;
}
#ts-content .desc .video {
	margin: 60px auto 0;
	padding: 0;
}
#ts-content .btn {
	margin: 60px auto 0;
	padding: 0;
}
#ts-content .btn a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #0066d4;
	padding: 25px 35px 27px;
	color: #0066d4;
	letter-spacing: 2px;
	line-height: 180%;
	font-size: 22px;
	font-weight: bold;
	transition: all .3s ease-in;
}
#ts-content .btn a img {
	width: 280px;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
#ts-content .btn a:hover {
	background: #f1f6ff;
}

/* section */
#ts-content .section {
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	
}
#ts-content .blue {
	background: #f1f6ff;
}
#ts-content .txblue {
	color: #0066d4;
}
#ts-content .section h4 {
	margin: 0 auto 30px;
	padding: 0;
	font-weight: normal;
	line-height: 170%;
	font-size: 32px;
	letter-spacing: 3px;
}
#ts-content .section h4 img {
	width: 100%;
}
#ts-content .section .subsection {
	margin: 50px auto 0;
	background: #fff;
	padding: 50px 60px;
}
#ts-content .section .subsection ul {
	margin: 35px auto 0;
}
#ts-content .section .subsection li {
	width: 47%;
}
#ts-content .section .subsection li:nth-child(1) h6 {
	border: 1px solid #464646;
	padding: 8px 10px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 24px;
	width: 130px;
	margin: 0 auto 20px;
	line-height: 100%;
}
#ts-content .section .subsection li:nth-child(2) h6 {
	border: 1px solid #0066d4;
	padding: 8px 10px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 24px;
	width: 130px;
	margin: 0 auto 20px;
	line-height: 100%;
}
#ts-content .section .subsection li img {
	width: 100%;
	margin: 0 auto 20px;
}
#ts-content .section .subsection li p {
	text-align: left;
}


/* section */
#ts-content .midashi {
	margin: 0 auto;
	padding: 60px 0 0;
}
#ts-content .midashi img {
	position: relative;
	z-index: 1;
	width: 46%;
	padding: 0 0 0 40px;
}
#ts-content .midashi h4 {
	font-weight: normal;
	line-height: 170%;
	font-size: 32px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 125px;
	left: 460px;
	z-index: 2;
}
#ts-content .info {
	margin: 0 auto;
	padding: 100px 0 80px;
}
#ts-content .info li {
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#ts-content .info li img {
	width: 100%;
	margin: 30px auto 0;
}
#ts-content .info li>div {
	border: 1px solid #464646;
	padding: 8px 10px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 24px;
	margin: 0 auto;
	line-height: 100%;
	background: #fff;
}
#ts-content .info li p {
	margin: 20px auto;
}
#ts-content .info li:nth-child(1)>div {
	width: 210px;
}
#ts-content .info li:nth-child(2)>div {
	width: 240px;
}
#ts-content .info li:nth-child(3)>div {
	width: 180px;
}
#ts-content .arr {
	width: 100%;
	margin: 0;
	padding: 0;
}
#ts-content .arr img {
	width: 100%;
}
#ts-content .ttl {
	font-weight: normal;
	font-size: 36px;
	line-height: 190%;
	letter-spacing: 3px;
	position: relative;
}
#ts-content .ttl span {
	padding: 0 3px 8px;
    box-shadow: inset 0 -4px 0 0 #006de0;
}
#ts-content .ttl02 {
	font-weight: normal;
	font-size: 24px;
	line-height: 190%;
	letter-spacing: 3px;
	position: relative;
}
#ts-content .ttl02 span {
	padding: 0 3px 8px;
    box-shadow: inset 0 -4px 0 0 #006de0;
}
#ts-content .big {
	font-size: 40px;
}
#ts-content .stain {
	margin: 60px auto 0;
}
#ts-content .stain img,
#ts-content .point_info img {
	width: 100%;
}
#ts-content .stain dt {
	width: 40%;
}
#ts-content .stain dd {
	width: 56%;
	padding: 0 2% 0 0;
	text-align: left;
}
#ts-content .stain dd p {
	margin: 30px 0 0;
}
#ts-content .point_info {
	width: 94%;
	margin: 0 auto;
}
#ts-content .point_info dt {
	width: 38%;
}
#ts-content .point_info dd {
	width: 58%;
	padding: 130px 0 0 0;
	text-align: left;
}
#ts-content .point {
	width: 100%;
	margin: 30px auto 70px;
}
#ts-content .point li {
	width: 31%;
	position: relative;
	margin: 0;
	padding: 0;
}
#ts-content .point li img {
	position: relative;
	z-index: 1;
	width: 100%;
}
#ts-content .point li h6 {
	font-size: 26px;
	width: 100%;
	text-align: center;
	line-height: 150%;
}
#ts-content .point li:nth-child(1) h6 {
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 2;
}
#ts-content .point li:nth-child(2) h6 {
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 2;
}
#ts-content .point li:nth-child(3) h6 {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
}
#ts-content .table {
	width: 90%;
	border: none !important;
	margin: 80px auto 0;
}
#ts-content .table img {
	width: 100%;
}
#ts-content .icon {
	border: 1px solid #006de0;
	padding: 40px 20px 25px;
	width: 700px;
	margin: 60px auto -15px;
	text-align: center;
}
#ts-content .icon .i_image {
	width: 38%;
	margin: 0 auto;
}
#ts-content .icon .i_image img,
#ts-content .items img {
	width: 100%;
}
#ts-content .icon .i_txt {
	text-align: center;
}
#ts-content .icon .i_txt h6 {
	font-size: 22px;
	line-height: 160%;
	padding: 0;
	margin: 25px 0 10px;
	font-weight: bold;
}
#ts-content .icon .i_txt p {
	padding: 0 0 0 10px;
}
#ts-content .items {
	width: 100%;
	margin: 80px auto;
}
#ts-content .items p {
	margin: 0 0 30px;
	text-align: center;
}
#ts-content .items .btn {
	text-align: center;
	margin: 40px auto 0;
}
#ts-content .items .btn a {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 12px 0;
	color: #fff;
	width: 320px;
	margin: 0 auto;
	background: #006de0;
}
#ts-content .minus {
	margin-bottom: 0;
}
