@charset "shift_jis";
/* ====================================================================================================================
 * TOP IMAGE
 * ====================================================================================================================*/
#top_wrapper {
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
.scroll_down {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 45px;
	z-index: 999;
	text-align: center;
}
.scroll_down img {
	width: 41px;
	height: 40px;
}
.scroll_downs {
	display: none;
}
@media screen and (max-width: 750px) {
.scroll_down {
	display: none;
}

.scroll_downs {
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 60px;
	z-index: 999;
	text-align: center;
	display: block;
}
.scroll_downs img {
	width: 52px;
	height: 52px;
}
}
.ioc_home_logo {
	height: 220px;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 100px;
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
}
.ioc_home_logo img {
	height: 200px;
	width: 150px;
}
.ioc_home_logos {
	display: none;
}
 @media screen and (max-width: 750px) {
.ioc_home_logo {
	display: none;
}
.ioc_home_logos {
	margin-right: auto;
	padding-top: 20px;
	position: absolute;
	z-index: 999;
	bottom: 40%;
	width: 100%;
	display: block;
	text-align: center;
	display: flex;
	justify-content: center;
}
.ioc_home_logos img {
	width: 38%;
}
}

/* ====================================================================================================================
 * 
 * ====================================================================================================================*/












































































































































































































































































































































