.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
}

.reserve__area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3rem 4rem;
	background: rgba(153,153,153,0.15);
	border: solid 1px #fff;
	color: #fff;
	text-align: center
}
.reserve__area:before,
.reserve__area:after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.reserve__area:before {
	top: 6px;
	left: -4px
}
.reserve__area:after {
	bottom: 6px;
	right: -4px
}
.reserve__block {
	width: 50%
}
.reserve__heading {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: normal
}
.reserve__text {
	font-size: 1.4rem
}
.reserve__text a {
	color: #fff
}
.reserve__text .tel_cus {
	display: inline-block;
	width: 98px;
	vertical-align: baseline
}
.reserve__tel_anc {
	margin: 1rem 0;
	max-width: 310px;
	line-height: 1
}
.reserve__btn {
	position: relative;
	width: 210px;
	margin: 2rem auto 0;
	padding: 1.5rem;
	border: solid 1px #111;
	background: rgba(51,51,51,0.6);
	color: #fff;
	font-size: 1.4rem
}
.reserve__btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(/bedroom_gallery_ginza/assets/images/icon/ico_arrow.svg) center center/contain no-repeat
}
.reserve__btn:hover {
	background: rgba(255,255,255,0.2)
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.reserve__area {
	padding: 1.5rem
}
.reserve__tel_anc {
	font-size: 4rem
}
.reserve__tel_anc:hover {
	opacity: .7
}
}

@media screen and (max-width: 767px) {
.reserve__area {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2rem 1.5rem
}
.reserve__block {
	width: 100%
}
.reserve__block:not(:last-of-type) {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px #fff;
}
.reserve__tel_anc {
	font-size: 3.8rem;
	letter-spacing: -0.05em;
	max-width: 260px
}
.reserve__tel_anc img {
	vertical-align: baseline
}
}
.header__bg {
	opacity: 0;
	-webkit-transition: all .7s;
	transition: all .7s
}
.is-scroll .header__bg {
	opacity: 1
}
.header__logo {
	opacity: 0
}
.is-scroll .header__logo {
	opacity: 1
}
.header__logo__top {
	opacity: 1;
	position: absolute;
	display: block
}
.is-scroll .header__logo__top {
	opacity: 0
}
.ham__item {
	background: #fff
}
.is-hamactive .ham__item,
.is-scroll .ham__item {
	background: #656565
}
.gnav__item {
	color: #fff
}
.is-hamactive .gnav__item,
.is-scroll .gnav__item {
	color: #656565
}
.is-scroll .gnav__item:hover {
	color: #f0801d
}

@media screen and (min-width: 768px) {
.main {
	padding-top: 100vh
}
}

@media screen and (max-width: 767px) {
.main {
	padding-top: 108.33333vw
}
}
.open {
	text-align: center
}

@media screen and (min-width: 768px) {
.open {
	background: url(../images/teaser/bg_open.jpg) no-repeat center/cover;
	padding: 8.7rem 0
}
}

@media screen and (max-width: 767px) {
.open {
	background: url(../images/teaser/bg_open_sp.jpg) no-repeat center/cover;
	padding: 3.4rem 0
}
}
.open__heading {
	margin: 0 auto
}

@media screen and (min-width: 768px) {
.open .open__heading {
	width: 50rem
}
}

