@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
html{overflow: auto;}
body {overflow: hidden;}

#bodyWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#bodyWrap { margin-bottom: 30px;}
@media screen and (min-width: 1000px) { #bodyWrap{margin-bottom:20px;}}
#bodyWrap img{
	border:none;
    height: auto;
	width: 100%;vertical-align: top;}
#bodyWrap img[src$=".svg"] {
    width: 100%;

}

#bodyWrap ul{list-style-type:none;}

#bodyWrap a {
	text-decoration: none;
	color: #464646;
}

#bodyWrap a:hover {
	text-decoration: none;
}

#bodyWrap p {
	margin: 0;
}



/*******************
Layout
*******************/
body {overflow-y: scroll;}
#bodyWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	padding-top: 100px;
	font-weight: 500;
}

#bodyWrap #fairContainer{
	width: 100%;
	margin: 0 auto;
}

a:hover img {opacity:.8;transition: opacity 0.3s ease-out;}
p a:hover {opacity:.8;transition: opacity 0.3s ease-out;}

@media screen and (min-width: 1000px) {
	.sp {
		display: none !important;
	}

	.pc_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}


@media screen and (max-width: 1000px) {
	#bodyWrap{
		font-size: 3.4666vw;
		padding-top: 21.3333333333%;
	}
	.pc {
		display: none !important;
	}
	#bodyWrap #fairContainer{
	margin: 0 auto;
	}
	.sp_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}

/*******************
mv
*******************/

#mv_area {
	text-align: center;
	position: relative;
	background: url(/pearlygatesbody/2025autumn/images/body_mv.jpg) no-repeat;
	background-size: cover;
	height: 41.6666666667vw;
	max-height: 600px;
	margin-bottom: 8.3333333333vw;
}

#mv_area .body_ttl {
	width: 24.4444444444vw;
	height: 17.01388888889vw;
	max-width: 352px;
	max-height: 245px;
	position: absolute;
	top: 50%;
	left: 12.7777777778vw;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: space-between;
}

#mv_area .body_ttl h2{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/body_logo.svg) no-repeat;
	background-size: 100%;
	width: 24.4444444444vw;
	height: 17.01388888889vw;
	max-width: 352px;
	max-height: 245px;
	animation: mainview 1.5s ease-in both;
	opacity: 0;
}

@keyframes mainview {
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.bodyContainer_inner h3 {
	font-size: 3.3333333333vw;
	text-align: center;
	margin: 200px auto;
	color: #464646;
}

@media screen and (max-width: 1000px) {
	#mv_area {
	    width: 100%;
	    height: 123.07692307692vw;
			margin-bottom: 20.5128205128vw;
			background: url(/pearlygatesbody/2025autumn/images/body_mv_sp.jpg) no-repeat;
			background-size: 100%;
	}

	#mv_area .body_ttl {
		width: 40.2564102564vw;
		height: 28.07692307692vw;
		margin: 0 auto;
		top: 30px;
		left: 30px;
		transform: translateY(0);
	}

	#mv_area .body_ttl h2{
		background-size: 100%;
		width: 40.2564102564vw;
		height: 28.07692307692vw;
		margin-bottom: 16.6666666667vw;
	}

	.bodyContainer_inner h3 {
		font-size: 6.1538461538vw;
		text-align: center;
		margin: 100px auto;
		color: #464646;
	}
}




/* -------------------------------------------- */



#sec1 {
	position: relative;
	margin-bottom: 40px;
	background: url(../images/item_kv1.jpg) right top no-repeat;
	background-size: 35.2083333333vw auto;
}

#sec1 .copy_25au {
	margin-bottom: 80px;
}

#sec1 .copy_25au .copy_text {
	margin-left: 120px;
	width: 43.05555555556vw;
}

#sec1 .copy_25au .copy_title {
	font-size: 2.08333333333vw;
	font-weight: 700;
	margin: 0 0 80px;
}

#sec1 .copy_25au .copy {
	font-size: 1.5277777778vw;
	line-height: 2;
}

#sec1 .copy_25au .item_info {
	font-size: 1.3888888889vw;
	line-height: 1.5;
	margin-top: 60px;
}

#sec1 .copy_25au .item_info a {
	text-decoration: underline;
}

#sec1 .copy_25au .item_info a:hover {
	text-decoration: none;
}

#sec1 .moreBtn {
	display: block;
	width: 150px;
	height: 34px;
	font-size: 16px;
    line-height: 34px;
    vertical-align: top;
    position: relative;
    margin-top: 60px;
    cursor: pointer;
    padding-left: 10px;
}

#sec1 .moreBtn:after {
	background-color: #464646;
	content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: scaleX(1);
}

#sec1 .moreBtn:hover,
#sec1 .moreBtn:hover:after {
	opacity: .7;
	transition: opacity 0.3s ease-out;
}

#sec1 .moreBtn .more_text {
	background: url(../images/view.png) no-repeat;
	background-size: 100%;
	width: 98px;
	height: 22px;
}

