@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 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;/*WEBフォント使用可能な場合下記を使用 
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  */
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#ts-content {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #5e5e5e;
	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 h2+p {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 100px;
	letter-spacing: 5px;
}
#ts-content h3 {
	font-size: 25px;
}
#ts-content p {
	line-height: 180%;
}
#ts-content img {
	border: none;
	vertical-align: bottom;
}
#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: -moz-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 .bgwhite {
	background: url("../img/bg_white.jpg") center top repeat-y;
}
#ts-content .po_re {
	position: relative;
}
#ts-content .po_ab {
	position: absolute;
}
#ts-content .credit {
	color: #b1b1b1;
	font-size: 11px;
	margin: 30px 0 0 0;
}
#ts-content .btn {
	margin: 120px auto 0;
	text-align: center;
}
#ts-content .ttl {
	text-align: center;
	margin-bottom: 90px;
}
#ts-content .ttl h3 {
	margin-top: 40px;
}
#ts-content .overview-inner {
	padding: 60px 50px;
}
#ts-content .line {
	background: #c5b26f;
	height: 1px;
	width: 100%;
	opacity: 0;
}
#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;
}
}
#ts-content .overview-inner > h3 {
	color: #c5b26f;
	margin: 30px 0;
	font-size: 35px;
}
/* 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;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* mainvisual */
#ts-content .main-img {
	/*background: url("../img/bg_main.jpg") center top no-repeat;*/
	margin-bottom: 100px;
}
#ts-content .main-img img {
	width: 100%;
	height: auto;
}
#ts-content .main-img {
	width: 100%;
	min-width: 1000px;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 85px;
}
/* about */
#ts-content .about {
	text-align: center;
	margin-bottom: 200px;
}
#ts-content .about dt {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 22px;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}
#ts-content .about dd {
	margin-bottom: 70px;
}
#ts-content .about .readTxt {
	color: #5b5b5b
}
#ts-content .about .readTxt h3 {
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 50px;
}
#ts-content .about .readTxt p {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 60px;
}
#ts-content .about .navmen li {
	float: left;
	width: 455px;
}
#ts-content .about .navmen li:nth-child(2) {
	float: right;
}
/* Points */
#ts-content .point {
	margin-bottom: 230px;
}
#ts-content .pointTitCon {
	background: #eee;
	padding: 35px 0 60px;
}
#ts-content .pointDrycon {
	text-align: left;
	width: 100%;
	position: relative;
}
#ts-content .pointDrycon h3 {
	margin-bottom: 20px;
}
#ts-content .pointDrycon .qdfTxt {
	width: 598px;
	height: 303px;
	background: #fff;
	background: url(../imgs/bg_qdftx.png) left top no-repeat;
	box-sizing: border-box;
	padding: 65px 40px 65px 65px;
	color: #5b5b5b;
	margin-left: 20px;
}
#ts-content .pointDrycon .qdfTxt h4 {
	font-size: 33px;
	line-height: 48px;
	margin-bottom: 30px
}
#ts-content .pointDrycon .qdfTxt p {
	font-size: 13px;
	line-height: 26px;
}
#ts-content .pointDrycon .iconDry {
	width: 250px;
	height: 242px;
	position: absolute;
	right: 0;
	top: -10px;
}
#ts-content .pointDrycon .iconclean {
	width: 250px;
	height: 242px;
	position: absolute;
	right: 123px;
	bottom: 0;
}
#ts-content .nextTxtArea {
	background: url(../imgs/bgarrow.png) center bottom no-repeat;
	text-align: center;
	height: 236px;
	margin-top: -53px;
}
#ts-content .nextTxtArea h3 {
	font-size: 30px;
	color: #6792c3;
	text-decoration: underline;
	padding-top: 45px;
}
#ts-content .pointListNav .pointNav {
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 200px;
}
#ts-content .pointListNav .pointNav li {
	float: left;
	width: 467px;
}
#ts-content .pointListNav .pointNav li:nth-child(2) {
	float: right;
}
#ts-content .point01Con {
	margin-bottom: 170px;
}
#ts-content .point01Con h3 {
	margin-bottom: 30px;
}
#ts-content .point01Con .point01in {
	position: relative;
}
#ts-content .point01Con .point01in .poin01Txt {
	position: absolute;
	right: 0;
	top: 0;
	color: #5b5b5b;
	width: 475px;
	overflow: hidden
}
#ts-content .point01Con .point01in .poin01Txt h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
}
#ts-content .point01Con .point01in .poin01Txt h4 {
	font-size: 36px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	letter-spacing: 0;
}
#ts-content .point01Con .point01in .poin01Txt h4 span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
#ts-content .point01Con .point01in .poin01Txt h4:after {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	background: #5b5b5b;
	position: absolute;
	top: 50%;
	z-index: 0;
	left: 0;
}
#ts-content .point01Con .point01in .poin01Txt h4:before {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	background: #5b5b5b;
	position: absolute;
	top: 50%;
	z-index: 0;
	right: 0;
}
#ts-content .point01Con .point01in .poin01Txt p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0;
}
#ts-content .point02Con {
	background: #f7f8fc;
	padding: 38px 0 60px;
	margin-bottom: 200px;
}
#ts-content .point02Con h3 {
	margin-bottom: 40px;
}
#ts-content .point02Con .point02in {
	position: relative;
}
#ts-content .point02Con .point02in .poin02Txt {
	position: absolute;
	right: 0;
	top: 0;
	color: #5b5b5b;
	width: 422px;
	height: 288px;
	overflow: hidden;
	background: url(../imgs/bg_point2tit.png) left top no-repeat;
	padding: 40px 24px;
}
#ts-content .point02Con .point02in .poin02Txt h3 {
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
#ts-content .point02Con .point02in .poin02Txt h4 {
	font-size: 28px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	letter-spacing: 0;
}
#ts-content .point02Con .point02in .poin02Txt h4 span {
	background: #f7f8fc;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