@media screen and (max-width: 767px) {
.open .open__heading {
	width: 54.13333%
}
}
.open__text {
	position: relative;
	display: inline-block;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, rgba(255,255,255,0.15)), color-stop(80%, rgba(255,255,255,0.15)), to(transparent));
	background: linear-gradient(to right, transparent 0, rgba(255,255,255,0.15) 10%, rgba(255,255,255,0.15) 80%, transparent 100%)
}
.open__text:before,
.open__text:after {
	content: '';
	position: absolute;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, #111), color-stop(80%, #111), to(transparent));
	background: linear-gradient(to right, transparent 0, #111 10%, #111 80%, transparent 100%);
	width: 100%;
	height: 1px
}
.open__text:before {
	top: 0
}
.open__text:after {
	bottom: 0
}

@media screen and (min-width: 768px) {
.open__text {
	margin-top: 5rem;
	padding: 1.4rem 2.5rem;
	font-size: 1.6rem;
	letter-spacing: 0.3em
}
}

@media screen and (max-width: 767px) {
.open__text {
	margin-top: 2.3rem;
	padding: 0.8rem 3rem;
	font-size: 1.2rem;
	letter-spacing: 0.2em
}
}
.topmv {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	text-align: center
}

@media screen and (min-width: 768px) {
.topmv {
	height: 100vh;
	background: url(../images/teaser/mv.jpg) no-repeat center/cover;
	padding-top: 26vh
}
}

@media screen and (max-width: 767px) {
.topmv {
	height: 113.33333vw;
	background: url(../images/teaser/mv_sp.jpg) no-repeat center/cover;
	padding-top: 27%
}
}
.topmv__subheading {
	color: #fff
}

@media screen and (min-width: 1400px) {
.topmv__subheading {
	margin-bottom: 3.9285vw;
	font-size: 1.28571vw;
	letter-spacing: 0.26em
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__subheading {
	margin-bottom: 5.5rem;
	font-size: 1.8rem;
	letter-spacing: 0.26em
}
}

@media screen and (max-width: 767px) {
.topmv__subheading {
	margin-bottom: 3rem;
	font-size: 1.3rem;
	letter-spacing: 0.2em
}
}

@media screen and (min-width: 1400px) {
.topmv__heading {
	width: 16.8vw
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__heading {
	width: 23.5rem
}
}

@media screen and (max-width: 767px) {
.topmv__heading {
	width: 38%
}
}
.topmv__ginza {
	margin: 0 auto
}

@media screen and (min-width: 1400px) {
.topmv__ginza {
	margin-top: 2.5vw;
	width: 44.2vw
}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.topmv__ginza {
	margin-top: 3rem;
	width: 620px
}
}

@media screen and (max-width: 767px) {
.topmv__ginza {
	width: 80%;
	margin-top: 1.4rem
}
}

@media screen and (min-width: 1400px) {
.topmv__text {
	font-size: 1.14285vw
}
}

@media screen and (max-width: 767px) {
.topmv__text {
	margin-top: 3rem
}
}
.topmv__scroll {
	position: absolute;
	color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 0 2.5rem;
	letter-spacing: .2em
}
.topmv__scroll:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-animation: arrow 2s infinite;
	animation: arrow 2s infinite
}

@media screen and (min-width: 768px) {
.topmv__scroll {
	font-size: 1.2rem;
	bottom: 2rem
}
.topmv__scroll:after {
	width: 1.5rem;
	height: 1.5rem
}
}

@media screen and (max-width: 767px) {
.topmv__scroll {
	font-size: .8rem;
	bottom: 15px;
}
.topmv__scroll:after {
	width: 1rem;
	height: 1rem
}
}

@media screen and (min-width: 768px) {
@-webkit-keyframes arrow {
0% {
bottom:0;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:-1rem;
opacity:0
}
100% {
bottom:0;
opacity:0
}
}
@keyframes arrow {
0% {
bottom:0;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:-1rem;
opacity:0
}
100% {
bottom:0;
opacity:0
}
}
}

@media screen and (max-width: 767px) {
@-webkit-keyframes arrow {
0% {
bottom:1.5rem;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:0.5rem;
opacity:0
}
100% {
bottom:1.5rem;
opacity:0
}
}
@keyframes arrow {
0% {
bottom:1.5rem;
opacity:0
}
20% {
opacity:1
}
70% {
bottom:0.5rem;
opacity:0
}
100% {
bottom:1.5rem;
opacity:0
}
}
}
.topcontent {
	position: relative;
	z-index: 50;
	background: #fff
}
.topnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.topnav__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	width: 133.33333%;
	text-align: center;
	letter-spacing: 0.05em
}
.topnav__item:first-child {
	border-left: 2px solid #d6d6d6
}
.topnav__item:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	margin-left: -1px
}

@media screen and (min-width: 768px) {
.topnav__item {
	height: 10rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #053764;
}
.topnav__item:hover {
	background: #d6d6d6
}
.topnav__item:after {
	width: 2px;
	height: 3rem
}
}

@media screen and (max-width: 767px) {
.topnav__item {
	height: 6rem;
	font-size: 1.3rem;
	background: #053764;
    color: #fff;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.topnav__item:first-child {
	border-left: 1px solid #d6d6d6
}
.topnav__item:after {
	width: 1px;
	height: 1rem
}
}

@media screen and (min-width: 768px) {
.topsection {
	padding: 7rem 0
}
}

@media screen and (max-width: 767px) {
.topsection {
	padding: 5rem 0
}
}
.section__headwrap {
	position: relative;
	text-align: center
}

@media screen and (min-width: 768px) {
.section__headwrap {
	margin-bottom: 5rem;
	padding-bottom: 3.5rem
}
}

