@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav, ul, ol {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
}
DIV#contents {
	width: 100% !important;
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック" sans-serif;
	font-weight: 400;
	color: #1D1D1D;
	margin-top: 15px;
}
#contents div {
	line-height: 0;
}
#contents p {
	margin: 0;
	margin-bottom: 0 !important;
	padding: 0;
	line-height: 1;
}
#contents a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s;
}
#contents a:hover {
	opacity: 0.6;
}
#contents ul {
	list-style: none;
	margin-bottom: 0 !important;
	padding: 0;
}
#contents img,
#contents video {
	width: 100%;
	height: auto;
}
#contents .slick-slide {
	height: auto !important;
}

@media (max-width: 768px) {
	.pc-contents {
		display: none;
	}
}

.sp-contents {
	display: none;
}
@media (max-width: 768px) {
	.sp-contents {
		display: block;
	}
}

/* ----------------------------------
adjustment
----------------------------------- */
DIV#mainBg {
	width: 100%;
}

DIV#contentsTitleCmn, DIV#contentsTitle {
	width: 960px;
	margin: auto;
}

#footerTop .pagetop img {
	display: none;
}

html, body {
	overflow-x: hidden;
}

BODY {
	font: inherit;
}


@keyframes scrollAnim {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
/* ------------------------------
pageTop
------------------------------- */
.kv {
	width: 100%;
	height: 100vh;
	min-height: 786px;
	font-size: 0px;
	line-height: 0;
	background-color: #A6C1D8;
}
.kv .kv-img {
	position: fixed;
	z-index: 0;
	width: 70%;
	top: 30%;
	left: 7%;
	right: 0;
	margin: auto;
}
.kv .kv-img.active {
	display: none;
}
@media (min-width: 1500px) {
	.kv .kv-img {
		top: 20%;
	}
}

.kv-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 960px;
	margin: auto;
}

.kv-txt {
	position: relative;
	z-index: 2;
	width: 50%;
}
.kv-txt .p-title {
	width: clamp(410px, 39.84375vw, 510px);
}
.kv-txt .p-sentence {
	width: 92%;
	margin-top: clamp(3.8rem, 4.53125vw, 5.8rem) !important;
	font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
	letter-spacing: 0.02em;
	line-height: 1.94 !important;
}

.kv-img {
	position: relative;
	z-index: 1;
	width: 50%;
}
.kv-img .kv-mainImg {
	position: relative;
	z-index: 2;
	width: clamp(300px, 35.15625vw, 450px);
	margin-right: clamp(1.5rem, 2.34375vw, 3rem) !important;
}

.kv-bg {
	position: absolute;
	z-index: 1;
	top: -20%;
	right: -48%;
	width: clamp(860px, 75vw, 960px) !important;
}

.secArea {
	position: relative;
	z-index: 2;
	background-color: #FFF;
}

.scroll {
	position: fixed;
	z-index: 0;
	bottom: 2rem;
	right: 5%;
}
.scroll.active {
	display: none;
}
.scroll .p-scroll {
	position: relative;
	left: 1px;
	width: 12px !important;
}

.scrollLine {
	position: relative;
	display: block;
	width: 1px;
	height: clamp(140px, 14.0625vw, 180px);
	margin: auto;
	margin-top: 6px;
	background: url(https://wedding.mynavi.jp/dress/search/images/dress_scroll_dotedLine.svg) no-repeat center/100%;
	overflow: hidden;
}
.scrollLine::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1D1D1D;
	animation: scrollAnim 1.5s ease-in infinite;
}

.pageTopBtn {
	opacity: 0;
	position: fixed;
	z-index: 1;
	bottom: 3rem;
	right: 2rem;
	width: 58px;
	transition: all 0.3s;
}
.pageTopBtn.active {
	z-index: 10;
	opacity: 1;
}

/* ------------------------------
sec-pickUp
------------------------------- */
.sec-pickUp {
	position: relative;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}
.sec-pickUp .bg-wrapper {
	padding-bottom: clamp(8rem, 13.28125vw, 10rem);
	font-size: 1rem;
	line-height: 1;
	background-color: #F2F6FA;
}

.pickUp-bg {
	position: absolute;
	top: clamp(-160px, -19.53125vw, -250px);
	width: 100% !important;
}
@media (min-width: 1500px) {
	.pickUp-bg {
		top: clamp(-16.5%, 1.1vw, -25%);
	}
}
.sec-pickUp .moreBtn {
	margin-top: 6rem;
}
.sec-pickUp .moreBtn + .secHead {
	margin-top: 10rem;
}
.sec-pickUp .banner-wrapper {
	width: 90%;
	max-width: 600px;
	margin: auto;
	margin-top: clamp(8rem, 7.8125vw, 10rem);
}