/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.image-container a:hover, .image-slider a:hover {
	outline: none;
}
.fade, .fade > li, .image-control-nav, .image-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.imageslider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
}
.imageslider .fade li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}
.imageslider .fade > li {
	display: calc(100vw - calc(100vw - 100%));
	-webkit-backface-visibility: hidden;
}
.imageslider .fade img {
	width: 100vw;
	display: block;
}
.imageslider .fade:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .imageslider .fade {
	display: block;
}
* html .imageslider .fade {
	height: 1%;
}
.no-js .imageslider .fade > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.imageslider {
	margin: 0;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.imageslider .fade {
	zoom: 1;
	overflow: hidden;
}
.imageslider .fade img {
	height: auto;
	-moz-user-select: none;
}
.image-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .image-viewport {
	max-height: 300px;
}
@-moz-document url-prefix() {
 .loading .image-viewport {
 max-height: none;
}
}
.carousel li {
	margin-right: 5px;
}
.image-direction-nav {
 *height: 0;
	display: none;
}
.image-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.image-direction-nav a:before {
	font-family: "imageslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.image-direction-nav a.image-next:before {
	content: '\f002';
}
.image-direction-nav .image-prev {
	left: -50px;
}
.image-direction-nav .image-next {
	right: -50px;
	text-align: right;
}
.imageslider:hover .image-direction-nav .image-prev {
	opacity: 0.7;
	left: 10px;
}
.imageslider:hover .image-direction-nav .image-prev:hover {
	opacity: 1;
}
.imageslider:hover .image-direction-nav .image-next {
	opacity: 0.7;
	right: 10px;
}
.imageslider:hover .image-direction-nav .image-next:hover {
	opacity: 1;
}
.image-direction-nav .image-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.image-pauseplay a {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.image-pauseplay a:before {
	font-family: "imageslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.image-pauseplay a:hover {
	opacity: 1;
}
.image-pauseplay a.image-play:before {
	content: '\f003';
}
.image-control-nav {
	width: 100%;
	position: absolute;
	bottom: 95px;
	text-align: center;
	z-index: 9999;
	margin-right: auto;
	margin-left: auto;
}
.image-control-nav li {
	margin: 4px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.image-control-paging li a {
	width: 60px;
	height: 3px;
	display: block;
	background: #CCC;
	cursor: pointer;
	text-indent: -9999px;
}
.image-control-paging li a.image-active {
	background: #93243A;
	cursor: default;
}
.image-control-paging li a:hover {
	background: #93243A;
}
@media screen and (max-width: 750px) {
.image-control-nav {
	width: 100%;
	position: absolute;
	bottom: 135px;
	text-align: center;
	z-index: 9999;
	margin-right: auto;
	margin-left: auto;
}
.image-control-paging li a {
	width: 45px;
	height: 3px;
	display: block;
	background: #CCC;
	cursor: pointer;
	text-indent: -9999px;
}
}
XXXXX.image-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
XXXX.image-control-paging li a:hover {
	background: #93243A;
	background: rgba(0, 0, 0, 0.7);
}
XXXX.image-control-paging li a.image-active {
	background: #93243A;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.image-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
	display: none;
}
.image-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	display: none;
}
.image-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	display: none;
}
.image-control-thumbs img:hover {
	opacity: 1;
	display: none;
}
.image-control-thumbs .image-active {
	opacity: 1;
	cursor: default;
	display: none;
}
.fade li .image-caption {
	width: 100%;
	color: #FFFFFF;
	line-height: 27px;
	text-align: center;
	z-index: 999;
	bottom: 158px;
	position: absolute;
}
.fade li .image-caption top {
	font-family: "Barlow Semi Condensed", "sans-serif";
	font-size: 28px;
}
.fade li .image-caption bottom {
	font-family: "Barlow Semi Condensed", "sans-serif";
	font-size: 16px;
}
@media screen and (max-width: 750px) {
.fade li .image-caption {
	width: 100%;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	z-index: 999;
	bottom: 180px;
	position: absolute;
}
.fade li .image-caption top {
	font-family: "Barlow Semi Condensed", "sans-serif";
	font-size: 24px;
}
.fade li .image-caption bottom {
	font-family: "Barlow Semi Condensed", "sans-serif";
	font-size: 14px;
}
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.image-direction-nav .image-prev {
	opacity: 1;
	left: 10px;
}
.image-direction-nav .image-next {
	opacity: 1;
	right: 10px;
}
}
/* ====================================================================================================================
 * IMAGE SET
 * ====================================================================================================================*/
.fade li img {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
}
.img1 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img2 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img3 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_03.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img4 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_04.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img5 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_05.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img6 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url(../../home/top_image/image_06.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
.img1 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_01s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img2 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_02s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img3 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_03s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img4 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_04s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img5 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_05s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img6 {
	width: calc(100vw - calc(100vw - 100%));
	height: 100vh;
	background-image: url("../../home/top_image/image_06s.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
}
#contents_wrapper{
	width: 100%;
	height: auto;
}
#contents_wrapper .concept {
	height: auto;
	width: 1070px;
	margin-top: 77px;
	margin-bottom: 77px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .concept img{
	transition: 0.4s;
}
#contents_wrapper .concept:hover img{
	opacity:0.6;

}
#contents_wrapper .concept .pc{
	width: 1070px;
}

#contents_wrapper .concept .sp{
	display:none;
}
@media screen and (max-width: 760px) {
#contents_wrapper .concept {
	height: auto;
	width: 92%;
	margin-top: 28px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .concept .sp{
	width: 100%;
	display: block;
}
#contents_wrapper .concept .pc{
	display:none;
}

}


#contents_wrapper .products {
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 760px) {
#contents_wrapper .products {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
}
#contents_wrapper .products .products_title {
	text-align: center;
	height: 74px;
	width: 231px;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 31px;
	margin-left: auto;
}
#contents_wrapper .products .products_title .pc{
	display:block;
}
#contents_wrapper .products .products_title .sp{
	display:none;
}


@media screen and (max-width: 760px) {

#contents_wrapper .products {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .products .products_title {
	text-align: center;
	height: auto;
	width: 152px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
}
#contents_wrapper .products .products_title img{
	width: 152px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#contents_wrapper .products .products_title .pc{
	display:none;
}
#contents_wrapper .products .products_title .sp{
	display:block;
	width: 152px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
}

#contents_wrapper .products .products_list {
	display: flex;
	height: auto;
	width: 1080px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents_wrapper .products .products_list li {
	width: 260;
	height: 145px;
	margin-right: 10px;
	margin-bottom: 10px;	
}
#contents_wrapper .products .products_list li img{

	transition: 0.4s;
}