@media screen and (max-width: 767px) {
.section__headwrap {
	margin-bottom: 3.5rem;
	padding-bottom: 3rem
}
}
.section__heading {
	letter-spacing: 0.05em
}

@media screen and (min-width: 768px) {
.section__heading {
	font-size: 4rem;
	color: #053764;
}
}

@media screen and (max-width: 767px) {
.section__heading {
	font-size: 2.8rem;
	color: #053764;
}
}
.section__line {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #053764
}
.section__line:before,
.section__line:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.section__line:before {
	width: 6rem;
	height: 100%;
	background: #053764
}
.section__line:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem .7rem 0 .7rem;
	border-color: #053764 transparent transparent transparent
}

@media screen and (min-width: 768px) {
.section__line {
	width: 100%
}
}

@media screen and (max-width: 767px) {
.section__line {
	width: 100vw;
	max-width: 80%;
}
}
.section__lead {
	font-weight: normal
}

@media screen and (min-width: 768px) {
.section__lead {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 2.4rem
}
}

@media screen and (max-width: 767px) {
.section__lead {
	margin-bottom: 3rem;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.8
}
}
.section__lead__text {
	margin-bottom: 5rem;
	text-align: center;
	font-size: 2rem;
	line-height: 2.3em
}

@media screen and (max-width: 767px) {
.section__lead__text {
	margin-bottom: 7rem;
	font-size: 1.4rem;
}
}
.concept {
	overflow: hidden
}

@media screen and (min-width: 768px) {
.concept__lead {
	margin-bottom: 3rem
}
}
.concept__block {
	position: relative
}
.concept__block:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 5
}

@media screen and (min-width: 768px) {
.concept__block {
	margin-bottom: 4rem
}
.concept__block+.concept__block {
	margin-top: 17rem
}
.concept__block:before {
	top: 3rem;
	width: 85.71428%;
	height: 105%
}
.concept__block:nth-child(2n+1):before {
	left: 0;
	border-left: 50px solid #053764;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to right, #fff 0%, #fff 80%, #f2f2f2 100%)
}
.concept__block:nth-child(2n):before {
	right: 0;
	border-right: 50px solid #053764;
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to left, #fff 0%, #fff 80%, #f2f2f2 100%)
}
}

