@charset "utf-8";


/* -----------------------------------------------------------
　　TOP
-------------------------------------------------------------- */
#bridal .bridal-top {
	padding: 60px 0 130px;
	position: relative;
	background: url("../img/bridal-bg-3.png");
	background-position: bottom right;
	background-size: 4% 90%;
	background-repeat: no-repeat; 
}

#bridal .bridal-top .catcharea {
	position: relative;
	z-index: 2;
}

#bridal .bridal-top .titlebox .title-en {
	color: #E55F99;
}

#bridal .bridal-top .catch {
	line-height: 6.5rem;
	margin-bottom: 15px;
	padding: 10px 0;
}

#bridal .bridal-top .catch .bg {
	border-left: 2px solid #E55F99;
	background-color: #F8F8F8; 
	padding: 15px;
}

#bridal .bridal-top .img1 {
	margin-top: 90px;
    width: 37%;
}

#bridal .bridal-top .img1 img {
	height: 385px;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    border-radius: 0px 50px 50px 0px;
}

#bridal .bridal-top .img2 {
	position: absolute;
	top: 75px;
	right: 0px;
	z-index: 0;
	max-width: 60%;
}

/*--写真の下--*/
#bridal .bridal-top .txt-wrap {
	margin-top: 90px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#bridal .bridal-top .txt-wrap .catch {
	line-height: 7.5rem;
}

#bridal .bridal-top .txt-wrap .txt {	
	width: 600px;
}


@media screen and (max-width: 768px) {
	#bridal .bridal-top {
		padding: 40px 0 40px;
		position: relative;
		background: none;
		background-position: bottom right;
		background-size: 5% auto;
		background-repeat: no-repeat; 
	}

	#bridal .bridal-top .catcharea {
		position: relative;
		z-index: 2;
	}

	#bridal .bridal-top .titlebox .title-en {
		color: #E55F99;
	}

	#bridal .bridal-top .catch {
		line-height: 4.5rem;
		margin-bottom: 10px;
		padding: 5px 0;
	}

	#bridal .bridal-top .catch .bg {
		border-left: 2px solid #E55F99;
		background-color: #F8F8F8; 
		padding: 10px;
		font-size: 2.5rem;
	}

	#bridal .bridal-top .img1 {
		margin-top: 40px;
		width: 50%;
	}

	#bridal .bridal-top .img1 img {
		height: 194px;
		width: 100%;
		object-fit: cover;
		object-position: top left;
		border-radius: 0px 20px 20px 0px;
	}

	#bridal .bridal-top .img2 {
		position: absolute;
		max-width: 50%;
		height: 285px;
		top: 188px;
		right: -30px;
		object-fit: cover;
		border-radius: 20px 0px 0px 20px;
	}
	
	#bridal .bridal-top .img2 img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}

	/*--写真の下--*/
	#bridal .bridal-top .txt-wrap {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
    	flex-wrap: nowrap;
	}

	#bridal .bridal-top .txt-wrap .catch {
		line-height: 1.3;
	}

	#bridal .bridal-top .txt-wrap .txt {	
		width: 100%;
	}
	
	}

/* -----------------------------------------------------------
　topic
-------------------------------------------------------------- */
#bridal .topic-wrap {
	padding: 60px 0 60px;
}

/*目次部分*/
#bridal .topic-list {
	position: relative;
}

#bridal .topic-list ul {
	width: 200px;
	margin-bottom: -170px;
	z-index: 2;
    position: absolute;
	top: 70px;
}

#bridal .topic-list ul li {
	border-bottom: dotted 1px #142474;
	font-size: 2rem;
	display: flex;
	line-height: 1.2;
}
#bridal .topic-list ul li a {
	padding: 20px 0;
	display: flex;
	width:100%;
	font-weight: 500;
}
#bridal .topic-list ul li .num {
	font-size: 2.2rem;
	line-height: 2.7rem;
	font-weight: 500;
	color: #E55F99;
	padding-right: 15px;
	font-family: vinyl, sans-serif;
	white-space: nowrap;
}

/*--topic共通--*/
#bridal .topic-contents {
	padding: 80px 0 100px;
	background: url("../img/mobile-bg2.png"),  url("../img/mobile-bg2.png"), url("../img/bridal-bg.png");
	background-position: top right 0%, top 29% left 13%, top right -3px;
	background-size: auto, auto, 98% 100%;
	background-repeat: no-repeat, no-repeat, repeat-y; 
	margin: 0 0 70px;
}