/* ------------------------------
slider-lst
------------------------------- */
.slider-ttl {
	margin-left: 15% !important;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.6rem, 1.5625vw, 2rem);
	letter-spacing: -0.03em;
}
.slider-ttl span {
	margin-left: 3px;
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.8rem, 1.875vw, 2.4rem);
	letter-spacing: -0.05em;
}

.ranking-lst .slick-list::after {
	top: -20% !important;
	height: 120% !important;
}
.ranking-lst .slick-dots li {
	width: 20% !important;
}

.slider-lst {
	position: relative;
	width: 100%;
}
.slider-lst .slick-list {
	width: 101%;
	margin-left: 15%;
}
.slider-lst .slick-list::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: -1px;
	left: -30%;
	width: 30%;
	height: 101%;
	background-color: #FFF;
}
.slider-lst.is-beige .slick-list::after {
	background-color: #F2F6FA;
}
.slider-lst li {
	margin-right: clamp(1rem, 1.171875vw, 1.5rem);
	transition: all 0.3s !important;
}
.slider-lst li.prevdiv {
	opacity: 0;
	transform: translateX(-40px);
}
.slider-lst li.rank1 {
	z-index: 5 !important;
}
.slider-lst li.rank2 {
	z-index: 4 !important;
}
.slider-lst li.rank3 {
	z-index: 3 !important;
}
.slider-lst li.rank4 {
	z-index: 2 !important;
}
.slider-lst li.rank5 {
	z-index: 1 !important;
}
.slider-lst li.rank5.slick-current.slick-active {
	z-index: 6 !important;
}

.slider-lst-img {
	position: relative;
}

.slider-lst-txt {
	margin-top: clamp(2rem, 2.34375vw, 3rem);
}
.slider-lst-txt .p-name-en {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
	letter-spacing: 0.2em;
	line-height: 1 !important;
}
.slider-lst-txt .p-name-ja {
	margin-top: clamp(8px, 1.171875vw, 1.5rem) !important;
	font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
	letter-spacing: 0.02em;
	line-height: 1 !important;
}
.slider-lst-txt .p-sentence {
	text-decoration: underline;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
	letter-spacing: 0.02em;
	line-height: 1.5 !important;
}


/* ------------------------------
sec-column
------------------------------- */
.sec-column {
	padding-top: clamp(10rem, 10.15625vw, 13rem);
	padding-bottom: clamp(8rem, 7.8125vw, 10rem);
	background-color: #FFFFFF;
}
.sec-column .tag-wrapper {
	margin-top: 6.0rem;
}
.sec-column .tag-wrapper ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: .5rem;
}
.column-item-wrapper {
	margin: auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
}
.column-item-wrapper .column-item {
	margin-top: 6rem;
	width: 31rem;
}
.column-item-wrapper .column-item-img {
	position: relative;
	width: 31rem;
	aspect-ratio: 1 / 1;
}
.column-item-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}
.column-item-wrapper .column-item .p-sentence {
	text-decoration: underline;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
	letter-spacing: 0.02em;
	line-height: 1.5 !important;
	margin-top: .7rem !important;
}
.sec-column .moreBtn-wrapper {
	margin-top: 6rem;
}


/* ------------------------------
tag
------------------------------- */
DIV#contents .tag {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	background-color: #F2F6FA;
	border-radius: .3rem;
	margin-top: 1.1rem;
	padding: .7rem 1rem;
}
DIV#contents .tag-pr::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: 0 0 / 61px 61px no-repeat url(/contents/special_contents/beauty/img/icon_pr.svg);
	width: 61px;
	height: 61px;
}


/* ------------------------------
sec-future
------------------------------- */
.sec-future {
	padding-top: clamp(10rem, 10.15625vw, 13rem);
	padding-bottom: clamp(8rem, 7.8125vw, 10rem);
	background-color: #F8F4EA;
}
.future-item-wrapper {
	margin: auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
}
.future-item-wrapper .future-item {
	margin-top: 6rem;
	width: 31rem;
}
.future-item-wrapper .future-item .future-item-img {
	position: relative;
	width: 31rem;
	aspect-ratio: 3 / 2;
}
.future-item-wrapper .future-item .future-item-img img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}
.future-item-wrapper .future-item .future-item-text {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: .7rem;
}
.future-item-wrapper .future-item .future-item-text .p-name {
	font-size: clamp(1.2rem, 1.171875vw, 1.4rem);
	font-weight: bold;
	line-height: 1.5;
}
.future-item-wrapper .future-item .future-item-text .p-heading {
	font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
	font-weight: bold;
	line-height: 1.5;
}
.future-item-wrapper .future-item .future-item-text .p-sentence {
	font-size: clamp(1.2rem, 1.171875vw, 1.4rem);
	line-height: 2 !important;
}
.future-item-wrapper .moreBtn-wrapper {
	margin-top: 3rem;
}
.future-item-wrapper .moreBtn {
	width: 23rem;
	height: 5rem;
	border: 1px solid #B0975B;
	
}
.future-item-wrapper .moreBtn:hover {
	background: #B0975B;
}

