@charset "utf-8";


/* ======================================================================================================
 * reset
 * ==================================================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,a
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	font-family: 'Noto Sans JP', serif;
}

li{
    list-style:none;
}

img {
	-webkit-backface-visibility: hidden;
}

.is-bridal-page * {
	font-style: normal;
	font-feature-settings : 'palt';
	text-shadow: none;
	box-sizing: border-box;
}


/* ======================================================================================================
 * utility
 * ==================================================================================================== */
.u-show-mobile {
	display: none;
}

.u-hide-mobile {
	display: inline-block;
}

.u-show-374 {
	display: none;
}

.u-contents {
	vertical-align: bottom;
	position: relative;
	margin-top:80px;
}

.u-inner {
	max-width: 950px;
	margin: 0 auto;
}

.u-title-hi {
	text-align: center;
	margin: 0 0 40px;
	padding: 0 0 30px;
	position: relative;
}

.u-title-hi:after {
	content: '';
	width: 90px;
	height: 12px;
	background: url("https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/img-01.png") no-repeat center / 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.u-title-hi img {
	width: auto !important;
	max-width: none !important;
	height: 20px !important;
	margin: 0 0 30px;
}

/* .u-title-hi strong {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	display: block;
} */

.u-text {
	font-size: 18px;
	line-height: 1.5;
}

.u-item-photo {
	text-align: center;
	margin: 0 0 30px;
}

.u-item-photo img {
	max-width: 65% !important;
}

.u-ornament-line {
	position: relative;
}

.u-ornament-line.isTop {
	padding: 60px 60px 30px;
}

.u-ornament-line.isTop:before,
.u-ornament-line.isTop:after {
	content: '';
	width: 100%;
	height: 4px;
	background: url("https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/line-top.png") repeat-x left center / auto 100%;
	position: absolute;
	left: 0;
}

.u-ornament-line.isTop:before {
	top: -4px;
}

.u-ornament-line.isTop:after {
	bottom: -4px;
}


.u-ornament-line.isSide {
	max-width: calc(100% - 120px);
	margin: 0 auto 100px;
}

.u-ornament-line.isSide:before,
.u-ornament-line.isSide:after {
	content: '';
	width: 4px;
	height: 100%;
	background: url("https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/line-side.png") repeat-y top center / 100% auto;
	position: absolute;
	top: 0;
}

.u-ornament-line.isSide:before {
	left: 0;
}

.u-ornament-line.isSide:after {
	right: 0;
}

.u-bg-color__blue {
	padding-top: 60px;
	background: #e4effa;
	position: relative;
}

.u-buy-button {
    text-align: center;
	line-height: 1;
	margin: 0 0 120px;
	padding: 0 20%;
	position: relative;
}

.u-buy-button:last-of-type {
	margin: 0 0 30px;
}

.is-bridal-page .u-buy-button:after {
	content: '';
	width: 60%;
	height: 25px;
	display: block;
	background: url("https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/bg-01.png") no-repeat center top / auto 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	opacity: .5;
	z-index: 10;
}

.is-bridal-page .u-buy-button a {
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow:
		0 0 10px rgba(255,255,255,.5),
		0 0 30px rgba(255,255,255,.5)
	;
	text-decoration: none !important;
	padding: 25px 0;
	display: block;
	background: linear-gradient(to right,  #432513 0%,#816857 50%,#432513 100%);
	position: relative;
}

.is-bridal-page .u-buy-button a:before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid rgba(255,255,255,.25);
	position: absolute;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* ======================================================================================================
 * global
 * ==================================================================================================== */
 .is-bridal-page{
    margin-top: 80px;
 }

 .is-bridal-page li{
    list-style: none;
 }

 .is-bridal-page img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.is-bridal-page a,
.is-bridal-page a:before,
.is-bridal-page a:after,
.is-bridal-page a img,
.is-bridal-page input[type="image"] {
	color: #666;
	text-decoration: underline !important;
	transition: .3s;
}

.is-bridal-page a:hover {
	text-decoration: none !important;
	opacity: .7;
}


/* main ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-bridal-main {
	text-align: center;
}

.c-bridal-main h1{
    margin-top: 40px;
	font-family:Triumph Grand; 
	font-size:48px;
    line-height: 48px;
	padding-top: 28px;
	color:#666;
}
.c-bridal-main .subtitle{
	font-family: 'Noto Sans JP', serif;
	font-size:24px;
	padding: 12px;
	color:#666;
    line-height: 24px;
    letter-spacing: initial;
    margin-bottom: 40px;
}
.u-contents{
    text-align: center;
}
.c-bridal-main p,
.u-contents p {
    text-align: center;
    font-family: 'Noto Sans JP', serif;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 80px;
	padding: 9px;
    color:#666
}
.u-contents h2 {
    text-align: center;
    font-family: 'Noto Sans JP', serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    color:#666
}
.u-title-hi{
    text-align: center;
    font-family: 'Noto Sans JP', serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
    color:#666
}

.c-product-data {
	padding: 30px 0 15px;
}

.c-product-data__title {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
	padding: 30px 0;
	position: relative;
}

.c-product-data__title:before,
.c-product-data__title:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background: url("https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/line-01.png") repeat-x left top / auto 100%;
	position: absolute;
}

.c-product-data__title:before {
	top: 0;
}

.c-product-data__title:after {
	bottom: 0;
}

.c-product-data__item {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 10px;
}

.c-product-data__item a {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 16px;
}



/* category ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.inner-category {
	margin: 0 0 120px;
	position: relative;
	overflow: hidden;
}


/* elegant items ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-elegant-items {
	padding: 100px 0 0;
}


/* bridal qa ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-bridal-qa {
	text-align: center;
	padding: 100px 0 0;
}

.c-bridal-qa h2 {
	/* font-size: 18px !important;
	line-height: 2.5;
	letter-spacing: .15em;
	margin: 0 0 80px; */
}

.c-bridal-qa h3 {
	margin: 0 0 60px;
}

.c-bridal-qa h3 img {
	max-width: 20%;
}

.c-bridal-qa__inner {
	padding: 40px 0;
	position: relative;
}

.c-bridal-qa__inner:before,
.c-bridal-qa__inner:last-of-type:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background: url(https://triumph-brands.s3-ap-northeast-1.amazonaws.com/bridal/img/line-01.png) repeat-x left top / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-bridal-qa__inner:last-of-type:after {
	top: auto;
	bottom: 0;
}

.c-bridal-qa h4 {
	margin: 0 0 30px;
	transform: rotate(.05deg);
}

.c-bridal-qa h4 img {
	max-width: 20%;
	margin: 0 0 15px;
}

.c-bridal-qa h4 strong {
	color: #cf9297;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
	display: block;
}

.c-bridal-qa h4 em {
	font-size: 16px;
}

.c-bridal-qa p {
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: .1em;
	transform: rotate(.05deg);
}

.c-bridal-qa p:before {
	content: 'A.';
	color: #000;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	margin: 0 0 15px;
	display: block;
}


/* RESPONSIVE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 949px) {
} /* END RESPONSIVE 949px */




@media screen and (max-width:767px) {
	.u-contents {
		margin-top:0px;
	}
    .bridal img{
        width: 100%;
        height: auto;
    }
	.u-show-mobile {
		display: inline-block;
	}
	
	.u-hide-mobile {
		display: none;
	}
	
	.u-show-374 {
		display: none;
	}
	
	.u-title-hi {
		margin: 0 0 20px;
	}
	
	.u-title-hi:after {
		width: 66px;
	}
	
	.u-title-hi img {
		height: 8px !important;
		margin: 0 0 25px;
	}
	
	/* .u-title-hi strong {
		font-size: 14px;
		line-height: 1.75;
		letter-spacing: 0;
		transform: rotate(.05deg);
	} */
	
	.u-item-photo {
		margin: 0 0 20px;
	}
	
	.u-item-photo img {
		max-width: calc(100% - 20px) !important;
	}
	
	.u-ornament-line.isTop {
		padding: 40px 15px 20px;
	}
	
	.u-ornament-line.isTop:before,
	.u-ornament-line.isTop:after {
		height: 3px;
	}
	
	.u-ornament-line.isTop:before {
		top: -3px;
	}
	
	.u-ornament-line.isTop:after {
		bottom: -3px;
	}
	
	.u-ornament-line.isSide {
		max-width: calc(100% - 30px);
		margin-bottom: 50px;
	}
	
	.u-ornament-line.isSide:before,
	.u-ornament-line.isSide:after {
		width: 3px;
	}
	
	.u-bg-color__blue {
		padding-top: 15px;
	}
	
	.u-bg-color__blue .u-title-hi img {
		height: 12px !important;
		margin: 0 0 10px;
	}
	
	.u-bg-color__blue .u-item-photo img {
		max-width: calc(100% - 40px) !important;
	}
	
	.u-bg-color__blue .u-ornament-line.isSide:last-of-type {
		margin-bottom: 15px;
	}
	
	.u-buy-button {
		margin: 0 0 60px;
		padding: 0;
	}
	
	.u-buy-button:last-of-type {
		margin: 0 0 20px;
	}
	
	.is-bridal-page .u-buy-button:after {
		width: 100%;
	}
	
	.is-bridal-page .u-buy-button a {
		font-size: 12px;
		padding: 20px 0;
	}
	
	.is-bridal-page .u-buy-button a:before {
		border-width: 1px;
	}
	
	.c-bridal-main h1 img {
		padding: 60px 0 40px;
	}
	
	.c-bridal-main p {
		font-size: 12px;
		letter-spacing: .1em;
		margin: 0 0 50px;
	}
	
	.c-elegant-items {
		padding: 15px 0 0;
	}
	
	.c-product-data {
		padding: 15px 0;
	}
	
	.c-product-data__title {
		font-size: 14px;
		line-height: 1.75;
		letter-spacing: 0;
		margin: 0 0 15px;
		padding: 20px 0;
		transform: rotate(.05deg);
	}
	
	.c-product-data__title:before,
	.c-product-data__title:after,
	.c-bridal-qa__inner:last-of-type:after {
		height: 2px;
	}
	
	.c-product-data__item {
		font-size: 10px;
	}
	
	.c-bridal-qa {
		padding: 60px 0 0;
	}
	
	.c-bridal-qa h2 {
		font-size: 12px !important;
		margin: 0 0 60px;
	}
	
	.c-bridal-qa h3 {
		margin: 0 0 40px;
	}
	
	.c-bridal-qa h3 img {
		max-width: 80px;
	}
	
	.c-bridal-qa__inner {
		padding: 30px 0;
	}
	
	.c-bridal-qa__inner:before {
		height: 2px;
	}
	
	.c-bridal-qa h4 {
		margin: 0 0 20px;
	}
	
	.c-bridal-qa h4 img {
		max-width: 90px;
	}
	
	.c-bridal-qa h4 strong {
		font-size: 14px;
		letter-spacing: 0;
		margin: 0 0 10px;
	}
	
	.c-bridal-qa h4 em {
		font-size: 11px;
		letter-spacing: 0;
	}
	
	.c-bridal-qa p:before {
		font-size: 20px;
		margin: 0 0 5px;
	}
	
	.c-bridal-qa p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	
	
} /* END RESPONSIVE 767px */




@media screen and (max-width:374px) {
	.u-show-374 {
		display: inline-block;
	}
	
	.u-title-hi strong {
		font-size: 13px;
	}
	
	.c-product-data__title {
		font-size: 13px;
	}
	
	
	
} /* END RESPONSIVE 374px */



@media print {
} /* END PRINT */


