@charset "UTF-8";
/* CSS Document */

/************************************
main
************************************/
#mainVisual {
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0 30px;
	position: relative;
}
#mainVisual .mv_sp {
	display: none;
}
#mainVisual .coming {
	width: 16%;
	position: absolute;
	bottom: 9%;
	right: 8%;
}
#mainVisual .pre_pc {
	width: 18%;
	position: absolute;
	bottom: 10%;
	right: 5%;
}
#mainVisual .pre_sp {
	display: none;
}
#mainVisual .attention {
	text-align: right;
	margin-top: 5px;
}

@media screen and (max-width: 960px){
	#mainVisual {
		width: 900px;
	}
}

@media screen and (max-width: 768px){
	#mainVisual {
		width: 700px;
	}
}

@media screen and (max-width: 767px){
	#mainVisual {
		width: 94%;
		margin: 0;
		padding: 18vw 3% 3%;
	}
	#mainVisual .mv_pc {
		display: none;
	}
	#mainVisual .mv_sp {
		display: block;
	}
	#mainVisual .pre_pc {
		display: none;
	}
	#mainVisual .pre_sp {
		display: block;
		margin-bottom: 10px;
	}
	#mainVisual .coming {
		width: 26%;
		bottom: 2%;
		right: 4%;
	}
}
@media screen and (max-width: 320px){
	#mainVisual {
		width: 94%;
		padding: 18vw 3% 3%;
	}
}

/************************************
news
************************************/
#news {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.news_frame {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_frame dt {
/*	flex-basis: 16.6%;*/
	border-right: 1px solid #ccc;
	margin-right: 4%;
	padding-right: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_frame dt img {
	width: 60%;
}
.news_frame dd {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news_frame dd p {
	text-align: center;
	width: 100%;
/*	border-bottom: 1px dotted #ccc;*/
	color: #999;
	font-size: 18px;
/*	text-indent: -7.3em;*/
/*	margin-bottom: 10px;*/
	padding-bottom: 10px;
/*	padding-left: 7.3em;*/
}
.news_frame dd p:last-child {
	border-bottom: 0;
	margin: 0;
/*	padding: 0 0 0 7.3em;*/
	padding: 0;
}
.news_frame dd p a {
	color: #999;
	text-decoration: none;
}
.news_frame dd p .date {
	width: 130px;
/*	margin-right: 2em;*/
	display: inline-block;
}
.news_frame dd p a .pink {
	color: #e75297;
	text-decoration: underline;
}
.news_frame dd p a:hover .pink {
	text-decoration: none;
}

@media screen and (max-width: 960px){
	#news {
		width: 800px;
	}
}

@media screen and (max-width: 768px){
	#news {
		width: 650px;
	}
	.news_frame dd p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	#news {
		width: 94%;
		padding: 10px 0;
	}
	.news_frame {
		display: block;
		padding: 4%;
	}
	.news_frame dt {
		border-right: 0;
		border-bottom: 1px solid #9ca5aa;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.news_frame dt img {
		width: 22%;
	}
	.news_frame dd p {
		line-height: 1.5em;
		letter-spacing: -0.02em;
		text-indent: 0;
/*		text-indent: -6.2em;*/
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-left: 0;
/*		padding-left: 6.2em;*/
	}
	.news_frame dd p:last-child {
		padding: 0;
/*		padding: 0 0 0 6.2em;*/
	}
	.news_frame dd p .date {
		width: auto;
		border-right: 1px solid #9ca5aa;
		line-height: 1.2em;
		margin-right: 0.4em;
		padding-right: 0.4em;
	}
}

@media screen and (max-width: 320px){
	.news_frame dd p {
		font-size: 13px;
	}
}


