@charset "UTF-8";

.page-title {
	background: url("../img/modelroom/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

.content {
}
.inner{
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 130px 0 0;
}
@media only screen and (max-width: 768px) {
	.content {
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
		padding: 60px 0 0;
	}
}


h4 {
	text-align: center;
	color: #1C0C00;
	font-size: 4rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
h4 + p {
	font-size: 1.4rem;
	color: #1C0C00;
	line-height: 1.8;
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
	h4 {
		font-size: 6vw;
		margin: 0 auto 20px;
	}
	h4 + p {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		width: 90%;
		margin: 0 auto 30px;
	}
}

.cg01 {
	position: relative;
	margin-bottom: 130px;
}
.cg01 figure {
	width: calc(1142 / 1280 * 100%);
	margin: 0 auto 0 0;
	z-index: 1;
}
.cg01 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 50vw;
	height: 418px;
	right: 0;
	top: calc(50% - 209px);
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg01 {
		margin-bottom: 50px;
	}
	.cg01 .bg {
		height: 30vw;
		top: calc(50% - 15vw);
	}
}

.cg02 {
	margin-bottom: 140px;
}
.cg02 figure {
	width: calc(1142 / 1280 * 100%);
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.cg02 {
		margin-bottom: 70px;
	}
}

.cg03 {
	position: relative;
	margin-bottom: 140px;
}
.cg03 figure {
	width: calc(1142 / 1280 * 100%);
	margin: 0 auto 0 0;
	z-index: 1;
}
.cg03 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: calc(1029 / 1280 * 100%);
	height: 348px;
	right: 0;
	bottom: -80px;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg03 {
		margin-bottom: 70px;
	}
	.cg03 .bg {
		height: 30vw;
		bottom: -8vw;
	}
}

.cg04 {
	margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
	.cg04 {
		margin-bottom: 70px;
	}
}

.cg05 {
	position: relative;
	margin-bottom: 200px;
}
.cg05 figure {
	width: calc(1142 / 1280 * 100%);
	margin: 0 0 0 auto;
	z-index: 1;
}
.cg05 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 135px;
	height: 135px;
	right: calc(1077 / 1280 * 100%);
	bottom: -50px;
	z-index: 0;
}
.cg05 .bg02 {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 45px;
	height: 45px;
	right: calc(1022 / 1280 * 100%);
	bottom: -120px;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg05 {
		margin-bottom: 120px;
	}
	.cg05 .bg {
		width: 12vw;
		height: 12vw;
		right: 80vw;
		bottom: -7vw;
		z-index: 0;
	}
	.cg05 .bg02 {
		width: 7vw;
		height: 7vw;
		right: 70vw;
		bottom: -17vw;
		z-index: 0;
	}
}

.sec02 {
	padding: 150px 0 200px;
	background-color: rgba(201,187,175,0.30);
}
@media only screen and (max-width: 768px) {
	.sec02 {
		padding: 80px 0 100px;
	}
}

.cg06 {
	position: relative;
	margin-bottom: 100px;
}
.cg06 h4 + p {
	margin-bottom: 0;
}
.cg06 .cg_inner {
	width: 1004px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	z-index: 1;
}
.cg06 .cg_inner > div {
	order: 2;
	text-align: left;
}
.cg06 .cg_inner > div + div {
	width: 559px;
	display: flex;
	justify-content: space-between;
	order: 1;
}
.cg06 .cg_inner > div + div > div {
	width: 226px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cg06 .cg_inner > div + div > figure {
	width: 317px;
}
.cg06 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: calc(818 / 1280 * 100%);
	height: 201px;
	left: 0;
	bottom: -50px;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg06 {
		margin-bottom: 70px;
	}
	.cg06 h4 + p {
		text-align: center;
		margin-bottom: 30px;
	}
	.cg06 .cg_inner {
		width: 90%;
		display: block;
	}
	.cg06 .cg_inner > div + div {
		width: 100%;
	}
	.cg06 .cg_inner > div + div > div {
		width: calc(226 / 563 * 100%);
	}
	.cg06 .cg_inner > div + div > figure {
		width: calc(317 / 563 * 100%);
	}
}

