@charset "utf-8";



/* studio
----------------------------------------------- */
.studioteaser {
	background: url("../img/studio/teaser_studio.jpg") center bottom no-repeat fixed;
	background-size: cover;
}
@media (max-width: 1024px) {
.studioteaser {
	background: url("../img/studio/teaser_studio_sp.jpg") center center no-repeat;
	background-size: cover;
}
}

.studiodet {
	text-align: center;
	font-size: 12px;
}
@media (max-width: 1024px) {
.studiodet {
	text-align: left;
	font-size: 15px;
}
}

.studiobox {
	margin-top: 60px;
}
.studiobox .hdl {
	margin-bottom: 50px;
}
.studioflex {
	display: flex;
	align-items: stretch;
	position: relative;
}
.studioflex .fleximg {
	flex-shrink: 0;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 2;
}
.studioflex.reverse {
	flex-direction: row-reverse;
}
.studioflex.reverse .fleximg {
	margin: 0 0 0 20px;
}
.studioflex .flexin {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.studioflex .flextxt {
	margin-bottom: 20px;
}
.studioflex .flexcont {
	border: 1px #d3d3d4 solid;
	font-size: 12px;
	line-height: 2;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.studioflex .flexphoto {
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 1;
}
.studioflex .flexhd {
	transform: translateY(20%);
}
.studioflex .flexphoto img {
	width: 275px;
}
.studioflex .flexcreation {
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 1;
}
.studioflex .flexcreation img {
	width: 370px;
}

.studioflex .flexenjoy {
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 1;
}
.studioflex .flexenjoy img {
	width: 250px;
}


@media (max-width: 1024px) {
.studioflex .fleximg {
	width: 50%;
}
}
@media (max-width: 767px) {
.studioflex {
	display: block;
}
.studioflex .fleximg {
	text-align: center;
	margin: 0 0 25px;
	width: auto;
}
.studioflex.reverse .fleximg {
	margin: 0 0 25px;
}
.studioflex .flexin {
	display: block;
}
.studioflex .flextxt {
	font-size: 15px;
	margin-bottom: 15px;
}
.studioflex .flexhd {
	transform: translateY(20%);
}
.studioflex .flexphoto img {
	width: 200px;
}
.studioflex .flexcreation img {
	width: 280px;
}
.studioflex .flexenjoy img {
	width: 180px;
}

}



/* content
----------------------------------------------- */
.flowerteaser {
	background: url("../img/content/teaser_flower.jpg") center center no-repeat fixed;
	background-size: cover;
}
@media (max-width: 1024px) {
.flowerteaser {
	background: url("../img/content/teaser_flower_sp.jpg") center center no-repeat;
	background-size: cover;
}
}

.designteaser {
	background: url("../img/content/teaser_design.jpg") center center no-repeat fixed;
	background-size: cover;
}
@media (max-width: 1024px) {
.designteaser {
	background: url("../img/content/teaser_design_sp.jpg") center center no-repeat;
	background-size: cover;
}
}

.celebrateteaser {
	background: url("../img/content/teaser_celebrate.jpg") center center no-repeat fixed;
	background-size: cover;
}
@media (max-width: 1024px) {
.celebrateteaser {
	background: url("../img/content/teaser_celebrate_sp.jpg") center center no-repeat;
	background-size: cover;
}
}

.contentflex {
	display: flex;
}
.contentflex .fleximg {
	margin: 0 0 0 30px;
}
.contentflex .flexin {
	flex: 1;
}
.contentflex.reverse {
	flex-direction: row-reverse;
}
.contentflex.reverse .fleximg {
	margin: 0 30px 0 0;
}

.contslider {
	max-width: 1360px;
	margin: 50px auto 0;
}
.contslider .slick-slide {
	outline: none;
	padding: 0 10px;
}

@media (max-width: 1024px) {
.contentflex .fleximg {
	width: 50%;
}
}
@media (max-width: 767px) {
.contentflex {
	display: block;
}
.contentflex .fleximg {
	text-align: center;
	margin: 30px 0 0;
	width: auto;
}
.contentflex.reverse .fleximg {
	margin: 30px 0 0;
}
.contslider .slick-slide {
	padding: 0 8px;
}
}



/* top
----------------------------------------------- */
#wrapper.toppage {
	padding-top: 0;
}
.mainslider {
	
}
.mainslider .mainimg {
	position: relative;
}
.mainslider .mainimg img {
	width: 100%;
}
.mainslider .maintxt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1;
}
.mainslider .maintxt img {
	width: auto;
}

