@charset "UTF-8";


@media screen and (min-width: 768px) {
	.bride {
		position: relative;
		padding-top: 70px;
	}

	/*============================================================
		HEADLINE
	*/
	.bride-headline {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 570px;
		background: transparent url(../img/kv_main2023.jpg) 50% 0 no-repeat;
		background-size: cover;
		color: #fff;
	}
	.bride-headline .bride-headline__container {
/*
		margin: 0 auto;
		width: 990px;
		text-align: left;
*/
	width: auto;
    margin-left: auto;
    text-align: left;
    padding-right: 200px;
	}
	.bride-headline .bride-headline__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 0.1em;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 72px;
		line-height: 1;
	}
	.bride-headline .bride-headline__title {
		float: none;
		margin-bottom: 15px;
		font-weight: normal;
		font-family: "Overpass";
		font-size: 11px;
		line-height: 1.8;
		letter-spacing: 0.6em;
	}
	.bride-headline .bride-headline__read {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-weight: normal;
		font-family: "Overpass";
	}

	/*============================================================
		CONTENT
	*/
	.bride-content {
		position: relative;
	}
	.bride-content .bride-content__container {
		position: relative;
		margin: 0 auto;
		width: 990px;
		text-align: left;
	}
	.bride-content .bride-content__image {
		position: absolute;
	}
	.bride-content .bride-content__image img {
		width: 100%;
	}
	.bride-content .bride-content__inner {
		position: absolute;
		z-index: 1;
	}
	.bride-content .bride-content__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 1px;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 102px;
		line-height: 1;
		color: #c5b48e;
	}
	.bride-content .bride-content__title {
		float: none;
		margin-bottom: 15px;
		font-weight: normal;
		font-size: 11px;
		line-height: 1.8;
		color: #c5b48e;
		font-family: "Overpass";
	}
	.bride-content .bride-content__copy {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-weight: normal;
		color: #4c4c4c;
		font-family: "Overpass";
	}
	.bride-content .bride-content__btn {
		margin-top: 25px;
		width: 178px;
	}
	.bride-content .bride-content__btn a {
		position: relative;
		display: block;
		padding: 4px;
		border: 1px solid #e8e8e8;
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 12px;
		line-height: 35px;
		color: #fff;
		font-family: "Overpass";
	}
	.bride-content .bride-content__btn a::before,
	.bride-content .bride-content__btn a::after {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 1px;
		background-color: #c5b48e;
	}
	.bride-content .bride-content__btn a::before {
		top: -1px;
		left: -1px;
	}
	.bride-content .bride-content__btn a::after {
		bottom: -1px;
		right: -1px;
	}
	.bride-content .bride-content__btn a span {
		position: relative;
		display: block;
		background-color: #c5b48e;
		text-indent: -1em;
	}
	.bride-content .bride-content__btn a span::before,
	.bride-content .bride-content__btn a span::after {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 11px;
		background-color: #c5b48e;
	}
	.bride-content .bride-content__btn a span::before {
		top: -5px;
		left: -5px;
	}
	.bride-content .bride-content__btn a span::after {
		bottom: -5px;
		right: -5px;
	}
	.bride-content .bride-content__btn a:hover {
		opacity: 0.7;
	}
	/**/
	.bride-brands .bride-content__container {
		height: 540px;
	}
	.bride-brands .bride-content__image {
		top: 214px;
		right: 120px;
		width: 498px;
	}
	.bride-brands .bride-content__inner {
		top: 64px;
		left: 0;
	}
	/**/
	.bride-weddingdress .bride-content__container {
		height: 600px;
	}
	.bride-weddingdress .bride-content__image {
		top: 0;
		left: 60px;
		width: 328px;
	}
	.bride-weddingdress .bride-content__inner {
		top: 118px;
		right: 0;
	}
	/**/
	.bride-colordress .bride-content__container {
		height: 500px;
	}
	.bride-colordress .bride-content__image {
		top: 55px;
		right: 0;
		width: 485px;
	}
	.bride-colordress .bride-content__inner {
		top: 0;
		left: 170px;
	}
	/**/
	.bride-kimono .bride-content__container {
		height: 565px;
	}
	.bride-kimono .bride-content__image {
		top: 0;
		left: 0;
		width: 415px;
	}
	.bride-kimono .bride-content__inner {
		top: 100px;
		left: 384px;
	}
	.bride-kimono .bride-content__heading {
		font-size: 118px;
	}

	/*============================================================
		MAGAZINE
	*/
	.bride-magazine {
		background: transparent url(../img/kv_magazine2023.jpg) 50% 0 no-repeat;
		background-size: cover;
		color: #fff;
	}
.bride-magazine .bride-magazine__container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 990px;
		height: 455px;
		margin: 0 auto;
		text-align: left;
	}
.bride-magazine .bride-magazine__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 0.04em;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 96px;
		line-height: 1;
	}
	.bride-magazine .bride-magazine__heading span {
		display: block;
		font-size: 32px;
	}
	.bride-magazine .bride-magazine__copy {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-weight: normal;
		font-family: "Overpass";
	}
	.bride-magazine .bride-magazine__btn {
		margin-top: 25px;
		width: 168px;
	}
	.bride-magazine .bride-magazine__btn a {
		display: block;
		border: 1px solid rgba(255,255,255,0.6);
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 12px;
		line-height: 35px;
		color: #fff;
		text-indent: -1em;
		font-family: "Overpass";
	}
	.bride-magazine .bride-magazine__btn a:hover {
		background-color: rgba(255,255,255,0.2);
	}
}