@media screen and (max-width: 767px) {
.concept__block+.concept__block {
	margin-top: 5rem
}
.concept__block:before {
	top: 2rem;
	width: 100%;
	height: 100%
}
.concept__block:nth-child(2n+1):before {
	left: 0;
	border-left: 4px solid #053764;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to right, #fff 0%, #fff 80%, #f2f2f2 100%)
}
.concept__block:nth-child(2n):before {
	right: 0;
	border-right: 4px solid #053764;
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
	background: linear-gradient(to left, #fff 0%, #fff 80%, #f2f2f2 100%)
}
}
.concept__block__inner {
	position: relative;
	z-index: 10
}

@media screen and (min-width: 768px) {
.concept__block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}

@media screen and (max-width: 767px) {
	.concept__block:nth-child(2n+1):before {
		left: 0;
		border-left: initial;
		border-top: initial;
		background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
		background: linear-gradient(to right, #fff 0%, #fff 80%, #f2f2f2 100%)
	}
	.concept__block:nth-child(2n):before {
		right: 0;
		border-right: initial;
		border-top: initial;
		background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, #fff), to(#f2f2f2));
		background: linear-gradient(to left, #fff 0%, #fff 80%, #f2f2f2 100%)
	}
.concept__block__inner {
	padding: 3rem 3rem 0;
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n) .concept__block__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
}
.concept__block__head {
	position: relative
}

@media screen and (min-width: 768px) {
.concept__block__head {
	width: 50%;
	padding-top: 12rem
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n+1) .concept__block__head {
	padding-left: 10%;
	padding-right: 2%;
}
.concept__block:nth-child(2n+1) .concept__block__img {
	padding-left: 1rem
}
.concept__block:nth-child(2n) .concept__block__head {
	padding-right: 10%
}
.concept__block:nth-child(2n) .concept__block__img {
	padding-right: 9rem
}	
.concept__block:nth-child(2n) .concept__block__head__01 {
	padding-top: 3rem
}	
}
.concept__block__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%
}

.concept__block__head__01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}


@media screen and (max-width: 767px) {
.concept__block__img{
	width: 100%
}
.concept__block__head__01{
	width: 100%;
	margin-top: 2.5rem;
}	
	
}
.concept__img__text {
	margin-top: .5rem;
	color: #111;
	font-size: 1.2rem;
	line-height: 1.8
}
.concept__img__top {
	position: relative
}

@media screen and (max-width: 767px) {
.concept__img__top {
	padding: 0 1rem 3rem
}
}

@media screen and (min-width: 768px) {
.concept__img__topBox {
	padding: 70px 0 30px
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topBox {
	padding: 120px 0 30px
}
}

@media screen and (min-width: 768px) {
.concept__img__topImg {
	position: absolute;
	bottom: 1rem;
	left: 25%;
	width: 122%
}
}

@media screen and (max-width: 1430px) {
.concept__img__topImg {
	width: 35vw
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topImg {
	width: auto;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0
}
}

@media screen and (max-width: 767px) {
.concept__img__topImg {
	width: 100%;
	position: relative;
	left: 13%;
	bottom: -2rem
}
}
.concept__img__topTitle {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 2px 5px;
	background: #053764;
	color: #fff;
	font-size: 1.2rem;
	text-align: center
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__img__topTitle {
	margin-bottom: 1rem
}
}

@media screen and (max-width: 767px) {
.concept__img__topTitle {
	margin-bottom: 1rem
}
}
.concept__img__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.concept__img__bottomItem {
	width: calc((100% - 1rem) /2)
}
.concept__img__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;	
}

@media screen and (max-width: 767px) {
.concept__img__list {
	margin-top: 3rem
}
}
.concept__img__item {
	margin-bottom: 1rem
}
.concept__img__item.--half {
	width: calc((100% - 1rem) / 2)
}
.concept__img__item.--full {
	width: 100%
}
.concept__img__item.--mr10 {
	margin-right: 1rem
}
.concept__block__num {
	position: absolute;
	top: 6.58rem;
	display: inline-block;
	color: #ede8db;
	line-height: 0.6
}
/*.concept__block__num:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background: #ede8db;
	height: .3rem
}*/

@media screen and (min-width: 768px) {
.concept__block__num {
	font-size: 18rem;
	top: -3rem;
}
/*.concept__block__num:before {
	width: 7rem;
	margin-left: -3.5rem
}*/
}

@media screen and (max-width: 767px) {
.concept__block__num {
	font-size: 5rem
}
.concept__block__num:before {
	width: 5rem;
	margin-left: -2.5rem
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n+1) .concept__block__num {
	left: 5rem
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n+1) .concept__block__num {
	right: 15px;
	font-family: serif;
	letter-spacing: -3px;
}
}

@media screen and (min-width: 768px) {
.concept__block:nth-child(2n) .concept__block__num {
	right: 3rem
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n) .concept__block__num {
	left: 15px;
	font-family: serif;
	letter-spacing: -3px;
}
}
.concept__block__heading {
	color: #fff
}
.concept__block__heading .bg {
	/*background: #333*/
}

@media screen and (min-width: 768px) {
.concept__block__heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 3rem;
	padding: 0.9rem 2rem;
	background: #053764;
	font-size: 2rem
}
}

@media screen and (max-width: 767px) {
.concept__block__heading {
	margin-bottom: 1.5rem;
	padding-top: 4rem;
	font-size: 1.5rem
}
.concept__block__heading .bg {
	width: 100%;
	display: inline-block;
	margin: 0.5rem 0;
	padding: 0.9rem 2rem;
	color: #fff;
    background: #053764;
    /*text-align: center;*/
}
}

@media screen and (max-width: 767px) {
.concept__block:nth-child(2n) .concept__block__heading {
	text-align: right
}
}
.concept__block__text {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
.concept__block__text {
	line-height: 2em;
	font-size: 1.6rem;
}
}
.concept__designer {
	margin-top: 5rem
}

@media screen and (max-width: 767px) {
.concept__designer {
	margin-top: 2.5rem
}
}
.concept__designer__heading {
	margin-bottom: 1rem;
	color: #111;
	font-size: 1.2rem
}
.concept__designer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.concept__designer__item {
	width: calc((100% - 1rem) /2)
}
}

@media screen and (max-width: 767px) {
.concept__designer__item {
	width: calc((100% - 1rem) /2)
}
}
.concept__designer__text {
	margin-top: 1rem;
	color: #111;
	font-size: 1.2rem
}
.concept__brand {
	position: relative;
	z-index: 10;
	margin-top: 5rem
}