.topabout {
	background: url("../img/top/bg_about.jpg") 0 0 repeat;
}
.topabout .aboutbox {
	display: flex;
	align-items: stretch;
	max-width: 900px;
	margin: 0 auto;
}
.topabout .aboutimg {
	flex-shrink: 0;
}
.topabout .aboutin {
	flex: 1;
	background: #f4f2eb;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.topabout .hdl {
	margin-bottom: 15px;
}
.topabout .abouttxt {
	font-size: 17px;
	line-height: 1.75;
}
@media (max-width: 767px) {
.topabout {
	background: none;
}
.topabout .aboutbox {
	display: block;
}
.topabout .aboutimg img {
	width: 100%;
}
.topabout .aboutin {
	padding: 50px 20px;
}
}

.topnews {
	padding: 50px 0;
}
.topnews .newsbox {
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px #d3d3d4 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.topnews .newslist {
	height: 150px;
	overflow-y: scroll;
	padding: 20px 30px 20px 25px;
}
.topnews .newslist li+li {
	margin-top: 15px;
}
.topnews .newslist li {
	display: flex;
	font-size: 12px;
	letter-spacing: 0;
}
.topnews .newslist .newsdate {
	width: 80px;
	flex-shrink: 0;
}
.topnews .newslist li a {
	flex: 1;
}
@media (max-width: 767px) {
.topnews .newslist .newsdate {
	width: 100px;
}
.topnews .newslist li {
	font-size: 15px;
}
}

.topfeature {
	padding: 80px 0 30px;
}
.topfeature .hdl {
	margin-bottom: 35px;
}
.topfeature .featurebox {
	display: flex;
	justify-content: space-between;
}
.topfeature .featurebox li {
	width: 31.5%;
}
.topfeature .featuretit {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #96937f;
	letter-spacing: 0;
}
.topfeature .featuretit img {
	margin-right: 15px;
}
.topfeature .featureimg {
	text-align: center;
	margin-bottom: 15px;
}
.topfeature .featuretxt {
	font-size: 12px;
	line-height: 2;
}
@media (max-width: 767px) {
.topfeature {
	padding: 50px 0 40px;
}
.topfeature .hdl {
	margin-bottom: 47px;
}
.topfeature .featurebox {
	flex-direction: column;
	align-items: center;
}
.topfeature .featurebox li {
	width: 80%;
}
.topfeature .featurebox li+li {
	margin-top: 50px;
}
.topfeature .featureimg img {
	width: 100%;
}
.topfeature .featuretxt {
	font-size: 15px;
}
}

