@charset "utf-8";
/* ------------------------------------------------------------

  group common

------------------------------------------------------------ */
/*@font-face {
	font-family: 'AdobeGaramondProItalic';
	src: url('../fonts/AdobeGaramondProItalic.eot');
	src: url('../fonts/AdobeGaramondProItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/AdobeGaramondProItalic.woff') format('woff'),  url('../fonts/AdobeGaramondProItalic.ttf') format('truetype');
}
/*

@font-face {
	font-family: 'Lato-Medium';
	src: url('../fonts/Lato-Medium.eot');
	src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Medium.woff') format('woff'),  url('../fonts/Lato-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Bold.woff') format('woff'),  url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato-Semibold';
	src: url('../fonts/Lato-Semibold.eot');
	src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Semibold.woff') format('woff'),  url('../fonts/Lato-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff') format('woff'),  url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'AvenirLTStd-Medium';
	src: url('../fonts/AvenirLTStd-Medium.eot');
	src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Medium.woff') format('woff'),  url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url('../fonts/AvenirLTStd-Black.eot');
	src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Black.woff') format('woff'),  url('../fonts/AvenirLTStd-Black.otf') format('opentype');
}
@font-face {
	font-family: 'MinionPro-Regular';
	src: url('../fonts/MinionPro-Regular.eot');
	src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MinionPro-Regular.woff') format('woff'),  url('../fonts/MinionPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'MinionPro-It';
	src: url('../fonts/MinionPro-It.eot');
	src: url('../fonts/MinionPro-It.eot?#iefix') format('embedded-opentype'),  url('../fonts/MinionPro-It.woff') format('woff'),  url('../fonts/MinionPro-It.otf') format('opentype');
}
@font-face {
	font-family: 'MinionPro-MediumIt';
	src: url('../fonts/MinionPro-MediumIt.eot');
	src: url('../fonts/MinionPro-MediumIt.eot?#iefix') format('embedded-opentype'),  url('../fonts/MinionPro-MediumIt.woff') format('woff'),  url('../fonts/MinionPro-MediumIt.otf') format('opentype');
}*/
html {
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #303030;
	text-rendering: optimizeLegibility;
}
body {
	line-height: 1.8;
	/*font-family:"NotoSansCJKjp-Regular", "Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS P Gothic",Verdana,sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	-webkit-backface-visibility: hidden;
	background-color: #fff;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
p, li, dt, dd, th, td, pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
a {
	color: #303030;
	text-decoration: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input[type='text'], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
select:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}
.al a, .al a img, .al button, .al input {
	-webkit-transition: 0.20s ease-in-out;
	-moz-transition: 0.20s ease-in-out;
	-ms-transition: 0.20s ease-in-out;
	-o-transition: 0.20s ease-in-out;
	transition: 0.20s ease-in-out;
}
.al a:hover, .al button:hover, .al input:hover {
	color: #999;
}
.ali a img {
	-webkit-transition: opacity 0.30s ease-in-out;
	-moz-transition: opacity 0.30s ease-in-out;
	-ms-transition: opacity 0.30s ease-in-out;
	-o-transition: opacity 0.30s ease-in-out;
	transition: opacity 0.30s ease-in-out;
}
.ali a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.ul a:hover {
	text-decoration: underline;
}
.spNone {
	display: block !important;
}
.spNone {
	display: block !important;
}
.spNone--ib {
	display: inline-block !important;
}
.spOnly {
	display: none !important;
}
.pcOnly {
	display: block !important;
}
.js-stop-scroll {
	position: relative;
	overflow: hidden;
}
.fb_iframe_widget {
	height: 26px;
	overflow: hidden;
}
/* ------------------------------------------------------------

  group

------------------------------------------------------------ */
.x-t {
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.x-hide {
	display: none !important;
}
.x-hide-after:after {
	display: none !important;
}
.x-hover {
	color: #303030;
	background-color: #fff;
	border: solid 4px #000;
}
.x-hover:hover {
	border: solid 4px transparent;
	color: #fff;
	background-color: #c3ad99;
}
.x-and {
	font-family: "MinionPro-Regular", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	font-style: italic;
}
.x-vcenter {
	display: table;
}
.x-vcenter > div {
	display: table-cell;
	vertical-align: middle;
}
.x-center {
	text-align: center;
}
.home-btn {
	margin-top: 50px;
	margin-bottom: 20px;
	display: block;
}
.home-btn span {
	display: inline-block;
	padding: 4px 50px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------

  group progress

------------------------------------------------------------ */
.pg {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 1%;
	height: 6px;
	background-color: #ccc;
	-webkit-transition : width 300ms cubic-bezier(0, 0, 1, 1);
	-moz-transition : width 300ms cubic-bezier(0, 0, 1, 1);
	-ms-transition : width 300ms cubic-bezier(0, 0, 1, 1);
	-o-transition : width 300ms cubic-bezier(0, 0, 1, 1);
	transition : width 300ms cubic-bezier(0, 0, 1, 1);
}
/* ------------------------------------------------------------

  group header

------------------------------------------------------------ */
.sh {
	text-align: center;
	background-color: #fff;
}
.sh__menu-div {
	padding: 26px 0 0;
}
.sh__logo {
	display: inline-block;
}
.sh__logo-outer {
	position: relative;
	display: block;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 20px;
}
.sh__nav {
	z-index: 100;
	background-color: #fff;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.sh__nav--fix {
	border-top: none;
	border-bottom: 1px solid #E0E0E0;
	position: fixed;
	top: -70px;
	left: 0;
	width: 100%;
	-webkit-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
	transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.sh__nav--fix .sh__menu-link {
	padding: 24px 0;
	margin: 0 20px;
}
.sh__nav--fix .sh__menu-link:after {
	bottom: -1px;
}
.sh__menu--logo {
	display: none !important;
}
.sh__menu--logo img {
	margin-top: -2px;
}
.sh__nav--fix .sh__menu--logo {
	display: inline-block !important;
}
.sh__nav--fix .sh__menu--home {
	display: none;
}
.sh__menu {
	position: relative;
	display: inline-block;
}
.sh__menu-btn {
	display: inline-block;
}
.sh__menu-link {
	font-family: "AvenirLTStd-Medium", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	display: inline-block;
	padding: 25px 0 24px;
	margin: 0 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}
.sh__menu-link {
	position: relative;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.sh__menu-link:after {
	z-index: 1;
	border-top: 4px solid #c3ad99;
	position: absolute;
	width: 100%;
	content: "";
	bottom: -1px;
	left: 0;
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.sh__menu-link.active:after, .sh__menu-link:hover:after {
	display: block !important;
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	transform: scaleX(1.0);
}
.sh__menu-link.active, .sh__menu-link:hover {
	color: #c3ad99;
}
.sh__menu--logo .sh__menu-link {
	padding: 10px 0;
}
.sh__menu--logo .sh__menu-link:after {
	display: none !important;
}
.sh__menu-link--cs {
	color: #999;
}
.sh__menu-link--cs:hover {
	color: #999;
}
.sh__menu-link--cs:hover:after {
	display: none !important;
}
/* ------------------------------------------------------------

  group site footer

------------------------------------------------------------ */
.sf {
	text-align: center;
	background-color: #fff;
}
.sf__nav {
	display: block;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
}
.sf__inner {
	padding: 65px 0 30px;
}
.sf__menus {
	text-align: center;
}
.sf__menu {
	display: inline-block;
}
.sf__logo {
	display: inline-block;
	margin-bottom: 18px;
}
.sf__copyright {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: "NotoSansCJKjp-Regular", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #999999;
}
.sf__sharedlist {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 24px;
}
.sf__shared {
	margin: 0 5px;
	float: left;
	width: 40px;
	height: 40px;
}
.sf__shared span {
	display: block;
	background: url(f_fb_on.png) no-repeat;
	width: 40px;
	height: 40px;
	filter: alpha(opacity=000);
	-moz-opacity: 0.00;
	opacity: 0.00;
	-webkit-transition: 0.30s cubic-bezier(.12, .46, .48, .9);
	-moz-transition: 0.30s cubic-bezier(.12, .46, .48, .9);
	-ms-transition: 0.30s cubic-bezier(.12, .46, .48, .9);
	-o-transition: 0.30s cubic-bezier(.12, .46, .48, .9);
	transition: 0.30s cubic-bezier(.12, .46, .48, .9);
}
.sf__shared:hover span {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.sf__shared--fb {
	background: url(f_fb.png) no-repeat;
}
.sf__shared--fb span {
	background: url(f_fb_on.png) no-repeat;
}
.sf__shared--tw {
	background: url(f_tw.png) no-repeat;
}
.sf__shared--tw span {
	background: url(f_tw_on.png) no-repeat;
}
.sf__menu-link {
	display: inline-block;
	padding: 24px 0;
	margin: 0 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "AvenirLTStd-Medium", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sf__menu-link.active, .sf__menu-link:hover {
	color: #c3ad99;
}
.sf__menu-link {
	position: relative;
}
.sf__menu-link:after {
	z-index: 1;
	border-top: 4px solid #E48220;
	position: absolute;
	width: 100%;
	content: "";
	bottom: -1px;
	left: 0;
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.sf__menu-link.active:after, .sf__menu-link:hover:after {
	display: block !important;
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	transform: scaleX(1.0);
}
/* ------------------------------------------------------------

  group page-content

------------------------------------------------------------ */
/*.js-wrap { }*/
.wrap--index {
	visibility: hidden;
	filter: alpha(opacity=000);
	-moz-opacity: 0.00;
	opacity: 0.00;
}
/* sec 
------------------------------------------------------------ */
.sec {
	position: relative;
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
}
.sec--pt0 {
	padding-top: 0;
}
.sec--ptcnt {
	padding-top: 100px;
}
.sec__head {
	display: inline-block;
	padding: 30px 10px 50px;
	text-align: center;
}
.sec__head--top {
	padding-top: 0;
}
.sec__ttl {
	margin-bottom: 0.5em;
	line-height: 1;
	color: #303030;
	letter-spacing: 1px;
	font-size: 34px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec__ttl--ja {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 1.5em;
	font-size: 11px;
	font-style: normal;
	line-height: 1;
	font-family: "NotoSansCJKjp-Regular", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec__ttl--ja:before {
	width: 60px;
	border-top: 1px solid #888;
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -30px;
}
.sec__ttl--fz14 {
	font-size: 14px;
}
.sec__subttl {
	margin-top: 30px;
	font-size: 12px;
	color: #303030;
}
.sec__icon {
	margin-right: 4px;
}
.sec__contents {
	padding-bottom: 60px;
}
/* page head
------------------------------------------------------------ */
.page-head {
	background-color: #fff;
	border-bottom: solid 1px #e0e0e0;
	padding: 50px 10px 40px;
	text-align: center;
}
.page-ttl {
	font-size: 60px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
	line-height: 1;
	letter-spacing: 2px;
}
/* sec-sub
------------------------------------------------------------ */
.sec-sub__head {
	display: inline-block;
	padding: 30px 10px 60px;
	text-align: center;
	width:980px;	
}
.sec-sub__head--sm {
	padding-bottom: 0;
}
.sec-sub__head--ptb0 {
	padding-top: 0;
	padding-bottom: 0;
}
.sec-sub__head--top {
	padding-top: 0;
	width:980px;
}
.sec-sub__ttl {
	margin-bottom: 40px;
	line-height: 1;
	color: #303030;
	letter-spacing: 1px;
	font-size: 26px;
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec-sub__ttl--italic {
	font-size: 40px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec-sub__ttl--ja {
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 1.4;
}
.sec-sub__subttl {
	margin-bottom: 40px;
	line-height: 1;
	color: #303030;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec-sub__txt {
	padding: 0 20px;
	margin: 0 auto 40px;
	font-size: 20px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
	line-height: 1.5;
	letter-spacing: 1px;
}
.sec-sub__txt--ja {
	margin-bottom: 0;
	font-size: 14px;
	font-style: normal;
	color: #303030;
	line-height: 2;
	letter-spacing: 3px;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	text-align:left;
}
.sec-sub__txt--lb {
	padding: 0 40px;
}
.sec-sub__txt-img {
	vertical-align: middle;
	margin-top: -3px;
}
.sec-sub__thumbs {
	overflow: hidden;
	padding: 0 40px;
}
.sec-sub__thumb {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
.sec-sub__thumb--04 {
	width: 25%;
}
.sec-sub__thumb--right {
	float: right;
}
.sec-sub__thumb--02 {
	width: 50%;
}
.sec-sub__img {
	padding: 0 40px;
	overflow: hidden;
}
.sec-sub__thumb-img {
	overflow: hidden;
	display: inline-block;
}
.sec-sub__thumb-txt {
	margin-top: -0.5em;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 36px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sec-sub__obj {
	width: 100%;
	height: auto;
}
/* top contents
------------------------------------------------------------ */
.cnts {
	overflow: hidden;
	margin-left: -20px;
	letter-spacing: -0.4em;
}
.cnts__item {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	letter-spacing: normal;
}
.cnts__item-ttl__outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 225px;
}
.cnts__item-ttl {
	background-color: #fff;
	display: inline-block;
	padding: 12px 20px 8px;
	border: solid 4px #c3ad99;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.cnts__item a:hover .cnts__item-ttl {
	border: solid 4px transparent;
	color: #fff;
	background-color: #c3ad99;
}
.banner {
	margin-top: 10px;
}
.banner img {
	max-width: 100%;
	height: auto;
}
/* top lookbook
------------------------------------------------------------ */
.lbtop {
	position: relative;
	overflow: hidden;
	padding: 0 60px;
}
.lbtop__img {
	display: block;
}
.lbtop__img--tp img {
	width: 100%;
	height: auto;
}
.lbtop__img--bm {
	display: block;
	float: left;
	width: 25%;
	height: auto;
}
.lbtop__img--bm img {
	width: 100%;
	height: auto;
}
.lbtop__no1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 154px;
	height: 154px;
	background-color: #c3ad99;
}
.lbtop__no1 .x-vcenter {
	margin-top: 6px;
	width: 154px;
	height: 154px;
}
.lbtop__no1__ttl {
	margin-bottom: 0.6em;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: "AvenirLTStd-Medium", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.lbtop__no1__num {
	color: #fff;
	line-height: 1;
	font-size: 43px;
	letter-spacing: 2px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.lbtop__no1__cs {
	color: #fff;
	line-height: 1.4;
	font-size: 30px;
	letter-spacing: 2px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.lbtop__link {
	overflow: hidden;
	display: block;
	position: relative;
}
.lbtop__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(overlay_white_20.png) repeat;
	filter: alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
	-webkit-transition: opacity 0.20s ease-in-out;
	-moz-transition: opacity 0.20s ease-in-out;
	-ms-transition: opacity 0.20s ease-in-out;
	-o-transition: opacity 0.20s ease-in-out;
	transition: opacity 0.20s ease-in-out;
}
.lbtop__link:hover .lbtop__overlay {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/* lookbook A
------------------------------------------------------------ */
.lb {
	padding: 0 20px 0;
}
.lb__img {
	overflow: hidden;
}
.lb__img:first-child .lb__obj {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.lb__obj {
	padding: 0 15px 30px;
	width: 100%;
	height: auto;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	-webkit-transition: 2.1s cubic-bezier(.15, .9, .35, 1);
	-moz-transition: 2.1s cubic-bezier(.15, .9, .35, 1);
	-ms-transition: 2.1s cubic-bezier(.15, .9, .35, 1);
	-o-transition: 2.1s cubic-bezier(.15, .9, .35, 1);
	transition: 2.1s cubic-bezier(.15, .9, .35, 1);
	-webkit-transition-delay: 0.10s;
	-moz-transition-delay: 0.10s;
	-ms-transition-delay: 0.10s;
	-o-transition-delay: 0.10s;
	transition-delay: 0.10s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.lb__obj--delay {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.lb__obj--show {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.lb__obj--04 {
	width: 25%;
	float: left;
}
.lb__obj--02 {
	width: 50%;
	float: left;
}
.ci {
	padding-bottom: 20px;
	max-width: 1500px;
	margin: 0 auto;
}
.ci__ttl {
	font-size: 12px;
	font-family: "Lato-Medium", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.ci__item {
	position: relative;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
.ci__hover {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	position: absolute;
	width: 170px;
	height: 3.2em;
	top: -15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #303030;
	background-color: #fff;
	padding: 12px 20px 10px;
	border: solid 4px #000;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.ci__item:hover .ci__hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.stt__table {
	margin: 0 auto;
}
.stt__ttl, .stt__txt {
	padding: 8px 3px;
}
.stt__ttl {
	font-weight: normal;
	text-align: right;
	font-family: "MinionPro-MediumIt", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	font-size: 14px;
	color: #303030;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
}
.stt__txt {
	text-align: left;
	font-family: "Lato-Regular", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	font-size: 13px;
	color: #303030;
	line-height: 1;
	letter-spacing: 1px;
}
.stt__sns {
	margin: 0 8px;
	display: inline-block;
	width: 19px;
	height: 14px;
}
.stt__sns span {
	display: inline-block;
	width: 19px;
	height: 14px;
	filter: alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
.stt__sns:hover span {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.stt__sns--fb {
	background: url(fb.png) no-repeat;
}
.stt__sns--fb:hover span {
	background: url(fb_on.png) no-repeat;
}
.stt__sns--tw {
	background: url(tw.png) no-repeat;
}
.stt__sns--tw:hover span {
	background: url(tw_on.png) no-repeat;
}
.stt__sns--tb {
	background: url(tb.png) no-repeat;
}
.stt__sns--tb:hover span {
	background: url(tb_on.png) no-repeat;
}
.stt__sns--p {
	background: url(p.png) no-repeat;
}
.stt__sns--p:hover span {
	background: url(p_on.png) no-repeat;
}
/* showroom
------------------------------------------------------------ */
.sr {
	padding: 0 40px;
}
.sr__obj {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.sr__map-outer {
	padding: 0 40px;
}
.sr__map {
	height: 560px;
}
.sr__map-window {
}
.sr__map-inner {
	padding: 20px 0 20px 20px;
	text-align: left;
}
.sr__map-ttl {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #3b3b3b;
	line-height: 1;
}
.sr__map-img {
	margin-bottom: 10px;
}
.sr__map-txt {
	font-size: 12px;
	color: #3b3b3b;
}
/* sitemap
------------------------------------------------------------ */
.sm {
	display: table;
	margin: 0 auto;
	padding: 0 0;
}
.sm--left {
	padding-left: 20px;
}
.sm__row {
	display: table-row;
}
.sm__ttl {
	padding: 0 40px 34px 0;
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-size: 16px;
	color: #303030;
	letter-spacing: 1px;
	line-height: 1.5;
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.sm__txts {
	padding: 0 0 34px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color: #303030;
}
.sm__txts a {
	-webkit-transition: 0.20s ease-out;
	-moz-transition: 0.20s ease-out;
	-ms-transition: 0.20s ease-out;
	-o-transition: 0.20s ease-out;
	transition: 0.20s ease-out;
}
.sm__txts a:hover {
	color: #999;
}
.sm__txt {
	display: block;
	margin-bottom: 2px;
	letter-spacing: 3px;
	font-size: 14px;
}
.sm__txt--cs {
	color: #999;
}
.sm__txt-date {
	padding-right: 1em;
}
/* privacy policy
------------------------------------------------------------ */
.pp {
	margin-top: 30px;
	margin-left: -80px;
}
.pp__block {
	margin-left: 80px;
	display: inline-block;
	vertical-align: top;
	max-width: 440px;
	width: 30%;
}
.pp__row {
	padding-bottom: 54px;
}
.pp__row:last-child {
	padding-bottom: 0;
}
.pp__ttl {
	font-weight: bold;
	margin-bottom: 1.4em;
	font-size: 16px;
	text-align: left;
	color: #303030;
	line-height: 1;
}
.pp__txt {
	margin-bottom: 1em;
	font-size: 14px;
	text-align: left;
	color: #303030;
	line-height: 2;
	letter-spacing: 2px;
}
.pp__block ul {
	margin-left: 1em;
}
.pp__block ul li {
	list-style-type: disc;
	font-size: 14px;
	text-align: left;
	color: #303030;
	line-height: 2;
}
/* jobs
------------------------------------------------------------ */
.toj__row {
	margin-left: -80px;
	padding-bottom: 70px;
}
.toj__block {
	display: inline-block;
	vertical-align: top;
	margin-left: 80px;
	max-width: 440px;
}
.toj__img {
	position: relative;
	margin-bottom: 28px;
}
.toj__obj {
	max-width: 100%;
	height: auto;
}
.toj__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(overlay_80.png) repeat;
	text-align: center;
}
.toj__overlay span {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	letter-spacing: 1px;
}
.toj__ttl {
	margin-bottom: 10px;
	font-size: 26px;
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
	line-height: 1;
	letter-spacing: 2px;
}
.toj__subttl {
	margin-bottom: 28px;
	font-size: 12px;
	color: #303030;
	letter-spacing: 2px;
	line-height: 1;
}
.toj__txt-outer {
	position: relative;
	min-height: 4em;
}
.toj__txt {
	font-size: 14px;
	color: #303030;
	line-height: 2;
	letter-spacing: 1px;
	text-align: left;
}
.toj__hide {
	position: absolute;
	top: 0;
	left: 0;
	height: 4em;
}
.toj__content {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.toj__link {
	margin-top: 26px;
	display: inline-block;
	border: solid 4px #3b3b3b;
	padding: 10px 20px 8px;
	font-size: 14px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	line-height: 1;
	letter-spacing: 1px;
}
.jd__table {
	width: 960px;
	margin: 0 auto;
}
.jd__ttl {
	border: solid 1px #cccccc;
	padding: 20px 30px;
	min-width: 200px;
	background-color: #fafafa;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	text-align: left;
}
.jd__txt {
	border: solid 1px #cccccc;
	padding: 24px 30px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}
.jan {
	padding-bottom: 20px;
}
.jan__link-outer {
	display: inline-block;
	vertical-align: top;
}
.jan__link {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	border: solid 4px #000;
	min-width: 220px;
	padding: 20px 30px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
}
.jan__no {
	margin-top: 1em;
	color: #fa8500;
	font-size: 13px;
}
.jan__link--de {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.jan__link span {
	margin-top: 10px;
	display: block;
	font-family: "NotoSansCJKjp-Regular", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1;
}
/* company
------------------------------------------------------------ */
.sm__list li {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 10px;
	font-size: 14px;
	color: #303030;
}
.sm__list--sub li {
	margin-left: 2em;
	list-style: url(list.png);
}
.cm {
	padding-bottom: 20px;
}
.cm__block {
	width: 100%;
	padding: 0 40px;
}
.cm__ttl {
	padding: 20px 0;
	background-color: #303030;
	color: #fff;
	letter-spacing: 3px;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.cm__btn:hover .cm__ttl {
	background-color: #c3ad99;
}
.cm__plus {
	display: block;
	overflow: hidden;
	height: 0;
	background-color: #c3ad99;
	-webkit-transition: 0.20s ease-out;
	-moz-transition: 0.20s ease-out;
	-ms-transition: 0.20s ease-out;
	-o-transition: 0.20s ease-out;
	transition: 0.20s ease-out;
}
.cm__plus img {
	line-height: 40px;
}
.cm__btn:hover ~ .cm__plus {
	height: 40px;
}
.cm__plus:hover {
	height: 40px;
}
.cm__plus:hover {
	background-color: #c3ad99;
}
.cm__ttl.on {
	background-color: #c3ad99;
}
.cm__plus--close:hover {
	background-color: #eee !important;
}
.cm__map {
	height: 560px;
}
.cm__close {
	display: block;
	padding: 34px 0;
}
.cm__block:last-child .cm__plus {
	border-bottom: solid 1px #cccccc;
}
/* news
------------------------------------------------------------ */
.sec-sub__head--news {
	padding-bottom: 12px;
}
.sec-sub__ttl--news {
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.news__archive-year-list {
	background-color: #eeeeee;
}
.news__archive-year {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "Lato-Bold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
}
.news__archive-year a {
	display: inline-block;
	padding: 18px 34px 14px;
	color: #303030;
}
.news__archive-year a:hover {
	color: #fff;
	background-color: #3b3b3b;
}
.news {
	display: inline-block;
	width: 980px;
	/*margin: 40px auto 0;*/
	margin: 40px 0 0;
	text-align: left;
}
.news__inner {
	margin-left: -40px;
}
.news__block {
	padding-bottom: 50px;
	overflow: hidden;
	margin: 0 0 50px 40px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
}
.news__head__ttl {
	text-align: center;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.news__head {
	position: relative;
	margin-bottom: 25px;
	line-height: 1.2;
	font-size: 60px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
}
.news__head-more {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	position: absolute;
	width: 170px;
	height: 3.2em;
	top: -15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #303030;
	background-color: #fff;
	padding: 12px 20px 10px;
	border: solid 4px #000;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.news__block:hover .news__head-more {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.news__block:hover .news__info, .news__block:hover .news__ttl {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.news__block:hover .news__head__ttl {
	filter: alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
.news__info {
	margin-bottom: 1em;
	text-align: left;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.news__date {
	padding-right: 20px;
	border-right: solid 1px #000;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
}
.news__cat {
	padding-left: 20px;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
}
.news__ttl {
	height: 3.8em;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.9;
	color: #303030;
}
.news__paginate {
	padding: 10px 0;
	text-align: center;
}
.news__paginate li {
	display: inline-block;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1;
}
.news__paginate li a {
	font-size: 18px;
	display: inline-block;
	padding: 5px 8px 1px;
	color: #303030;
	border: solid 2px transparent;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.news__paginate__img {
	margin: 0 10px;
}
.news__num--active a, .news__paginate a:hover {
	border: solid 2px #000 !important;
}
.news__paginate--nob a:hover {
	border: solid 2px transparent !important;
}
.news__num--ten {
	margin-top: -2px;
}
.news__pre--s, .news__next--s {
	-webkit-transition: 0.20s ease-in-out !important;
	-moz-transition: 0.20s ease-in-out !important;
	-ms-transition: 0.20s ease-in-out !important;
	-o-transition: 0.20s ease-in-out !important;
	transition: 0.20s ease-in-out !important;
}
.news__pre--s:hover, .news__next--s:hover {
	filter: alpha(opacity=060);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.news__pre img, .news__next img, .news__ten img {
	margin-top: -3px;
}
/* news detail
------------------------------------------------------------ */
.sec--nd {
	padding-top: 30px;
}
.nd {
	max-width: 600px;
	margin: 0 auto;
}
.nd__info {
	margin-bottom: 68px;
}
.nd__date {
	padding-right: 20px;
	border-right: solid 1px #000;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
}
.nd__cat {
	padding-left: 20px;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "MinionPro-It", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
}
.nd__ttl {
	margin-bottom: 1em;
	font-size: 26px;
	color: #303030;
	text-align: left;
	letter-spacing: 3px;
	word-break: normal;
}
.nd__contents {
	font-size: 14px;
	color: #303030;
	line-height: 2;
	letter-spacing: 2px;
	text-align: left;
	word-break: normal;
}
.nd__contents p {
	margin-bottom: 40px;
}
.nd__contents a:hover {
	text-decoration: underline;
}
.nd__contents div {
	max-width: 600px;
}
.nd__contents img {
	max-width: 600px;
	height: auto;
}
.news__paginate--nd > * {
	font-size: 16px;
}
/* contact
------------------------------------------------------------ */
.c__note {
	margin-bottom: 50px;
	letter-spacing: 2px;
}
.c__step {
	margin-bottom: 50px;
}
.c__step img {
	max-width: 100%;
	height: auto;
}
.c__orange {
	color: #c3ad99;
}
.ct {
	margin: 0 auto;
	display: table;
}
.ct__row {
	display: block;
	/*margin-bottom: 30px;*/
	padding-bottom: 30px;
}
.ct__ttl, .ct__cnt {
	overflow: hidden;
	display: table-cell;
	font-size: 14px;
	color: #303030;
}
.ct__cnt {
	letter-spacing: -0.2em;
}
.ct__ttl {
	vertical-align: middle;
	min-width: 285px;
	text-align: right;
	padding-right: 20px;
}
.ct__ttl--top {
	vertical-align: top;
	padding-top: 20px;
}
.ct__require {
	margin-left: .3em;
	color: #fa8500;
}
.ct__cell {
	letter-spacing: normal;
}
.ct__cell--max {
	width: 675px;
}
.ct__cell--half {
	width: 325px;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--sm {
	width: 185px;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--xm {
	padding: 20px 0;
	margin: 0 10px;
	mini-width: 1.0em;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--xm .ct__cnt {
	letter-spacing: normal !important;
}
.ct__cell--half:first-child {
	margin-right: 25px;
}
.ct__input {
	padding: 20px;
	width: 100%;
	color: #303030;
	background-color: #fff;
	border: solid 1px #666666;
}
.ct__select {
	border: solid 1px #666666;
	padding: 20px;
	background: #fff url(arrow_bottom.png) no-repeat 100%;
	overflow: hidden;
	;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-indent: 0.01px;
	text-overflow: "";
	color: #303030;
}
.ct__list li {
	display: inline-block;
	margin-right: 25px;
}
input[type='radio'] {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
}
.ct__list label {
	min-width: 5em;
	background: url(radio_btn.png) no-repeat;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 24px;
	cursor: pointer;
	overflow: hidden;
}
.ct_on {
	background: url(radio_btn_active.png) no-repeat !important;
}
.ct__txt {
	color: #303030;
	width: 100%;
	border: solid 1px #666666;
	padding: 32px;
	text-align: left;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 2px;
}
.ct__txt a {
	word-wrap: break-word;
}
.ct__txt--bn {
	border: none;
	padding: 32px 0;
}
.ct__policy {
	margin-top: 16px;
	padding: 20px;
	background-color: #eeeeee;
	text-align: center;
}
.ct__btns {
	margin: 30px 0 0;
	text-align: center;
}
.ct__btn {
	display: inline-block;
	margin: 0 20px;
	color: #303030;
	background-color: #fff;
	padding: 12px 20px 10px;
	border: solid 4px #000;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "AvenirLTStd-Black", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
.ct__btn--back {
	color: #fff;
	background-color: #000;
}
.ct__btn:hover {
	border: solid 4px transparent;
	color: #fff;
	background-color: #c3ad99;
}
.ct__err {
	text-align: left;
	color: #c3ad99;
}
.ct__err--center {
	text-align: center;
}
.ct__val {
	margin-left: 30px;
	min-height: 4.6em;
	padding: 20px;
	background-color: #fafafa;
	text-align: left;
	color: #303030;
	letter-spacing: 1px;
}
.cc__info {
	margin-bottom: 4em;
}
.cc__ttl {
	margin-bottom: 42px;
	font-size: 24px;
	font-family: "Lato-Semibold", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS P Gothic", Verdana, sans-serif;
	color: #303030;
	letter-spacing: 2px;
}
.cc__txt {
	margin-bottom: 2em;
	color: #303030;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
}