#ts-content .point02Con .point02in .poin02Txt h4:after {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	background: #5b5b5b;
	position: absolute;
	top: 50%;
	z-index: 0;
	left: 0;
}
#ts-content .point02Con .point02in .poin02Txt h4:before {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	background: #5b5b5b;
	position: absolute;
	top: 50%;
	z-index: 0;
	right: 0;
}
#ts-content .point02Con .point02in .poin02Txt p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0;
}
#ts-content .styling h2.styletit {
	margin-bottom: 100px;
}
#ts-content .styTitCon {
	float: left;
}
#ts-content .titRpt .styTitCon {
	float: right;
}
#ts-content .styimgCon {
	float: right;
}
#ts-content .titRpt .styimgCon {
	float: left;
}
#ts-content .styTitCon {
	width: 430px;
}
#ts-content .styTitCon h3 {
	margin-bottom: 25px;
}
#ts-content .titRpt .styTitCon h3 {
	text-align: right;
}
#ts-content .styimgCon h3 {
	margin-bottom: 35px;
	padding-top: 45px;
	font-size: 24px;
	font-weight: bold;
}
#ts-content .styimgCon p {
	font-size: 13px;
	line-height: 23px;
	width: 520px;
}
#ts-content .stylecontent .dtTxt {
	border-top: 1px solid #000;
	padding-top: 30px;
	text-align: center;
	margin-top: 40px;
}
#ts-content .stylecontent .dtTxt p {
	font-size: 11px;
	color: #b1b1b1;
	margin-bottom: 25px;
}
/*#ts-content .stylecontent .dtTxt li{ font-size: 18px; color: #b1b1b1; margin-bottom: 25px;}*/

#ts-content .stylecontent .dtTxt li {
	font-size: 18px;
	letter-spacing: 0.13em;
	display: inline-block;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#ts-content .stylecontent {
	margin-bottom: 60px;
}
#ts-content .stylecontent.bgstcon {
	background: #f7f8fc;
	padding: 60px 0;
}
#ts-content .stylecontent .dtTxt ul {
	font-size: 0;
}
#ts-content .stylecontent .dtTxt li {
	margin: 0 5px;
}
#ts-content .stylecontent .dtTxt li.link_S {
	background: #5b5b5b;
	width: 307px;
	height: 43px;
}
#ts-content .stylecontent .dtTxt li.link_S a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 43px;
	width: 100%;
}
#ts-content .stylecontent .dtTxt li.link_N {
	background: #c4cad3;
	width: 307px;
	height: 43px;
}
#ts-content .stylecontent .dtTxt li.link_N a {
	color: #000;
	display: block;
	text-decoration: none;
	line-height: 43px;
	width: 100%;
}
#ts-content .womenStyleCon {
	margin-top: 260px;
	margin-bottom: 250px;
}
/* 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: 8px 0;
	background: #606060;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
ul.fixedlink li:first-child {
	position: fixed;
	width: 223px;
	height: 36px;
	bottom: 300px;
	right: -5px;
	z-index: 999;
}
ul.fixedlink li:nth-child(2) {
	position: fixed;
	width: 223px;
	height: 36px;
	bottom: 250px;
	right: -5px;
	z-index: 999;
}
ul.fixedlink li:nth-child(3) {
	position: fixed;
	width: 223px;
	height: 36px;
	bottom: 200px;
	right: -5px;
	z-index: 999;
}
ul.fixedlink li:nth-child(4) {
	position: fixed;
	width: 223px;
	height: 36px;
	bottom: 150px;
	right: -5px;
	z-index: 999;
}
ul.fixedlink li:nth-child(5) {
	position: fixed;
	width: 223px;
	height: 36px;
	bottom: 100px;
	right: -5px;
	z-index: 999;
}
/* TOPへ戻る */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 9998;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