.cg07 {
	position: relative;
	margin-bottom: 100px;
}
.cg07 h4 + p {
	margin-bottom: 0;
}
.cg07 .cg_inner {
	width: 1004px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	z-index: 1;
}
.cg07 .cg_inner > div {
	text-align: left;
}
.cg07 .cg_inner > div + div {
	width: 559px;
	display: flex;
	justify-content: space-between;
}
.cg07 .cg_inner > div + div > div {
	width: 226px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cg07 .cg_inner > div + div > figure {
	width: 317px;
}
.cg07 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 218px;
	height: 196px;
	left: 43%;
	bottom: -50px;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg07 {
		margin-bottom: 70px;
	}
	.cg07 h4 + p {
		text-align: center;
		margin-bottom: 30px;
	}
	.cg07 .cg_inner {
		width: 90%;
		display: block;
	}
	.cg07 .cg_inner > div + div {
		width: 100%;
	}
	.cg07 .cg_inner > div + div > div {
		width: calc(226 / 563 * 100%);
	}
	.cg07 .cg_inner > div + div > figure {
		width: calc(317 / 563 * 100%);
	}
	.cg07 .bg {
		width: 160px;
		height: 150px;
		left: auto;
		right: 0;
	}
}

.cg08 {
	position: relative;
}
.cg08 h4 {
	text-align: left;
}
.cg08 h4 + p {
	margin-bottom: 0;
	text-align: left;
}
.cg08 .cg_inner {
	width: 1004px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	z-index: 1;
}
.cg08 .cg_inner > div {
	order: 2;
}
.cg08 .cg_inner > div + div {
	width: 604px;
	display: flex;
	justify-content: space-between;
	order: 1;
}
.cg08 .cg_inner > div + div > figure {
	width: 271px;
}
.cg08 .cg_inner > div + div > figure + figure {
	width: 317px;
}
.cg08 .bg {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 112px;
	height: 92px;
	left: calc(50vw - 545px);
	top: 14px;
	z-index: 0;
}
.cg08 .bg02 {
	position: absolute;
	background-color: rgba(201,187,175,0.70);
	width: 151px;
	height: 145px;
	left: calc(50vw + 77px);
	bottom: -40px;
	z-index: 0;
}
@media only screen and (max-width: 768px) {
	.cg08 h4 {
		text-align: center;
	}
	.cg08 h4 + p {
		margin-bottom: 30px;
		text-align: center;
	}
	.cg08 .cg_inner {
		width: 90%;
		display: block;
	}
	.cg08 .cg_inner > div + div {
		width: 100%;
	}
	.cg08 .cg_inner > div + div > figure {
		width: calc(271 / 563 * 100%);
	}
	.cg08 .cg_inner > div + div > figure + figure {
		width: calc(317 / 563 * 100%);
	}
	.cg08 .bg {
		width: 90px;
		height: 70px;
		left: 0;
		top: 70px;
	}
	.cg08 .bg02 {
		left: auto;
		right: 0;
		bottom: -40px;
		z-index: 0;
	}
}




/* slideEffect */
.slideEffectWrap {
	overflow: hidden;
}
.slideEffect {
	transform: translateX(-100%);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
	display: block;
}
.slideEffect img {
	transform: translateX(100%);
	transition: transform 0.8s ease-in-out;
}
.slideEffect.is-active {
	transform: translateX(0);
}
.slideEffect.is-active img {
	transform: translateX(0);
}

.slideEffect02 {
	transform: translateX(100%);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
	display: block;
}
.slideEffect02 img {
	transform: translateX(-100%);
	transition: transform 0.8s ease-in-out;
}
.slideEffect02.is-active {
	transform: translateX(0);
}
.slideEffect02.is-active img {
	transform: translateX(0);
}

.slideEffectUp {
	transform: translateY(-100%);
  overflow: hidden;
  transition: transform 1.2s ease-in-out;
	display: block;
}
.slideEffectUp img {
	transform: translateY(100%);
	filter: blur(5px) grayscale(100%);
	transition: transform 1.2s ease-in-out,filter 3s ease-in-out;
}
.slideEffectUp.is-active {
	transform: translateY(0);
}
.slideEffectUp.is-active img {
	transform: translateY(0);
	filter: blur(0) grayscale(0);
}

.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}