.concept__brand__text {
	margin: 3rem 0 0;
	color: #fff;
	background: #053764;
	line-height: 1.7;
	font-size: 1.8rem;
	padding: 2rem;
	border: 1px solid #ccc;
	//width: 40rem;
	text-align: center
}
.concept__brand_saitei_kakaku {
    margin-top: 5rem
}


@media screen and (max-width: 767px) {
.concept__brand {
	margin-top: 3rem;
	padding: 0 3rem
}
.concept__brand__text {
	width: 100%;
	font-size: 1.4em;
	text-align: left;
	margin: 0;	
}
.concept__brand_saitei_kakaku {
    margin-top: 3rem
}
}

@media screen and (min-width: 768px) {
.concept__brandWrap {
	padding-left: 5%
}
}
.concept__brand__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3em;
	margin-bottom: 2rem;
	font-size: 2rem;
	color: #111;
	font-weight: bold;
}
.concept__brand__heading:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 1rem;
	border-top: 1px solid #111
}

@media screen and (max-width: 767px) {
.concept__brand__heading {
	font-size: 1.4rem
}
}
.concept__brand__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start
}
@media screen and (min-width: 768px) {
	.concept__brand__item {
		width: calc((100% - 6rem) / 3);
		color: #111
	}
	.concept__brand__item:not(:nth-of-type(3n)) {
		margin-right: calc((900px / 3) / 10);
	}
	.concept__brand__item:nth-of-type(n+4) {
		margin-top: 5rem;
	}
}

.brand__item__logo {
	width: 100%;
	max-width: 150px;
	margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
	.concept__brand__item:not(:nth-of-type(2n)) {
		margin-right: calc((900px / 2) / 25);
	}
	.concept__brand__item:not(:nth-of-type(n+3)) {
		margin-bottom: 5rem;
	}
	.concept__brand__item:nth-of-type(2n) {
		margin-left: auto;
	}
	.brand__item__logo {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.concept__brand__item {
		width: calc((100% - 2rem) / 2);
		margin-bottom: 3rem
	}
}
.brand__item__heading {
	margin: 1rem 0 0.6rem;
	font-size: 1.8rem;
	text-align: center
}

@media screen and (max-width: 767px) {
.brand__item__heading {
	font-size: 1.6rem
}
}
.brand__item__text {
	font-size: 1.2rem;
	line-height: 1.8
}
.brand__item__more {
	margin-top: 1rem;
	font-size: 1.2rem;
	text-align: right
}
.brand__item__anc {
	color: #111
}
.brand__item__anc:hover {
	opacity: .7
}
.concept__block__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem
}
.concept__block__item {
	color: #111;
	font-size: 1.4rem;
	line-height: 2em;
	width: 50%
}
.concept__block__list__text {
	color: #111;
	font-size: 1.4rem;
	line-height: 2em;
	text-align: right
}
.service {
	color: #fff
}
.service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.service__img {
	width: 60%
}
.service__text {
	width: 40%;
	padding-left: 4rem;
	color: #111;
	font-size: 1.4rem;
	line-height: 2
}
.service__note {
	margin: 4rem 0;
	padding: 1.5rem;
	border: solid 1px #053764;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em
}

@media screen and (max-width: 767px) {
.service__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.service__img {
	width: 100%;
	margin-bottom: 3rem
}
.service__text {
	width: 100%;
	padding-left: 0;
	text-align: left
}
.service__note {
	margin: 3.5rem 0;
	text-align: left	
}
}
.gallery_lead {
	color: #65656c;
	font-weight: normal
}
.gallery_thum {
	width: 90%;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center
}
.gallery_thum_item {
	margin: 0 1rem;
	-webkit-transition: all .3s;
	transition: all .3s
}
.gallery_thum_item:hover {
	opacity: .7;
	cursor: pointer
}
.slick-dotted.slick-slider {
	margin-bottom: 0
}
/*.slick-dots {
	display: none !important
}*/

