@charset "UTF-8";
html,
body {
	height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-style: normal;
    background: #ffffff;
    color: #3e3e3b;
}

* {
  box-sizing: border-box;
}

:root {
	–root-font-size: 16;
	–root-txtcolor: #262626;
	–root-linkcolor: #262626;
}


/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
 
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 250px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 200px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 140px;		
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#otonanice_hero {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
	padding: 0;
}
#otonanice_hero img {
	max-width: 100%;
	height: auto;
}


/* #otonanice_hero::after{
   content:"";
   display:block;
   width: 30.7%;
   height: 1px;
   background-color: #182535;
   position:absolute;
   bottom: 0;
   left: 34.65%;
} */


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#otonanice_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#otonanice_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
	#otonanice_hero::after{
	   content:"";
	   display:block;
	   width: 0;
	   height: 0;
	   background-color: #182535;
	   position:absolute;
	   bottom: 0;
	   left: 0;
	}
}

/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.four_item_wrap {
	display: grid;
	grid-template-columns: 5% 15% 5% 22% 5% 8% 15% 10% 10% 5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.four_item_topleft {
	grid-area: 1 / 1 / 5 / 9;
}
.four_item_topright {
	grid-area: 4 / 7 / 7 / 11;
	font-size: 0;
	line-height: 0;
}
.four_item_cleft {
	grid-area: 6 / 2 / 10 / 7;
	font-size: 0;
	line-height: 0;
}
.four_item_bright {
	grid-area: 9 / 6 / 12 / 10;
	align-self: end;
	z-index: 10;
}
.four_item_price {
	grid-area: 11 / 2 / 12 / 4;
	align-self: end;
	padding-right: 1em;
	padding-top: 1em;
	z-index: 10;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.wide_rel__box {
	width: 100%;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 50.5% 11% 38.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
}

.wide_rel__left {
	grid-area: 1 / 1 / 3 / 3;
}
.wide_rel__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
	z-index: 10;
}

.twocol_btmalign__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.twocol_btmalign__left {
	padding-left: 1em;
}

.twocol_btmalign__right {
	width: 48.5%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.wide_rel__box {
		width: 100%;
		margin-bottom: 20px;
		display: grid;
		grid-template-columns: 51.5% 10% 38.5%;
		grid-template-rows: auto;
		grid-column-gap: 0px;
	}
}

/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.center_wideslide__box {
	width: 100%;
	margin-bottom: 30px;
}

.twocol__uptright_box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol__uptright_r {
	grid-area: 1 / 2 / 3 / 3;
}
.twocol__uptright_l {
	grid-area: 2 / 1 / 4 / 2;
}
.twocol__uptright_price {
	grid-area: 3 / 2 / 4 / 3;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.threecol_uptoright__box {
	display: grid;
	grid-template-columns: 23% 23% 8% 23% 23%; 
	grid-template-rows: 160px 160px 120px 60px 120px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.threecol_uptoright__right {
	grid-area: 1 / 4 / 3 / 6;
}

.threecol_uptoright__center {
	grid-area: 2 / 2 / 5 / 5;
}

.threecol_uptoright__left {
	grid-area: 4 / 1 / 6 / 3;
	align-self: end;
}

.threecol_uptoright__rprice {
	grid-area: 5 / 4 / 6 / 6;
	align-self: flex-end;
	padding-right: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecol_uptoright__box {
		display: grid;
		grid-template-columns: 23% 23% 8% 23% 23%; 
		grid-template-rows: 250px 230px 200px 80px 190px;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.threecol_random__box {
	display: grid;
	grid-template-columns: 5% 43% 6% 5% 5% 18% 18%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.threecol_random__tright {
	grid-area: 1 / 3 / 3 / 8;
}
.threecol_random__center {
	grid-area: 2 / 1 / 5 / 4;
}
.threecol_random__bright {
	grid-area: 4 / 5 / 7 / 8;
	align-self: flex-end;
}
.threecol_uptoright__topleft {
	grid-area: 1 / 1 / 3 / 3;
}

.threecol_random__lprice {
	grid-area: 6 / 2 / 7 / 5;
	align-self: flex-end;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecol_random__lprice {
		grid-area: 6 / 1/ 7 / 5;
	}
}


/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.twovert_twocol__box {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	font-size: 0;
	line-height: 0;
}

.twovert_twocol__ltop {
	grid-area: 1 / 1 / 3 / 2;
}
.twovert_twocol__lund {
	grid-area: 1 / 2 / 2 / 3;
}
.twovert_twocol__right {
	grid-area: 2 / 2 / 3 / 3;
}



.twocol__lside {
	display: flex;
	column-gap: 10px;
}
.twocol__lside__left { 
	width: calc(50% - 5px);
}
.twocol__lside__right { 
	width: calc(50% - 5px);
}



/* ---------------------------------------------------------

----------------------------------------------------------*/
.threecol_rightslide {
	width: 100%;
	display: grid;
	grid-template-columns: 5% 10% 20% 12.5% 5% 12.5% 15% 15% 5%;
	/*grid-template-columns: 10% 35% 10% 5% 40%;*/
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}

.threecol_rsld__left {
	grid-area: 1 / 3 / 4 / 11;
}
.threecol_rsld__right {
	grid-area: 3 / 2 / 7 / 5;
}
.threecol_rsld__center {
	grid-area: 6 / 6 / 9 / 9;
}
.threecol_rsld__bleft {
	grid-area: 8 / 1 / 12 / 6;
}
.threecol_rsld__price {
	grid-area: 11 / 7 / 12 / 9;
	align-self: end;
	padding-left: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	occasion
----------------------------------------------------------*/
.three_static__box {
	width: 100%;
	position: relative;
}

.subheading_occasion {
	width: 53.8%;
	position: absolute;
	left: 2%;
	top: 1.5%;
	z-index: 10;
}

.three_static_img {
	display: grid;
	grid-template-columns: 5% 41.1% 5% 5.5% 5% 33.4% 5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.three_static_upper {
	grid-area: 1 / 2 / 5 / 8; 
}
.three_static_middle {
	grid-area: 4 / 1 / 8 / 3;
	align-self: end;
}
.three_static_lower {
	grid-area: 6 / 4 / 10 / 7;
	align-self: end;
}

.three_static__lprice {
	grid-area: 9 / 1 / 10 / 3;
	align-self: end;
	padding-left: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.three_static__lprice {
		padding-left: 0em;
	}
}



/* ---------------------------------------------------------

----------------------------------------------------------*/


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
	line-height: 1;
	color: #0c121a;
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt";
}

.items_price_right li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	 font-feature-settings: "palt";
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
	line-height: 1;
	color: #0c121a;
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt";
}

.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
	font-feature-settings: "palt";
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.813rem, 0.631rem + 0.91vw, 1.313rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	color: #0c121a;
	font-feature-settings: "palt";
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #0c121a solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1.375rem, 1.102rem + 1.36vw, 2.125rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.3em;
	color: #0c121a;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 3em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #aec4d8; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 30px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #ffffff;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #0c121a;
	font-size: clamp(1.75rem, 1.523rem + 1.14vw, 2.375rem);
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1.5em 0 4.5em;
	text-align: center;
}
footer .footer__txtlink a {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.2em;
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	line-height: 1;
	color: #0c121a;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #0c121a;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "cormorant-garamond", serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	list-style: none;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
footer #sns__area li {
	width: calc(100% / 4 - 30px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}