#contents_wrapper .products .products_list li:hover img{
	opacity: 0.6;
}
#contents_wrapper .products .products_list li:last-child {
	width: 260;
	height: 145px;
	margin-right: 0px;
	margin-bottom: 10px;	
}
#contents_wrapper .products .products_list li .pc{
	width: 260px;
}

#contents_wrapper .products .products_list li .sp{
	display: none;
}
@media screen and (max-width: 760px) {
#contents_wrapper .products .products_list {
	display: flex;
	height: auto;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents_wrapper .products .products_list li {
	width: calc(50% - 10px);
	height: auto;
	margin-right: 20px;
	margin-bottom: 0px;	
}
#contents_wrapper .products .products_list li:nth-child(2),
#contents_wrapper .products .products_list li:nth-child(4),
#contents_wrapper .products .products_list li:nth-child(6),
#contents_wrapper .products .products_list li:nth-child(8),
#contents_wrapper .products .products_list li:nth-child(10),
#contents_wrapper .products .products_list li:nth-child(12){
	width: calc(50% - 10px);
	height: auto;
	margin-right: 0px;
	margin-bottom: 10px;	
}
#contents_wrapper .products .products_list li .sp{
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#contents_wrapper .products .products_list li .pc{
	display: none;
}
}
/* ====================================================================================================================
 * CUSTAM ORDER
 * ====================================================================================================================*/
 
#contents_wrapper .custom {
	height: auto;
	width: 1072px;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .custom .pc {
	transition: 0.4s;
}
#contents_wrapper .custom .sp {
	display:none;
}

#contents_wrapper .custom:hover .pc {
	opacity: 0.6;
}
@media screen and (max-width: 760px) {
#contents_wrapper .custom .pc {
	display:none;
}
#contents_wrapper .custom {
	height: auto;
	width: 92%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .custom .sp {
	width: 100%;
	height: auto;
	display: block;
}
}

/* ====================================================================================================================
 * ONLINE ORDER
 * ====================================================================================================================*/
#contents_wrapper .online_shop {
	height: 145px;
	width: 767px;
	margin-top: 81px;
	margin-right: auto;
	margin-bottom: 83px;
	margin-left: auto;
}
#contents_wrapper .online_shop .pc{
	transition: 0.4s;
}
#contents_wrapper .online_shop:hover .pc{
	opacity: .6;
}
#contents_wrapper .online_shop .sp{
	display: none;
}
@media screen and (max-width: 760px) {
#contents_wrapper .online_shop .pc{
	display: none;
}
#contents_wrapper .online_shop {
	height: auto;
	width: 92%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#contents_wrapper .online_shop .sp{
	display: block;
	width: 100%;
	height: auto;
}
}
/* ====================================================================================================================
 * RECOMENDS
 * ====================================================================================================================*/

#contents_wrapper .recommendation_title {
	width: 1070px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .recommendation_titles {
	display: none;
}
@media screen and (max-width: 760px) {

#contents_wrapper .recommendation_titles {
	height: auto;
	width: 100%;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	padding-bottom: 12px;
	display: block;
}
#contents_wrapper .recommendation_titles img{
	width: 143px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .recommendation_title {
	display: none;
}
}

#contents_wrapper .recommendation_title img{
	width: 191px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}