@media screen and (max-width: 767px) {
	.bride {
		position: relative;
		padding-top: 70px;
	}

	/*============================================================
		HEADLINE
	*/
	.bride-headline {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 286px;
		background: transparent url(../img/kv_main2023_sp.jpg) 0 no-repeat;
		background-size: cover;
		color: #fff;
	}
	.bride-headline .bride-headline__container {
/* 		padding: 0 20px; */
		padding: 40px 0 0px 145px;
		text-align: left;
	}
	.bride-headline .bride-headline__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 0.1em;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 45px;
		line-height: 1;
	}
	.bride-headline .bride-headline__title {
		float: none;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 10px;
		line-height: 1.8;
		font-family: "Overpass";
	}
	.bride-headline .bride-headline__read {
		font-size: 10px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		font-weight: normal;
		text-align: left;
		font-family: "Overpass";
	}

	/*============================================================
		CONTENT
	*/
	.bride-content {
		
	}
	.bride-content .bride-content__container {
		text-align: left;
	}
	.bride-content .bride-content__container::after {
		content: '';
		display: block;
		clear: both;
	}
	.bride-content .bride-content__image img {
		width: 100%;
	}
	.bride-content .bride-content__inner {
		clear: both;
		position: relative;
		padding: 0 20px;
	}
	.bride-content .bride-content__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 1px;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 51px;
		line-height: 1;
		color: #c5b48e;
	}
	.bride-content .bride-content__title {
		float: none;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 10px;
		line-height: 1.8;
		color: #c5b48e;
		font-family: "Overpass";
	}
	.bride-content .bride-content__copy {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-weight: normal;
		color: #4c4c4c;
		font-family: "Overpass";
	}
	.bride-content .bride-content__btn {
		margin-top: 15px;
		width: 178px;
	}
	.bride-content .bride-content__btn a {
		position: relative;
		display: block;
		padding: 4px;
		border: 1px solid #e8e8e8;
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 12px;
		line-height: 35px;
		color: #fff;
		font-family: "Overpass";
	}
	.bride-content .bride-content__btn a::before,
	.bride-content .bride-content__btn a::after {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 1px;
		background-color: #c5b48e;
	}
	.bride-content .bride-content__btn a::before {
		top: -1px;
		left: -1px;
	}
	.bride-content .bride-content__btn a::after {
		bottom: -1px;
		right: -1px;
	}
	.bride-content .bride-content__btn a span {
		position: relative;
		display: block;
		background-color: #c5b48e;
		text-indent: -1em;
	}
	.bride-content .bride-content__btn a span::before,
	.bride-content .bride-content__btn a span::after {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 11px;
		background-color: #c5b48e;
	}
	.bride-content .bride-content__btn a span::before {
		top: -5px;
		left: -5px;
	}
	.bride-content .bride-content__btn a span::after {
		bottom: -5px;
		right: -5px;
	}
	/**/
	.bride-brands {
		padding: 30px 0 40px 0;
	}
	.bride-brands .bride-content__image {
		padding: 0 0 0 12%;
	}
	.bride-brands .bride-content__inner {
		padding-bottom: 20px;
	}
	/**/
	.bride-weddingdress {
		padding: 0 0 40px 0;
	}
	.bride-weddingdress .bride-content__image {
		padding: 0 41% 0 0;
	}
	.bride-weddingdress .bride-content__inner {
		float: right;
		margin-top: -15px;
	}
	/**/
	.bride-colordress {
		padding: 0 0 40px 0;
	}
	.bride-colordress .bride-content__image {
		padding: 0 0 0 26%;
	}
	.bride-colordress .bride-content__inner {
		margin-top: -15px;
		padding-left: 40px;
	}
	/**/
	.bride-kimono {
		padding: 0 0 40px 0;
	}
	.bride-kimono .bride-content__image {
		padding: 0 32% 0 0;
	}
	.bride-kimono .bride-content__inner {
		float: right;
		margin-top: -15px;
	}
	.bride-kimono .bride-content__heading {
		font-size: 59px;
	}

	/*============================================================
		MAGAZINE
	*/
	.bride-magazine {
		background: transparent url(../img/kv_magazine2023sp.jpg) 74% 0 no-repeat;
		background-size: cover;
		color: #fff;
	}
	.bride-magazine .bride-magazine__container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 0 0 20px;
		height: 228px;
		text-align: left;
	}
	.bride-magazine .bride-magazine__heading {
		float: none;
		vertical-align: middle;
		letter-spacing: 0.04em;
		font-family: "RameauPro-Light";
		font-weight: normal;
		font-size: 48px;
		line-height: 1;
	}
	.bride-magazine .bride-magazine__heading span {
		display: block;
		font-size: 16px;
	}
	.bride-magazine .bride-magazine__copy {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.8;
		font-weight: normal;
		font-family: "Overpass";
	}
	.bride-magazine .bride-magazine__btn {
		margin-top: 10px;
		width: 168px;
		
	}
	.bride-magazine .bride-magazine__btn a {
		display: block;
		border: 1px solid rgba(255,255,255,0.6);
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 12px;
		line-height: 35px;
		color: #fff;
		text-indent: -1em;
		font-family: "Overpass";
	}

}