.topstaff {
	padding: 30px 0 70px;
}
.topstaff .hdl {
	margin-bottom: 40px;
}
.topstaff .staffbox {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -25px 0;
}
.topstaff .staffbox li {
	width: 46%;
	margin: 25px 0;
}
.topstaff .staffflex {
	display: flex;
	align-items: stretch;
	margin-bottom: 25px;
}
.topstaff .staffhead {
	flex-shrink: 0;
	width: 160px;
	margin-right: 25px;
}
.topstaff .staffin {
	flex: 1;
}
.topstaff .staffname {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.topstaff .stafftype {
	display: inline-block;
	background: #f4f2eb;
	color: #96937f;
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 8px;
}
.topstaff .stafftxt {
	margin-top: 15px;
	font-size: 12px;
	line-height: 2;
}
.topstaff .staffbtn a {
	display: flex;
	align-items: center;
	width: 160px;
	height: 35px;
	padding: 0 20px 0 10px;
	color: #F5F2EC;
	font-size: 16px;
	line-height: 1.2;
	background: url("../img/top/staffarrow_top.png") right 12px center no-repeat #96937f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.topstaff .staffbtn a img {
	width: 20px;
	margin-right: 5px;
}

.toppage .combtn {
	max-width: none;
}
.toppage .combtn a {
	padding: 5px 25px;
	height: 100px;
	font-size: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.toppage .combtn .btnshop img {
	width: 45px;
	margin-right: 22px;
}
.toppage .combtn .btninsta img {
	width: 35px;
	margin-right: 12px;
}
.toppage .combtn .btninsta img+img {
	width: 125px;
}
@media (max-width: 767px) {
.topstaff {
	padding: 40px 0 50px;
}
.topstaff .hdl {
	margin-bottom: 50px;
}
.topstaff .staffbox {
	display: block;
	margin: 0;
}
.topstaff .staffbox li {
	width: auto;
	margin: 0;
}
.topstaff .staffbox li+li {
	margin-top: 45px;
}
.topstaff .staffflex {
	display: block;
	margin-bottom: 30px;
}
.topstaff .staffhead {
	text-align: center;
	width: auto;
	margin: 0 0 15px;
}
.topstaff .staffin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.topstaff .staffname {
	font-size: 24px;
	margin-bottom: 10px;
}
.topstaff .stafftype {
	display: block;
	font-size: 14px;
}
.topstaff .stafftxt {
	text-align: left;
	font-size: 15px;
}
.topstaff .staffbtn {
	display: flex;
	justify-content: center;
}
}

.topthought {
	background: url("../img/top/bg_thought.png") 0 0 repeat;
	background-size: cover;
	padding: 95px 0;
	color: #fff;
}
.topthought .hdl {
	margin-bottom: 40px;
	color: #f5f2ec;
}
.topthought .thoughtdet {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.topthought .thoughtcont {
	font-size: 13px;
	line-height: 2;
	text-align: center;
	margin-bottom: 45px;
}
.topthought .thoughtlist {
	display: flex;
	justify-content: space-between;
}
.topthought .thoughtlist li {
	width: 31.5%;
	text-align: center;
}
@media (max-width: 767px) {
.topthought {
	background: url("../img/top/bg_thought.png") 0 0 repeat;
	background-size: auto;
	padding: 80px 0;
}
.topthought .thoughtcont {
	font-size: 15px;
	margin-bottom: 35px;
	text-align: left;
}
.topthought .thoughtlist {
	display: block;
}
.topthought .thoughtlist li {
	width: auto;
}
.topthought .thoughtlist li+li {
	margin-top: 30px;
}
}

.topcf {
	padding: 70px 0 75px;
	background: url("../img/top/bg_cf.png") 0 0 no-repeat;
	background-size: cover;
}
.topcf .cfbox+.cfbox {
	margin-top: 70px;
}
.topcf .companybox .hdl {
	margin-bottom: 45px;
}
.topcf .companytab {
	width: 100%;
	border-left: 1px #d3d3d4 solid;
	border-top: 1px #d3d3d4 solid;
}
.topcf .companytab th,
.topcf .companytab td {
	border-right: 1px #d3d3d4 solid;
	border-bottom: 1px #d3d3d4 solid;
	font-size: 15px;
	line-height: 1.5;
	padding: 13px 10px;
	vertical-align: top;
}
.topcf .companytab th {
	color: #fff;
	background: #a6afb4;
	font-weight: 500;
	width: 25%;
}
@media (max-width: 767px) {
.topcf {
	padding: 80px 0;
	background: url("../img/top/bg_cf.png") 0 0 repeat;
	background-size: auto;
}
.topcf .cfbox+.cfbox {
	margin-top: 60px;
}
.topcf .companytab th,
.topcf .companytab td {
	display: block;
	padding: 15px 20px;
}
.topcf .companytab th {
	width: auto;
}
}


.topfaq .hdl {
	margin-bottom: 25px;
}
.topfaq .faqlist {
	max-width: 520px;
	margin: 0 auto;
}
.topfaq .faqlist li+li {
	margin-top: 5px;
}
.topfaq .faqtit {
	background: #96937f;
	color: #fff;
	font-size: 12px;
	line-height: 1.75;
	padding: 8px 15px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.topfaq .faqtxt {
	font-size: 12px;
	line-height: 2;
	padding: 20px 0 15px;
	display: none;
}
@media (max-width: 767px) {
.topfaq .faqtit {
	font-size: 15px;
	padding: 5px 15px;
}
.topfaq .faqtxt {
	font-size: 15px;
	padding: 15px 0;
}
}

.topbnr {
	
}
.topbnr .slick-slide {
	padding: 0 20px;
}
.topbnr a {
	display: block;
	color: #fff;
	position: relative;
}
.topbnr a img {
	width: 100%;
}
.topbnr .topbnrtxt {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	letter-spacing: 0.2em;
	color: #fff;
	z-index: 1;
}
@media (max-width: 767px) {
.topbnr .slick-slide {
	padding: 0 15px;
}
.topbnr .topbnrtxt {
	font-size: 20px;
}
}


@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}



/* XXXXXXXX
----------------------------------------------- */
@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}