#sec1 .moreBtn .more_text.active {
	background: url(../images/close.png) no-repeat;
	background-size: 100%;
	width: 55px;
	height: 22px;
}

#sec1 .moreBtn .more_icon {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 10px;
}

#sec1 .moreBtn .more_icon span {
	position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #464646;
}

.more_icon span:nth-of-type(1) {
	top: 5px;
    transform: rotate(0deg);
}

.more_icon span:nth-of-type(2) {
	top: 5px;
    transform: rotate(90deg);
}

.more_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(180deg);
}

.copy-block {
	padding-top: 26px;
	font-size: 1.25vw;
	line-height: 2;
	padding-left: 20px;
	display: none;
}

#sec1 .item_list {
	width: 83.3333333333vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec1 .item_list li {
	width: 26.3888888889vw;
}

#sec1 .item_list li img {
	width: 100%;
}








@media screen and (max-width: 1000px) {
	#sec1 {
		background: none;
		padding: 0 30px;
	}

	#sec1 .copy_25au .copy_text {
		margin-left: 0;
		width: 100%;
	}

	#sec1 .copy_25au .copy_text img {
		width: 100%;
	}

	#sec1 .copy_25au .copy_title {
		font-size: 5.2153846154vw;
		font-weight: 700;
		margin: 0 0 30px;
		line-height: 1.5;
	}

	#sec1 .copy_25au .copy {
		font-size: 4.1025641026vw;
		line-height: 2;
	}

	#sec1 .copy_25au .item_info {
		font-size: 4.1025641026vw;
		line-height: 1.5;
		margin-top: 60px;
	}

	#sec1 .moreBtn {
		display: block;
		width: 39.58974359vw;
		height: 8.487179487vw;
	    vertical-align: top;
	    position: relative;
	    margin-top: 12.4615vw;
	    cursor: pointer;
	    padding-left: 10px;
	}

	#sec1 .moreBtn:after {
		background-color: #464646;
		content: "";
	    display: block;
	    height: 2px;
	    width: 100%;
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    transform: scaleX(1);
	}

	#sec1 .moreBtn .more_text {
		background-size: 100%;
		width: 26.20512821vw;
		height: 4.41025641vw;
	}

	#sec1 .moreBtn .more_text.active {
		background-size: 100%;
		width: 15.64102564vw;
		height: 6.41025641vw;
	}

	#sec1 .moreBtn .more_icon {
	    width: 12px;
	    height: 12px;
	    position: absolute;
	    top: 4px;
	    right: 10px;
	}

	#sec1 .moreBtn .more_icon span {
		position: absolute;
	    left: 0;
	    width: 12px;
	    height: 2px;
	    background-color: #464646;
	}

	.copy-block {
		padding-top: 26px;
		font-size: 3.5897435897vw;
		line-height: 2;
		padding-left: 0;
		display: none;
	}

	#sec1 .item_list {
		width: 74.358974359vw;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#sec1 .item_list li {
		width: 100%;
		margin-bottom: 30px;
	}
}




/* -------------------------------------------- */

#sec2 {
	position: relative;
	margin-bottom: 40px;
	background: linear-gradient(#fff 50%, #c2caca 100%);
}

#sec2 .sec_kv {
	background: url(../images/item_kv2.jpg) left top no-repeat;
	background-size: 57.08333333333vw auto;
}

#sec2 .copy_25au {
	margin-bottom: 120px;
	padding-top: 200px;
	display: flex;
	justify-content: flex-end;
}

#sec2 .copy_25au .copy_text {
	margin-right: 120px;
	width: 43.05555555556vw;
}

#sec2 .copy_25au .copy_title {
	font-size: 2.08333333333vw;
	font-weight: 700;
	margin: 0 0 80px;
	line-height: 1.6;
}

#sec2 .copy_25au .copy {
	font-size: 1.5277777778vw;
	line-height: 2;
}

#sec2 .item_details {
	background: #efefef;
	padding: 60px;
	width: 83.3333333333vw;
	margin: 0 auto 60px;
}

#sec2 .item_details .text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

#sec2 .item_details .text .info {
	width: 19.8444444444vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

#sec2 .item_details .text .info .item_name {
	font-size: 2.5vw;
	font-weight: 700;
}

#sec2 .item_details .text .info .item_info {
	font-size: 1.3888888889vw;
	line-height: 1.6666666667vw;
}

#sec2 .item_details .text .info .item_info span {
	font-size: 0.9722222222vw;
}

#sec2 .item_details .item_info a {
	text-decoration: underline;
}

#sec2 .item_details .item_info a:hover {
	text-decoration: none;
}

#sec2 .item_details .text .detail {
	width: 52.1666666667vw;
	line-height: 1.7777777778;
	font-size: 1.25vw;
	padding-top: 10px;
}

#sec2 .item_details .item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 5.833333vw);
	margin-left: -2.9166665vw;
	list-style: none;
}

