@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/interior/design/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
.caption .sup.r{
    font-size: 20px;
    vertical-align: -2px;
}
.section h3 .sup {
    font-size: 24px !important;
    vertical-align: 4px;
}
	.section_type .section_column .col_right {
    margin-bottom: 0;
    padding: 30px 20px 20px;
	}
	.section_type h4 {
    font-size: 16px;
    font-weight: bold;
	}
    
/*.col_img/.col_txt*/  
.col_topbottom {
   display: flex;
   flex-direction: column-reverse;
}
.col_topbottom .col_img {
    margin-bottom: 0 !important;
}
.col_topbottom .col_img img {
    display: block;
}
    
.col_topbottom .col_txt {
    padding: 30px 20px 20px;
    background-color: #fff;
}
/* -----------------------------------
    #section_interior
----------------------------------- */
#section_interior{
    margin: 0 0 10px 0;
}

#section_interior .pic{
    line-height: 0;
}

/* -----------------------------------
    #section_design
----------------------------------- */
#section_design{
    margin: 0 0 75px;
}

/* -----------------------------------
    #section_tab
----------------------------------- */
	#section_tab {
		margin-bottom: 10px;
		position: relative;
	}
	
	#section_tab h2 {
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
	}
	
	#section_tab nav {
		width: 100%;
		position: relative;
		height: 40px;
		z-index: 99;
	}
	
	#section_tab ul {
		width: 100%;
		height: 40px;
		background-color: #fff;
		font-size: 10px;
		color: #444;
		letter-spacing: 0.08em;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #ccc;
	}
	
	#section_tab nav.is-fixed ul {
		position: fixed;
		top: 56px;
	}
	
	#section_tab li {
		height: 100%;
		margin: 0 9px;
	}
	
	#section_tab li a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		color: inherit;
	}
	
	#section_tab li a::after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background: #444;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 200ms ease-in-out;
	}
	
	#section_tab li a.on {
		font-weight: bold;
	}
	
	#section_tab li a.on::after {
		transform: scaleX(1);
	}
	
/* -----------------------------------
    #section_types
----------------------------------- */
	#section_types {
		position: relative;
		overflow: hidden;
	}

	#section_types .section {
		margin-bottom: 0;
		padding-top: 50px; /* 追従タブ領域 */
		padding-bottom: 46px;
	}
	#section_types .section_column div:first-child {
    background-color: #f8f8f8;
	}
	#section_types .section:nth-child(even) {
		background-color: #f8f8f8;
	}
	#section_types .section:nth-child(even) .section_column div:first-child {
    background-color: #fff;
	}
	#section_types h2 {
		margin: 0 0 20px;
		font-size: 17px;
		font-weight: bold;
		color: #444;
		line-height: 20px;
		text-align: center;
		letter-spacing: 0.1em;
	}

	#section_types h3 {
		margin: 0 0 15px;
		font-size: 23px;
		line-height: 32px;
		text-align: center;
	}
	.gallery_wrap {
		margin: 0 auto 50px;
	}
	
	.gallery_cont {
		margin: 0 auto 5px;
		position: relative;
	}
	
	.gallery_cont .photo {
		visibility: hidden;
	}
	
	.gallery_cont .photo.on {
		visibility: visible;
	}
	
	.gallery_cont .photo img {
		width: 100%;
	}
	
	.gallery_cont .vr_cont {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	
	.gallery_cont .vr_cont.on {
		display: block;
	}
	
	.gallery_cont .vr_cont > div {
		height: 100%;
	}
	
	.vr_360icon {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: center no-repeat rgba(0, 0, 0, 0.45);
		animation: icon_fade 1s linear 1s 1 normal forwards;
	}

	.gallery_wrap {
		margin: 0 auto 50px;
	}
	
	.gallery_tab {
		margin: 0 auto 75px;
	}
	
	.gallery_tab ul {
		display: flex;
		justify-content: center;
		font-size: 13px;
		color: #0064a1;
	}
	
	.gallery_tab li {
		height: 25px;
		margin: 0 15px;
	}
	
	.gallery_tab li a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: inherit;
		position: relative;
	}
	
	.gallery_tab li a::after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background: #0064a1;
		transform: scaleX(0);
		transform-origin: center;
		transition: transform 200ms ease-in-out;
	}
	
	.gallery_tab li a.on::after {
		transform: scaleX(1);
	}

	
	.gallery_caution {
		font-size: 11px;
		line-height: 1.5em;
		margin: 0 15px 10px;
	}
	#section_ness .section_inner .interior_color_gallery .color_slider .ico_type{
		left:0px;
	}

/* -----------------------------------
    #section_bodycolor
----------------------------------- */
.interior_color_gallery {
    width: inherit;
    margin: 0 15px;
}

.interior_color_gallery .color_slider{
    margin: 0 0 15px 0;
}

.interior_color_gallery .pic{
	margin: 0 0 2px 0;
}
	
.interior_color_gallery .pic_inner {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.interior_color_gallery .pic_inner img {
	width: calc(50% - 1px);
	height: calc(50% - 1px);
}

.interior_color_gallery{
    position: relative;
}

.interior_color_gallery .pic_wrap + .gallery_caution {
	margin-top: -15px;
	margin-left: 0;
	text-align: left;
}


.color_slider .name{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.8em;
}

.color_slider .caption{
    font-size: 14px;
    line-height: 1.285em;
    margin: 0 0 10px;
}

.interior_color_gallery .type{
    font-size: 12px;
    line-height: 1.333em;
}

.interior_color_gallery .type .sup {
	font-size: 9px;
}

.interior_color_gallery .caution{
    margin: 0 0 10px 0;
    font-size: 12px;
}

.color_slider .sup{
    font-size: 60%;
    position: relative;
    top: 0;
    left: 0;
}
	
.interior_color_gallery .nav_wrap {
	margin-bottom: 60px;
}
	
/*#section_basic .nav_wrap {
	margin-bottom: 0;
}*/

.interior_color_gallery .caution_wrap {
    margin: 10px 15px 0;
	position: relative;
}
    
.interior_color_gallery .caution_wrap .caution {
    font-size: 13px;
    line-height: 19px;
    color: #da4058;
    visibility: hidden;
	position: relative;
}

.interior_color_gallery .caution_wrap .caution:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.interior_color_gallery .caution_wrap .caution.disp {
    visibility: visible;
}
#section_crosstar .interior_color_gallery{
    margin-bottom: 80px;
}
    
/* -----------------------------------
    #section_modulo_x
----------------------------------- */
#section_modulo_x.section {
	margin-bottom: 50px;
	padding: 50px 0 ; /* 追従タブ領域 */
	background-color: #f8f8f8;
}
#section_modulo_x .bodycolor_inner {
	margin-top: 50px;
}
#section_modulo_x .section_column div {
    background-color: #fff;
}
#section_modulo_x h2 {
	margin: 0 0 20px;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}
#section_modulo_x h3 {
	margin: 0 0 15px;
	font-size: 23px;
	line-height: 32px;
	text-align: center;
}
#section_modulo_x .color_slider .pic .caption {
	margin-top: 10px;
	display: inline-block;
}
    
}