#contents_wrapper .recommend_list_box {
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper #slide_wrapper{
	display: none;
}
@media screen and (max-width: 760px) {
#contents_wrapper #slide_wrapper{
	display: block;
}
}
@media screen and (max-width: 760px) {
#contents_wrapper .recommend_list_box {
	display: none;

}

}
#contents_wrapper .recommend_list_box #recommend_list {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 1070px;
}
#contents_wrapper .recommend_list_box #recommend_list liXXXX{
	width: 180px;
	height: auto;
	margin-left: 42px;
	text-align: center;
	line-height: 19px;
}
#contents_wrapper .recommend_list_box #recommend_list li{
	width: 180px;
	height: auto;
	margin-left: 42px;
	text-align: center;
	line-height: 19px;
}
#contents_wrapper .recommend_list_box #recommend_list li imgXXX{
	width: 180px;
	height: auto;
	margin-bottom: 10px;
	transition: 0.4s;

}
#contents_wrapper .recommend_list_box #recommend_list li img{
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius:50%;
	transition: 0.4s;
	margin-bottom: 10px;

}
#contents_wrapper .recommend_list_box #recommend_list li:hover img{
	opacity: .6;
}
#contents_wrapper .recommend_list_box #recommend_list li:first-child{
	margin-left: 0px;
}
#contents_wrapper .recommend_list_box #recommend_list en{
	width: 100%;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
#contents_wrapper .recommend_list_box #recommend_list jp{
	width: 100%;
	height: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
/* ====================================================================================================================
 *POPULAR
 * ====================================================================================================================*/
#contents_wrapper .popular_title {
	width: 1070px;
	text-align: center;
	padding-top: 79px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .popular_titles {
	display: none;
}

#contents_wrapper .popular_title img{
	width: 128px;
	height: auto;
	
}
@media screen and (max-width: 760px) {
#contents_wrapper .popular_title {

	display: none;
}
#contents_wrapper .popular_titles {
	height: auto;
	width: 100%;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	padding-bottom: 12px;
	display: block;
}
#contents_wrapper .popular_titles img{
	height: auto;
	width: 95px;
}
}
#contents_wrapper .popular_list_box {
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 760px) {
#contents_wrapper .popular_list_box {
	display: none;

}

}
#contents_wrapper .popular_list_box #popular_list {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 1070px;
}
#contents_wrapper .popular_list_box #popular_list li img{
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius:50%;
	transition: 0.4s;
	margin-bottom: 10px;

}
#contents_wrapper .popular_list_box #popular_list li{
	width: 180px;
	height: auto;
	margin-left: 42px;
	text-align: center;
	line-height: 19px;
}
#contents_wrapper .popular_list_box #popular_list li:hover img{
	opacity: .6;
}
#contents_wrapper .popular_list_box #popular_list li:first-child{
	margin-left: 0px;
}
#contents_wrapper .popular_list_box #popular_list en{
	width: 100%;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
#contents_wrapper .popular_list_box #popular_list jp{
	width: 100%;
	height: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
/* ====================================================================================================================
 * CORDENATION
 * ====================================================================================================================*/

#contents_wrapper .cordination {
	height: auto;
	width: 1070px;
	margin-top: 95px;
	margin-bottom: 95px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .cordination img{
	transition: 0.4s;
}
#contents_wrapper .cordination:hover img{
	opacity:0.6;

}
#contents_wrapper .cordination .pc{
	width: 1070px;
}

#contents_wrapper .cordination .sp{
	display:none;
}
@media screen and (max-width: 760px) {
#contents_wrapper .cordination {
	height: auto;
	width: 92%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .cordination .sp{
	width: 100%;
	display: block;
}
#contents_wrapper .cordination .pc{
	display:none;
}

}

/* ====================================================================================================================
 * GALLERY WORKS
 * ====================================================================================================================*/


#contents_wrapper .gallery_wrappers {
	display: none;
}
#contents_wrapper .gallery_wrapper {
	background-image: url(../../home/image/gallery_works_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 772px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
#contents_wrapper .gallery_wrapper .gallery_info {
	margin-top: 352px;

}


.but_works {
	height: 55px;
	width: 300px;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../home/image/bt_works_on.png);
	background-size:contain;
}
.but_works .active{
	opacity: 1;
	transition: 0.4s;
	height: 56px
}
.but_works a:hover .active{
	opacity: 0;
	height: 56px
}