@media screen and (max-width: 767px) {
.gallery_thum {
	margin-top: 1rem
}
.gallery_thum_item {
	margin: 0 .5rem
}
.gallery_list,
.gallery_thum {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
}
.access__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.access__block__text {
	width: 50%;
	font-size: 1.4rem;
	color: #111
}
.access__thead {
	padding-right: 4.5rem;
	text-align: left;
	border-right: solid 1px #111
}
.access__tdata {
	padding-left: 4.5rem;
	padding-bottom: 3rem
}
.access__block__img {
	width: 50%;
	padding-left: 7rem
}
.access__map__imgWrap {
	text-align: center
}
.access__map__imgWrap:not(:last-of-type) {
	margin-bottom: 3rem
}
.access__map__img {
	max-width: 100%;
	width: auto
}
.access__anc {
	color: #005cdc
}
.access__anc:hover {
	opacity: .7
}

@media screen and (max-width: 767px) {
.access__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.access__block__text {
	width: 100%;
	margin-bottom: 3rem
}
.access__thead {
	padding-right: 2.5rem
}
.access__tdata {
	padding-left: 2.5rem;
	padding-bottom: 2rem
}
.access__block__img {
	width: 100%;
	padding-left: 0
}
}
.btn_fixed {
	position: fixed;
	bottom: 100px;
	bottom: 1%;
	right: 1%;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
}
.is-scroll .btn_fixed {
	opacity: 1;
}

.bnr{
	margin: 3rem auto 6rem;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.bnr{
		margin: 2rem auto 5rem;
	}
}	























/* ---------------------------------------------------- 
slick
---------------------------------------------------- */

.slider_wrap{
	width: 100%;
	margin: 0 auto;
}

.slick-slide{
    margin-right: 1.5vw!important;
    margin-left: 1.5vw!important;
	display: flex!important;
}

.slick-dots{
	position: relative!important;
	max-width: 1100px!important;
	margin: 0 auto!important;
	margin-top: -1em!important;
	display: none !important;
}

.slick-dots li{
	width: 130px!important;
	height:75px!important;
	margin: 1em 2em!important;
}
.slick-dots li button{
	width:100%!important;
	height:100%!important;
}

.slick-dots li button:before {
    content: ''!important;
    height: 85%!important;
	opacity:1!important;
}

/*.slick-dots li:nth-of-type(1) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_simmons.png") no-repeat;
	background-size: contain!important;
}*/
/*.slick-dots li:nth-of-type(2) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_sealy.png") no-repeat;
	background-size: contain!important;
}*/
.slick-dots li:nth-of-type(1) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_serta.png") no-repeat;
	background-size: contain!important;
}
/*.slick-dots li:nth-of-type(4) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_kingsdown.png") no-repeat;
	background-size: contain!important;
}*/
/*.slick-dots li:nth-of-type(5) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_francebed.png") no-repeat;
	background-size: contain!important;
}*/
.slick-dots li:nth-of-type(2) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_paramount.png") no-repeat;
	background-size: contain!important;
}
.slick-dots li:nth-of-type(3) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_stearnsfoster.png") no-repeat;
	background-size: contain!important;
}
.slick-dots li:nth-of-type(4) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_tempur.png") no-repeat;
	background-size: contain!important;
}
.slick-dots li:nth-of-type(5) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_asleep.png") no-repeat;
	background-size: contain!important;
}
.slick-dots li:nth-of-type(6) button:before{
	width: 100%;
	background: url("https://www.idc-otsuka.jp/fair/sleep/images/logo_waterworld.png") no-repeat;
	background-size: contain!important;
}

.slick-dots li button:before{
	content: ''!important;
	height:100%!important;
	width: 100%!important;
}

.productid__block__wrap .slick-dots,
.productid__block__wrap2 .slick-dots,
.section_05 .slick-dots{
	display: none!important;
}

.productid__block__wrap2 .slick-slide{
	margin-right: .3vw!important;
    margin-left: .3vw!important;
	display: flex!important;
	display: flex!important;
	justify-content: space-around!important;
	align-items: flex-start!important;
}

.showroom_slide .slick-slide{
	margin-right: 0!important;
    margin-left: 0!important;
	display: flex!important;
	display: flex!important;
	justify-content: space-around!important;
	align-items: flex-start!important;
}

.slider_wrap .note{
	width: 100%;
	font-size: 0.75rem;
	text-align: center;
	padding: 1rem;
}

.slider > .prev-arrow{
	display: inline !important;
    position: absolute !important;
    z-index: 1 !important;
    top: 25% !important;
    left: 0 !important;
	max-width: 50px !important;
}
.slider > .next-arrow{
	display: inline !important;
    position: absolute !important;
    z-index: 1 !important;
    top: 25% !important;
    right: 0 !important;
	max-width: 50px !important;
}