/************************************
share
************************************/
.sharebutton {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.sharebutton dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sharebutton dl dt {
	flex-basis: 40%;
	font-size: 18px;
}
.sharebutton dl dd {
	flex-basis: 27%;
}
.sharebutton dl dd .btn {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
    padding: 10px 0;
}
.sharebutton dl dd .btn i {
	font-size: 22px;
	margin-right: 7px;
}

.sharebutton dl dd .twitter{
    background: #55acee;
}

.sharebutton dl dd .fb{
    background: #3b5998;
}

@media screen and (max-width: 767px){
	.sharebutton {
		width: 94%;
		padding: 10px 0 20px;
	}
	.sharebutton dl.line {
		border-bottom: 2px dotted #ccc; 
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.sharebutton dl dt {
		flex-basis: 100%;
		font-size: 4.3vw;
		text-align: center;
		margin-bottom: 10px;
	}
	.sharebutton dl dt.sp {
		display: none;
	}
	.sharebutton dl dd {
		flex-basis: 48%;
	}
	.sharebutton dl dd .btn {
		font-size: 4.3vw;
		padding: 8px 0;
	}
}


/************************************
about
************************************/
#about {
	margin-top: -61px;
	padding-top: 61px;
}
#about .about_bg {
	background: #f1f1f1;
}
#about .inner {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
#about .inner h2 {
	margin-bottom: 40px;
}
#about .inner h2 .sp {
	display: none;
}
#about .inner dl {
	background: #fff;
	border-radius: 15px;
	padding: 50px 50px 15px;
}
#about .inner dl dt {
	text-align: center;
}
#about .inner dl .text {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}
#about .inner dl .border {
	border-top: 2px dotted #ccc;
	padding-top: 30px;
}
#about .inner .image_pc {
	margin-bottom: 30px;
}
#about .inner .image_sp {
	display: none;
}

@media screen and (max-width: 960px){
	#about .inner {
		width: 800px;
	}
	#about .inner dl .text {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px){
	#about .inner {
		width: 650px;
	}
	#about .inner dl .text {
		font-size: 1.7vw;
	}
}

@media screen and (max-width: 767px){
	#about {
		margin-top: -52px;
		padding-top: 52px;
	}
	#about .inner {
		width: 94%;
		padding: 6% 3%;
	}
	#about .inner h2 {
		margin-bottom: 40px;
	}
	#about .inner h2 .pc {
		display: none;
	}
	#about .inner h2 .sp {
		display: block;
	}
	#about .inner dl {
		padding: 6%;
	}
	#about .inner dl dt {
		margin: -32px 0 16px;
	}
	#about .inner dl .text,
	#about .inner dl .image_sp {
		font-size: 4.3vw;
		text-align: center;
	}
	#about .inner dl .text {
		margin-bottom: 20px;
	}
	#about .inner dl .text span {
		display: block;
	}
	#about .inner dl .small {
		font-size: 3.3vw;
		margin-bottom: 0;
	}
	#about .inner dl .image_sp {
		display: block;
		margin: 0 0 30px; 
	}
	#about .inner dl .image_pc {
		display: none;
	}
	
}

/************************************
design
************************************/
#design {
	margin-top: -61px;
	padding-top: 61px;
}
#design .inner_pc {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
#design .inner_pc h2 {
	margin-bottom: 40px;
}
#design .inner_pc .price {
	border: 1px solid #9ca5aa;
	border-radius: 15px;
	font-size: 18px;
	margin-bottom: 35px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#design .inner_pc .price dt {
	flex-basis: 67%;
	text-align: center;
}
#design .inner_pc .price dd {
	flex-basis: 32%;
	border-left: 1px solid #9ca5aa;
	font-weight: bold;
	text-align: center;
}
#design .inner_pc .price dd .dot {
	letter-spacing: -0.7em;
	margin-right: 0.7em;
}
#design .inner_pc .price dd .tax {
	font-size: 13px;
}
#design .inner_pc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#design .inner_pc ul li {
	flex-basis: 46%;
	margin-bottom: 30px;
}
#design .inner_pc ul li p {
	width: 30%;
	margin: 0 auto 10px;
}
#design .inner_pc ul li p img {
	height: 22px;
}

#design .inner_sp {
	display: none;
}

@media screen and (max-width: 960px){
	#design .inner_pc {
		width: 800px;
	}
}