@media screen and (max-width: 760px) {
#contents_wrapper .gallery_wrapper {
	display: none;
}
#contents_wrapper .gallery_wrappers {
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
}

#contents_wrapper .gallery_wrappers .info{
	width: 100%;
	height: auto;
}
}

/* ====================================================================================================================
 * SHOWROOM
 * ====================================================================================================================*/
#contents_wrapper .showrooms {
	display: none;

}
#contents_wrapper .showroom {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .showroom .title {
	height: 73px;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


#contents_wrapper .showroom .showroom_list {
	display: flex;
	height: auto;
	width: 1070px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .showroom .showroom_list li {
	width: 350;
	height: 306px;
	margin-right: 10px;
}
#contents_wrapper .showroom .showroom_list li img{

	transition: 0.4s;
}

#contents_wrapper .showroom .showroom_list li:hover img{
	opacity: 0.6;
}
#contents_wrapper .showroom .showroom_list li:last-child {
	width: 350;
	height: 306px;
	margin-right: 0px;
	margin-bottom: 10px;	
}
@media screen and (max-width: 760px) {
#contents_wrapper .showroom {
	display: none;

}
#contents_wrapper .showrooms {
	display: block;
	text-align: center;
	height: auto;
	width: 92%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;

}
#contents_wrapper .showrooms img{
	height: auto;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .showrooms .showroom_list {
	height: auto;
	width: 100%;
	margin-top: 18px;
}
#contents_wrapper .showrooms .showroom_list li {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	list-style-type: none;
}
#contents_wrapper .showrooms .showroom_list li img{
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents_wrapper .showrooms .showroom_list li:last-child {
	margin-bottom: 0px;
}
}
/* ====================================================================================================================
 * SIMULATION
 * ====================================================================================================================*/
 
#contents_wrapper .simulation {
	height: auto;
	width: 1072px;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 90px;
}
#contents_wrapper .simulation .pc {
	transition: 0.4s;
}
#contents_wrapper .simulation .sp {
	display:none;
}

#contents_wrapper .simulation:hover .pc {
	opacity: 0.6;
}
@media screen and (max-width: 760px) {
#contents_wrapper .simulation .pc {
	display:none;
}
#contents_wrapper .simulation {
	height: auto;
	width: 92%;
	margin-top: 34px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .simulation .sp {
	width: 100%;
	height: auto;
	display: block;
}
}
/* ====================================================================================================================
 * ABOUT TREE COLUMN
 * ====================================================================================================================*/
#contents_wrapper .column_wrappers {
	display: none;
}

#contents_wrapper .column_wrapperXX {
	background-image: url(../../home/image/about_tree_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 100px;
}
#contents_wrapper .column_wrapper {
	height: auto;
	width: 100%;
	margin-bottom: 100px;
}
#contents_wrapper .column_wrapper .column_image {
	background-image: url(../../home/image/about_tree_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 645px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}


#contents_wrapper .column_wrapper .title {
	height: 74px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
}

#contents_wrapper .column_wrapper .abaut_tree_colmun {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 1070px;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

.but_read {
	height: 55px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 50px;
	background-image: url(../../home/image/bt_columun.png);
	background-size: contain;
}
.but_read .active{
	opacity: 1;
	transition: 0.4s;
}
.but_read a:hover .active{
	opacity: 0;
}




@media screen and (max-width: 760px) {
#contents_wrapper .column_wrapper {
	display: none;
}
#contents_wrapper .column_wrappers {
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 40px;
	margin-bottom: 60px;
}
#contents_wrapper .column_wrappers .title_columns {
	width: 177px;
	height: auto;
	margin-top: 20px;
}

#contents_wrapper .column_wrappers .abaut_tree_colmun {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 90%;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .column_wrappers .but_reads{
	height: auto;
	width:100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;	
}
#contents_wrapper .column_wrappers .but_reads img{
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left:auto;
}

#contents_wrapper .column_wrappers .info{
	width: 100%;
	height: auto;
}
}