@media only screen and (min-width:642px) and (max-width:1024px) {
	.slider_wrap .note{
		width: 80%;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 641px) {
	.slick-dots li{
		width: 65px!important;
		height:40px!important;
		margin: .5em .5em!important;
	}

	.slider_wrap > note{
		font-size: 0.75rem;
    	padding: 0 2em;
	}

	.productid__block__wrap2 .slick-slide{
		margin-right: 1.5vw!important;
		margin-left: 1.5vw!important;
	}

	.slider_wrap .note{
		width: 100%;
		font-size: 0.75rem;
		text-align: left;
		padding: 1rem;
	}
	.slider > .prev-arrow{
		width: 10% !important;
	}
	.slider > .next-arrow{
		width: 10% !important;
	}
}


.header__spMenu__head__bottom .slick-slide {
	display:block !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}






.btn_wrap{
	width: 170px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*background: #555;*/
	/*color: #fff;*/
}

.btn_wrap > img{
	padding: 5px 2px 0px;
}

.btn_wrap > p{
    font-size: 14px;
	font-weight: bold;
}

.image__block__inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.image__block__inner li{
	width: 32%;
	z-index: 100;
}
.image__block__inner li img{
	width: 100%;
}
.image__block__inner li p{
	margin: 1em;
	padding: .5em 0;
	font-size:1.6rem;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.image__block__inner{
		max-width: 94%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.image__block__inner li{
		width: 50%;
		padding: 5px;
	}
	.image__block__inner li p{
		margin: .25em .5em .5em;
		padding: .5em 0;
		font-size:1.2rem;
		text-align: center;
	}
	.btn_wrap{
		width: 150px;
		height: 150px;
	}
}	





.image__block__inner02{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.image__block__inner02 > li{
	width: 50%;
	z-index: 100;
	padding: 15px;
}
.image__block__inner02 li img{
	width: 100%;
}
.image__block__inner02 li p{
	margin: 1em;
	padding: .5em 0;
	font-size:1.6rem;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.image__block__inner02{
		max-width: 94%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.image__block__inner02 > li{
		width: 100%;
		padding: 15px 0 5px;
	}
	.image__block__inner02 li p{
		margin: .25em .5em .5em;
		padding: .5em 0;
		font-size:1.2rem;
		text-align: center;
	}
}












.image__block__inner02 .brand_name {
	width: 100%;
    font-weight:bold;
    font-size:1.6rem;
	padding-top: 1em;
    padding-left: 0;
    line-height:1;
    text-align: center;
    margin:0 0 1rem 0rem;
}
.image__block__inner02 .brand_name span {
    font-size: 0.8rem;
}
.image__block__inner02 .brand_text{
	font-size: 1.4rem;
}


@media only screen and (min-width: 1025px) {
	.image__block__inner02 .brand_name {
		font-weight:bold;
		font-size:1.5vw;
		line-height:1;
		text-align: center;
		margin:0;
	}
	.image__block__inner02 .brand_name span {
		font-size: 0.9rem;
	}
}




















/* ----------------------------------------------------
 brand_anchor
---------------------------------------------------- */
.brand_anchor ul {
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
	padding:0 0.5rem;
}
.brand_anchor ul li {
	width:calc(20%);
	padding: 0% 2% 4%;
}
.brand_anchor .note {
	font-size: 0.7rem;
    text-align: left;
    text-indent: -1.3rem;
    padding-left: 1.5rem;
    margin: 0 1rem 0;
}

@media only screen and (min-width: 768px) {
	.brand_anchor ul {
		display: flex;
		flex-flow:row wrap;
		justify-content: space-between;
		padding: 0 0 1.5rem;
	}
	.brand_anchor ul li {
	    width:calc(19%);
	    padding:1rem 2rem;
	    margin-bottom: 0.5rem;
	   }
    .brand_anchor ul li a {
    	display:block;
    }
    .brand_anchor ul li a:hover {
    	opacity:0.7;
    }
    .brand_anchor .note {
		font-size: 0.7rem;
		text-align: center;
		text-indent: 0;
		padding-left: 0;
		margin: 0 auto;
	}

}



/* ----------------------------------------------------
 brand_col / other_brand_col
---------------------------------------------------- */
.brand_col {
    padding: 0 0 2rem;
    position:relative;
}
.brand_col ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem 0 0;
}
.brand_col ul li:last-child {
    text-align: left;
    margin:0 .5rem;
    font-size:1.2rem;
    line-height:1.6;
}
.brand_col .brand_name {
	width: 100%;
    font-weight:bold;
    font-size:1.6rem;
    padding-left: 0;
    line-height:1;
    text-align: center;
    margin:0 0 1rem 0rem;
}

.brand_col .brand_name > img{
	width:40%;
	margin: 0 auto;
}

.brand_col .brand_name span {
    font-size: 0.8rem;
}


@media only screen and (min-width: 1025px) {
	.brand_col {
        padding:1rem 0 1rem;
		position:relative;
	}
	.brand_col > img{
        width: 90%;
		margin: 0 auto;
	}
	.brand_col ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 1.5rem 0 1rem;
	}
	.brand_col ul li:first-child {
		width: 35%;
	}
	.brand_col ul li:last-child {
		width: 65%;
		text-align: left;
		margin:0;
		font-size: 1.6rem;
		line-height:1.6;
	}
	.brand_col .brand_name {
		font-weight:bold;
		font-size:1.5vw;
		line-height:1;
		text-align: center;
		margin:0;
	}

	.stearnsfoster > .brand_col .brand_name,
	.paramount > .brand_col .brand_name{
		font-size:1.2vw;
	}

	.brand_col .brand_name > img{
		width:65%;
		margin: 0 auto;
	}

	.brand_col .brand_name span {
		font-size: 0.9rem;
	}
}

/* 
 btn_brand_smy
-------------------------- */
.btn_brand_smy {
	text-align:right;
	margin-right:.8rem;
}
.btn_brand_smy p {
	font-size:0.8rem;
	line-height: 2.0;
    margin: 0 0;
    position: relative;
	display:inline-block;
	border-bottom: 4px solid #e2e2e2;
}
.btn_brand_smy a {
	display:block;
	padding: 1rem 0 0rem;
}
.btn_brand_smy a::after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 4px;
    bottom: -4px;
    background-color: #f3d761;
}

@media only screen and (min-width: 1025px) {
	.btn_brand_smy {
		text-align:right;
		margin-right:0;
	}
	.btn_brand_smy p {
        font-size:1.4rem;
		line-height: 2.0;

		/*margin: 1rem 0 0;*/
		position: relative;
		display:inline-block;
		border-bottom: 4px solid #e2e2e2;
	}
	.btn_brand_smy a {
		display:block;
		padding: 0.5rem 0 0.1rem;
	}
    .btn_brand_smy a:hover {
		opacity:0.7;
	}
	.btn_brand_smy a::after {
		content: "";
		display: block;
		position: absolute;
		width: 40%;
		height: 4px;
		bottom: -4px;
		background-color: #f3d761;
	}
}

/* 
 other_brand_col
-------------------------- */
.other_brand_col ul {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	padding: 2rem 1rem;	
}
.other_brand_col ul li {
    width:calc(48%);
		margin-bottom:1rem;
}
.other_brand_col ul li dl {
	text-align:left;
	padding-right:0;
	width:100%;
}
.other_brand_col ul li dt {
	font-weight:bold;
    font-size: 0.95rem;
	margin:0.5rem 0 0.5rem;
}
.other_brand_col ul li dt span {
	font-size: 0.65rem;
	margin-left:0;
	letter-spacing:0.5px;
}
.other_brand_col ul li dd {
	font-size: 0.75rem;
	line-height: 1.6;
}


@media only screen and (min-width: 1025px) {
	.other_brand_col {
		padding-top:3rem;
	}
	.other_brand_col ul {
		display:flex;
		flex-flow:row wrap;
		justify-content:space-between;
        padding:0;
	}
	.other_brand_col ul li {
		width:calc(49%);
		margin-bottom:2rem;
	}
	.other_brand_col ul li dl {
		text-align:left;
		width:90%;
	}
	.other_brand_col ul li dt {
		font-weight:bold;
        font-size: 1.3rem;
		margin:0.5rem 0;
	}
	.other_brand_col ul li dt span {
		font-size: 0.8rem;
		margin-left:1rem;
	}
	.other_brand_col ul li dd {
		font-size:0.86rem;
		line-height: 1.6;
	}
}



/* ----------------------------------------------------
 each-brand
---------------------------------------------------- */
.paramount .brand_col {
	padding-bottom:2rem;
}
@media only screen and (min-width: 768px) {
	.paramount .brand_col {
		padding-bottom:4rem;
	}
}






.section__line02 {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #fff
}
.section__line02:before,
.section__line02:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.section__line02:before {
	width: 6rem;
	height: 100%;
	background: #fff
}
.section__line02:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem .7rem 0 .7rem;
	border-color: #fff transparent transparent transparent
}

	@media screen and (min-width: 768px) {
	.section__line02 {
		width: 100%
	}
	}
	
	@media screen and (max-width: 767px) {
	.section__line02 {
		width: 100vw;
		max-width: 80%;
	}
	}