#sec2 .item_details .item_list li {
	width: 23.6111111111vw;
	margin: 0 1.6666666667vw;
}

#sec2 .item_details .item_list li img {
	width: 100%;
}





.link_area {
	margin: 0 auto;
	padding: 80px 0 160px;
}

.link_area a.btn {
	width: 36.1111111111vw;
	background: linear-gradient(90deg, #adaeae 65%, #fff 100%);
    display: block;
    padding: 1.6666vw 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
		position: relative;
		line-height: 1.2;
}

.link_area a {
	text-decoration: none !important;
}

.link_area a.btn:hover {opacity:.7;transition: opacity 0.3s ease-out;}

@media screen and (max-width: 1000px) { 

	#sec2 {
		padding: 0 30px;
	}

	#sec2 .sec_kv {
		background: none;
	}

	#sec2 .copy_25au {
		margin-bottom: 60px;
		padding-top: 0;
		display: flex;
		justify-content: flex-start;
	}

	#sec2 .copy_25au .copy_text {
		margin-right: 0;
		width: 100%;
	}

	#sec2 .copy_25au .copy_text img {
		width: 100%;
		margin-bottom: 60px;
	}

	#sec2 .copy_25au .copy_title {
		font-size: 5.2153846154vw;
		font-weight: 700;
		margin: 0 0 60px;
		line-height: 1.5;
	}

	#sec2 .copy_25au .copy {
		font-size: 4.1025641026vw;
		line-height: 2;
	}

	#sec2 .copy_25au .item_info {
		font-size: 4.1025641026vw;
		line-height: 1.5;
		margin-top: 60px;
	}

	#sec2 .item_details {
		background: #efefef;
		padding: 30px 20px 0;
		width: 83.3333333333vw;
		margin: 0 auto 40px;
	}

	#sec2 .item_details .text {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}

	#sec2 .item_details .text .info {
		width: 100%;
		display: block;
	}

	#sec2 .item_details .text .info .item_name {
		font-size: 5.641025641vw;
		text-align: center;
		font-weight: 700;
		margin-bottom: 30px;
	}

	#sec2 .item_details .text .item_info {
		font-size: 4.1025641026vw;
		line-height: 4.8717948718vw;
	}

	#sec2 .item_details .text .item_info span {
		font-size: 3.07692307692vw;
	}

	#sec2 .item_details .text .detail {
		width: 100%;
		line-height: 1.7777777778;
		font-size: 3.5897435897vw;
		padding-top: 0;
		margin-bottom: 30px;
	}

	#sec2 .item_details .item_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin-left: 0;
		list-style: none;
	}

	#sec2 .item_details .item_list li {
		width: 100%;
		margin: 0 0 30px;
	}

	#sec2 .item_details .item_list li img {
		width: 100%;
	}



	.link_area {
	    margin: 0 auto;
	    width: 100%;
	    padding: 10.5128vw 0 20.5128vw;
	}

	.link_area a.btn {
		width: 79.4871794872vw;
	    padding: 5.3333vw 0;
		font-size: 4.6153846154vw;
	    line-height: 1.2;
	    color: #fff;
	}
}








.slide_up {
  transition: 1.5s ease;
  transform: translateY(10px);
  opacity: 0;
}
.slide_up.show {
  transform: translateY(0);
  opacity: 1.0;
}

.slide_up_d {
  transition: 1.5s ease;
  transition-delay: .25s;
  transform: translateY(10px);
  opacity: 0;
}
.slide_up_d.show {
  transform: translateY(0);
  opacity: 1.0;
}

.slide_up_dd {
  transition: 1.5s ease;
  transition-delay: .5s;
  transform: translateY(10px);
  opacity: 0;
}
.slide_up_dd.show {
  transform: translateY(0);
  opacity: 1.0;
}

.slide_up_ddd {
  transition: 1.5s ease;
  transition-delay: .75s;
  transform: translateY(10px);
  opacity: 0;
}
.slide_up_ddd.show {
  transform: translateY(0);
  opacity: 1.0;
}

@media screen and (max-width: 1000px) {

	.slide_up {
	  transition: 1.5s ease;
	  transform: translateY(10px);
	  opacity: 0;
	}
	.slide_up.show {
	  transform: translateY(0);
	  opacity: 1.0;
	}

	.slide_up_d {
	  transition: 1.5s ease;
	  transform: translateY(10px);
	  opacity: 0;
	}
	.slide_up_d.show {
	  transform: translateY(0);
	  opacity: 1.0;
	}

	.slide_up_t {
	  transition: 1.5s ease;
  	transition-delay: .25s;
	  transform: translateY(10px);
	  opacity: 0;
	}
	.slide_up_t.show {
	  transform: translateY(0);
	  opacity: 1.0;
	}

	.slide_up_dd {
	  transition: 1.5s ease;
	  transform: translateY(30px);
	  opacity: 0;
	}
	.slide_up_dd.show {
	  transform: translateY(0);
	  opacity: 1.0;
	}
}