/* ------------------------------
secHead
------------------------------- */
.secHead {
	position: relative;
	z-index: 2;
	text-align: center;
}
.secHead .p-heading {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(3.2rem, 3.125vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 1 !important;
}
.secHead .p-heading.is-gold {
	color: #B0975B;
}
.secHead .p-search {
	width: clamp(138px, 12.34375vw, 158px);
	margin: auto !important;
}
.secHead .p-subHead {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 2.5rem !important;
	font-size: clamp(1.6rem, 1.5625vw, 2rem);
	letter-spacing: -0.03em;
	line-height: 1 !important;
}
.secHead .p-sentence {
	margin-top: 2.5rem !important;
	font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
	letter-spacing: -0.02em;
	line-height: 1 !important;
}
.secHead .p-lead {
	font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
	line-height: 2 !important;
}

/* ------------------------------
slider1
------------------------------- */
.slider1 .slick-list {
	overflow: unset;
}
.slider1 .slick-dots {
	position: static;
	display: flex;
	width: 90%;
	max-width: 960px;
	margin: auto;
	margin-top: clamp(5rem, 4.6875vw, 6rem);
	background-color: rgba(64, 131, 188, 0.3);
}
.slider1 .slick-dots li {
	width: 100px;
	height: 3px;
	margin: 0;
}
.slider1 .slick-dots li.slick-active button::before {
	opacity: 1;
}
.slider1 .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}
.slider1 .slick-dots li button::before {
	content: "";
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #4083BC;
}

/* ------------------------------
moreBtn
------------------------------- */
.moreBtn {
	position: relative;
	width: clamp(335px, 35.9375vw, 460px);
	height: 70px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #4083BC;
	border-radius: 8rem;
	transition: all 0.3s;
}
.moreBtn.is-mt20 {
	margin-top: 2rem;
}
.moreBtn:hover {
	background-color: #4083BC;
}
.moreBtn:hover a {
	color: #FFF !important;
}
.moreBtn:hover a::after {
	background: url(/contents/special_contents/beauty/img/beauty_moreBtn_arrow_on.svg) no-repeat center/100%;
}
.moreBtn a {
	opacity: 1 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	transition: all 0.3s;
}
.moreBtn a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(3.5rem, 3.515625vw, 4.5rem);
	width: 6px;
	height: 12px;
	background: url(/contents/special_contents/beauty/img/beauty_moreBtn_arrow_off.svg) no-repeat center/100%;
	transition: all 0.3s;
}

.viewmoreBtn {
	width: fit-content;
	margin: auto;
	margin-top: 3rem;
	text-align: center;
}
.viewmoreBtn a {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline !important;
	font-size: 1.6rem;
	letter-spacing: -0.05em;
	line-height: 1 !important;
}/*# sourceMappingURL=style.css.map */

.pickUp-lst {
	margin-top: clamp(5.4rem, 5vw, 6.4rem);
}
.pickUp-lst .slick-dots li {
	width: 100% !important;
}
.pickUp-lst .slider-lst-img{
	width: 100%;
	aspect-ratio: 1 / 1;
}
#contents .pickUp-lst .slider-lst-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ranking-lst .slider-lst-img{
	width: 100%;
	aspect-ratio: 3 / 4;
}
#contents .ranking-lst .slider-lst-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.column-pickUp-lst .slider-lst-img{
	width: 100%;
	aspect-ratio: 4 / 3;
}
#contents .column-pickUp-lst .slider-lst-img img{
	border-radius: 15% 0 0 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.column-news-lst .slider-lst-img{
	width: 100%;
	aspect-ratio: 4 / 3;
}
#contents .column-news-lst .slider-lst-img img{
	border-radius: 15% 0 0 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.caseStudy-lst li{
	aspect-ratio: 1 / 1;
}
#contents .caseStudy-lst li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}