#bridal .topic-contents .titlebox .title-en {
	color: #E55F99;
}

#bridal .topic-contents .topic-area {
	position: relative;
	padding-left: 265px;
}

/*--中見出し--*/
#bridal .topic-contents .m-cate {
	margin-top: 50px;
}

/*----小見出し-----*/
#bridal .topic-contents .s-cate {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

#bridal .topic-contents .s-cate .txt {
	width: 650px;
}

.s-ttl-deco {
	position: relative;
	padding: 20px 20px 35px 20px;
	font-size: 2.3rem;;
	text-align: center;
	white-space: nowrap;
	width: 250px;
	height: 100%;
	line-height: 1.3;
}

.s-ttl-deco::before {
	content: attr(data-en);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(229,95,153,0.2);
	font-size: 5.5rem;
	font-style: italic;
	white-space: nowrap;
	font-family: vinyl, sans-serif;
}

.s-ttl-deco::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 30px;
	background-color: rgba(229,95,153,1);
}

/*---------スライド------------ */
#bridal .photo_slide{
	padding: 250px 0 250px 0;
	margin: 50px 0;
	display: block;

	background:url("../img/bridal-slide-img.png") repeat-x top left;
	-webkit-animation:bgscroll 80s linear infinite, fadein 5s linear 0s 1;
	animation:bgscroll 80s linear infinite, fadein 5s linear 0s 1;
}
@-webkit-keyframes bgscroll {
	0% {background-position:center 0;}
	100% {background-position:2500px 0;}
}

@keyframes bgscroll {
	0% {background-position:center 0;}
	100% {background-position:2500px 0;}
}

#bridal .photo_slide2{
	padding: 250px 0 250px 0;
	margin: 50px 0;
	display: block;
	background:url("../img/bridal-slide-img2.jpg") repeat-x top left;
	-webkit-animation:bgscroll 80s linear infinite, fadein 5s linear 0s 1;
	animation:bgscroll 80s linear infinite, fadein 5s linear 0s 1;
}
#bridal .photo_slide .sp_img{
	display: none;
}

#bridal #bridal-shop {
	margin-top: -80px;
	padding-top:80px; 
}

@media screen and (max-width:667px){
	
	#bridal .photo_slide{
		padding: 140px 0 0 0;
		margin: 40px 0 ;
		display: block;
		background:url("../img/bridal-slide-img_sp.png") repeat-x top left;
		background-size: auto 140px;
	}
	#bridal .photo_slide2{
		padding: 140px 0 0 0;
		margin: 40px 0 ;
		display: block;
		background:url("../img/bridal-slide-img2-sp.jpg") repeat-x top left;
		background-size: auto 140px;
	}
	@-webkit-keyframes bgscroll {
		0% {background-position:center 0;}
		100% {background-position:1500px 0;}
	}

	@keyframes bgscroll {
		0% {background-position:center 0;}
		100% {background-position:1500px 0;}
	}
	
	#bridal #bridal-shop {
		margin-top: -50px;
		padding-top:50px; 
	}
	
}

/*------中間の写真------- */
#bridal .topic-contents .topic-img1 {
	position: relative;
	margin: 50px 0 ;
}

#bridal .topic-contents .topic-img1 img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

#bridal .wedding-img {
	text-align: center;
	margin: 0 0 20px;
}
#bridal .wedding-logo {
	text-align: center;
	margin: 30px 0 0;
}
#bridal .wedding-logo img {
	height: 150px;
}
#bridal .wedding-logo2 {
	text-align: center;
	margin: 30px 0 0;
}
#bridal .wedding-logo2 img {
	height: 150px;
}