@media screen and (max-width: 768px){
	#design .inner_pc {
		width: 650px;
	}
	#design .inner_pc .price dt {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px){
	#design {
		margin-top: -52px;
		padding-top: 52px;
	}
	#design .inner_pc {
		display: none;
	}
	#design .inner_sp {
		width: 94%;
		padding: 6% 3%;
		display: block;
	}
	#design .inner_sp h2 {
		margin-bottom: 40px;
	}
	#design .inner_sp .price {
		font-size: 3.9vw;
		text-align: center;
		margin-bottom: 35px;
	}
	#design .inner_sp .price dt {
		margin-bottom: 5px;
	}
	#design .inner_sp .price dd {
		font-size: 4.8vw;
		font-weight: bold;
	}
	#design .inner_sp .price dd .dot {
		letter-spacing: -0.6em;
		margin-right: 0.6em;
	}
	#design .inner_sp .price dd .tax {
		font-size: 3.6vw;
	}
	#design .inner_sp .slider {
		margin: 30px auto;
		width: 80%;
	}
	#design .inner_sp .slider li{
		padding: 0 20px;
	}
	#design .inner_sp .slider img{
		height: auto;
		width: 100%;
	}
	#design .inner_sp .slider p img {
		height: 7vw;
	}
	#design .inner_sp .slider li p {
		width: 100%;
		margin: 20px auto 0;
	}
	/*slick setting*/
	#design .inner_sp .slick-prev:before,
	#design .inner_sp .slick-next:before {
		color: #000;
		font-size: 50px;
	}
	#design .inner_sp .slick-slide:not(.slick-center) {
	  -webkit-filter: opacity(20%);
	  -moz-filter: opacity(20%);
	  -o-filter: opacity(20%);
	  -ms-filter: opacity(20%);
	  filter: opacity(20%);
	  transition: 0.2s linear;
	}
}

/************************************
how to use
************************************/
#howto {
	margin-top: -61px;
	padding-top: 61px;
}
#howto .howto_bg {
	background: #f1f1f1;
}
#howto .inner_pc {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
#howto .inner_pc h2 {
	margin-bottom: 40px;
}
#howto .inner_pc ul li div {
	background: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 40px;
}
#howto .inner_pc ul li p {
	background: #fff;
	border-radius: 15px;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	padding: 20px;
}
#howto .inner_pc ul .assembly {
	border-bottom: 2px dotted #9ca5aa;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#howto .inner_pc ul .assembly div img {
	width: 90%;
}
#howto .inner_pc ul .dimension div img {
	width: 80%;
}

#howto .inner_sp {
	display: none;
}

@media screen and (max-width: 960px){
	#howto .inner_pc {
		width: 800px;
	}
}

@media screen and (max-width: 768px){
	#howto .inner_pc {
		width: 650px;
	}
	#howto .inner_pc ul li div {
		padding: 30px;
	}
	#howto .inner_pc ul li p {
		font-size: 15px;
		padding: 15px;
	}
	#howto .inner_pc ul .assembly {
		border-bottom: 2px dotted #9ca5aa;
	}
}

@media screen and (max-width: 767px){
	#howto {
		margin-top: -52px;
		padding-top: 52px;
	}
	#howto .inner_pc {
		display: none;
	}
	#howto .inner_sp {
		width: 94%;
		padding: 6% 3%;
		display: block;
	}
	#howto .inner_sp h2 {
		margin-bottom: 30px;
	}
	#howto .inner_sp ul li div {
		background: #fff;
		border-radius: 15px;
		text-align: center;
		padding: 40px;
	}
	#howto .inner_sp ul li p {
		background: #fff;
		border-radius: 15px;
		font-size: 4.3vw;
		text-indent: -4em;
		margin-top: 30px;
		padding: 20px 20px 20px 6em;
	}
	#howto .inner_sp ul .assembly {
		border-bottom: 2px dotted #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

/************************************
contact
************************************/
#contact {
	height: 13vw;
	background: url(../img/pc/contact_bg.png) center repeat-x;
	background-size: 100%;
	margin-top: -40px;
	padding: 3vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .inner {
	width: 850px;
}
#contact .inner h2 {
	color: #e75297;
	font-size: 25px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#contact .inner .button {
	width: 35%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	#contact .inner h2 {
		font-size: 19px;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 767px){
	#contact {
		height: 60vw;
		background: url(../img/sp/contact_bg.png) center no-repeat;
		background-size: 100%;
	}
	#contact .inner h2 {
		font-size: 5.4vw;
		line-height: 1.5em;
	}
	#contact .inner h2 span {
		display: block;
	}
	#contact .inner .button {
		width: 75%;
	}
}