@media screen and (max-width: 768px) {
	#bridal .topic-wrap {
		padding: 40px 0 40px;
	}

	/*目次部分*/
	#bridal .topic-list {
		position: relative;
	}

	#bridal .topic-list ul {
		width: 100%;
		margin-bottom: 40px;
		position: static;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#bridal .topic-list ul li {
		width: 48%;
	}

	#bridal .topic-list ul li .num {
		font-size: 2.2rem;
		line-height: 2.7rem;
		font-weight: 500;
		color: #E55F99;
		padding-right: 11px;
		font-family: vinyl, sans-serif;
		white-space: nowrap;
	}

	/*--topic共通--*/
	#bridal .topic-contents {
		padding: 40px 0 40px;
		background: url("../img/mobile-bg2.png"),  url("../img/mobile-bg2.png"), url("../img/bridal-bg.png");
		background-position: top right 0%, top 40% left 154%, top right;
		background-size: auto, auto, 105% 101%;
		background-repeat: no-repeat, no-repeat, no-repeat; 
		margin: 0 0 40px;
	}

	#bridal .topic-contents .titlebox .title-en {
		color: #E55F99;
	}

	#bridal .topic-contents .topic-area {
		position: relative;
		padding-left: 20px;
	}
	
	/*--中見出し--*/
	#bridal .topic-contents .m-cate {
		margin-top: 40px;
	}

	#bridal .topic-contents .m-cate h3 {
		line-height: 1.3;
	}
	
	
	/*----小見出し-----*/
	#bridal .topic-contents .s-cate {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
		flex-direction: column;
	}

	#bridal .topic-contents .s-cate .txt {
		width: 100%;
	}

	.s-ttl-deco {
		position: relative;
		padding: 20px 20px 35px 20px;
		font-size: 2.3rem;;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}

	.s-ttl-deco::before {
		content: attr(data-en);
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		color: rgba(229,95,153,0.2);
		font-size: 5rem;
		font-style: italic;
		white-space: nowrap;
	}

	.s-ttl-deco::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%) rotate(30deg);
		width: 1px;
		height: 30px;
		background-color: rgba(229,95,153,1);
	}


	/*------中間の写真------- */
	#bridal .topic-contents .topic-img1 {
		position: relative;
		margin: 40px 0 ;
	}

	#bridal .topic-contents .topic-img1 img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	#bridal .wedding-img img {
		width: 100%;
	}
	#bridal .wedding-logo img {
		height: 80px;
	}
	#bridal .wedding-logo2 img {
		height: 80px;
	}
	
}


/* -----------------------------------------------------------
　　リンクエリア
-------------------------------------------------------------- */
#bridal .bridal-link-area {
	background: url("../img/mobile-link-bg.jpg") center top /cover no-repeat;
	padding: 90px 0;
}

#bridal .bridal-link-area .btn-wrap {
	display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
}

#bridal .bridal-link-area .link-btn {
	background-color: #fff;
	width: 540px;
	height: 100%;
	text-align: center;
}

#bridal .bridal-link-area .link-btn img {
	width: 540px;
}

#bridal .bridal-link-area .link-btn .link-ttl {
	padding: 20px;
}

#bridal .bridal-link-area .link-btn p {
	font-weight: bold;
	font-size: 2.5rem;
}

#bridal .bridal-link-area .link-btn .en {
	font-family: vinyl, sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #344B7C;
	margin-bottom: 10px;
}

#bridal #fantasista,
#bridal #voyage,
#bridal #planner {
	margin-top: -80px;
	padding-top: 80px;
}

#bridal .top-rec-btn {
	display: flex;
	justify-content: space-between;
	width: 620px;
	margin: 0 auto;
}
#bridal .top-rec-btn .btnbox {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#bridal .bridal-link-area {
		background: url("../img/mobile-link-bg.jpg") center top /cover no-repeat;
		padding: 40px 0 20px;
	}

	#bridal .bridal-link-area .btn-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
	}

	#bridal .bridal-link-area .link-btn {
		background-color: #fff;
		width: 100%;
		height: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#bridal .bridal-link-area .link-btn img {
		width: 100%;
	}

	#bridal .bridal-link-area .link-btn .link-ttl {
		padding: 20px;
	}

	#bridal .bridal-link-area .link-btn p {
		font-weight: bold;
		font-size: 2rem;
	}

	#bridal .bridal-link-area .link-btn .en {
		font-family: vinyl, sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.8rem;
		color: #344B7C;
		margin-bottom: 10px;
	}
	
	#bridal #fantasista,
	#bridal #voyage,
	#bridal #planner {
		margin-top: -50px;
		padding-top: 50px;
	}
	
	#bridal .top-rec-btn {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#bridal .top-rec-btn {

}

