@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
	width: 100%;
	height: auto;
}
body {
    background: #ffffff;
    color: #c2d2e;
	scroll-behavior: smooth;  
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	–root-font-size: 16;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

/*---------------- 改行 ----------------*/
@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: 210px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.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;	
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:120px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
}

.item-wapper-minute {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item-wapper-minute img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 400px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 200px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-minute {
		max-width: 600px;
		margin-bottom: 100px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 150px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#winter23_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 60px;
}
#winter23_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#winter23_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#winter23_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.three_rdimg__box {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.tworow__imgbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.tworow__img__right {
	width: 55%;
}
.tworow__img__left {
	width: 40%;
}
.one_img__left {
	width: 85%;
}

.left__txt01 {
	position: absolute;
	width: 35%;
	top: 45%;
	left: 0%;
	z-index: 5;
}
.right__txt01 {
	position: absolute;
	width: 13%;
	bottom: 5%;
	right: -2%;
	z-index: 5;
}

.sec01_itemslist_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_rdimg__box {
		width: 100%;
		margin-bottom: 40px;
	}
	.sec01_itemslist_center {
		width: 50%;
	}
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {

}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.both_sides__area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.txt__center02 {
	position: absolute;
	width: 50%;
	left: 0%;
	top: -30%;
	z-index: 10;
}
.both_sides__box {
	list-style: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: flex;
	column-gap: 10px;
	z-index: 10;
}
.both_sides__img {
	width: 50%;
}

.center_slide__box {
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.sec02_itemslist_cener {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sec2txt__center {
	position: absolute;
	width: 85%;
	top: -8%;
	left: 7.5%;
	z-index: 10;
	pointer-events: none;
}
.sec2txt__right {
	position: absolute;
	width: 50%;
	bottom: -7%;
	right: -10%;
	z-index: 10;
	pointer-events: none;
}

.three_img__rowbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	/*column-gap: 10px;*/
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.slick__area_bgimg {
		margin-bottom: 60px;
		padding: 100px 0;
	}
	.sec2txt__right {
		top: 450px;
	}
	.sec02_itemslist_cener {
		width: 60%;
	}
	.center_slide__box {
		width: 80%;
		margin-bottom: 120px;
	}
	.both_sides__box {
		margin-bottom: 30px;
		column-gap: 20px;
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.symmetry_img__color {
	width: 100%;
	margin-bottom: 15px;
}
.symmetry_img__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	column-gap: 10px;
}
.symmetry_item__left {
	height: 100%;
	z-index: 10;
}
.symmetry_item__right {
	height: 100%;
	z-index: 10
}

.sec3txt__left {
	position: absolute;
	width: 35%;
	top: -3%;
	left: 3%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	pointer-events: none;
}
.sec3txt__right {
	position: absolute;
	width: 35%;
	bottom: -3%;
	right: 3%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	pointer-events: none;
}

.symmetry_img__box {
	list-style: none;
	display: flex;
}

.sec03_itemslist_cener {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.sec03_itemslist {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.secthree__box {
	width: 100%;
	height: auto;
	position: relative;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.symmetry_img__color {
		margin-bottom: 30px;
	}
	.sec3txt__right {
		position: absolute;
		width: 35%;
		top: 450px;
	}
	.sec03_itemslist_cener {
		width: 40%;
	}
	.sec03_itemslist {
		width: 60%;
	}
	.sec3txt__center {
		width: 36%;
		top: -140px;
		left: 32%;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.twoimg_horizontal__boxW {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}
.twoimg_horizontal__boxM {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
.center_img_boxXS {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.center_img_boxS {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.center_img_boxM {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.center_img_boxW {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
}

.rdm_three_img__box {
	position: relative;
	width: 100%;
	height: 520px;
	margin-bottom: 20px;
}

.rdm_three_img__left {
	position: absolute;
	left: 5%;
	top: 0%;
	width: 43%;
	z-index: 10;
}
.rdm_three_img__right {
	position: absolute;
	right: 5%;
	top: 0%;
	width: 42%;	
}
.rdm_three_img__center {
	position: absolute;
	left: 30%;
	bottom: 0;
	width: 60%;
}

.oclm_img__box {
	width: 90%;
	position: relative;
	left: 5%;
}
.se4txt__itmright {
	position: absolute;
	width: 5%;
	bottom: 0%;
	right: 0%;
	z-index: 10;
}
.se4txt__itmleft {
	position: absolute;
	width: 2.5%;
	bottom: 107%;
	left: 0%;
	z-index: 10;
}

.se4txt__seasonrt {
	position: absolute;
	width: 35%;
	top: -7%;
	right: 8%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;	
}
.rdm_three_img__oclm {
	width: 80%;
	margin-bottom: 20px;
}

.sec04_itemslist_cener {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.sec04_itemslist_left {
	width: 70%;
	margin-left: 5%;
}

.sec05_itemslist_cener {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.twoimg_horizontal__boxW {
		margin-bottom: 60px;
		column-gap: 30px;
	}
	.twoimg_horizontal__boxM {
		width: 75%;
		margin-bottom: 30px;
		column-gap: 20px;
	}
	.center_img_boxW {
		margin-bottom: 60px;	
	}
	.oclm_img__box {
		width: 100%;
		left: 0%;
	}

	.center_img_boxS {
		margin-bottom: 30px;
	}
	.sec04_itemslist_cener {
		width: 60%;
	}
	.se4txt__itmright {
		width: 4%;
		bottom: 35%;
		right: 40px;
	}
	.sec05_itemslist_cener {
		width: 70%;
	}
}


/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.twoimgabreast__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
}

.center_slide__widebox {
	width: 100%;
	position: relative;
}

.sec5txt__right {
	position: absolute;
	width: 4%;
	right: 10%;
	top: 25%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
	
}

/* ---------------------------------------------------------
	sec#06
----------------------------------------------------------*/
.siximg__area {
	width: 100%;
	position: relative;
}
.subheading_center6__txt {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sqsiximg__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 5px;
	row-gap: 10px;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}
.sqsiximg__item {
	width: calc(100% / 3 - 5px);
}
/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_center6__txt {
		margin-bottom: 60px;
	}
	.sqsiximg__box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 15px;
		row-gap: 20px;
	}
	.sqsiximg__item {
		width: calc(100% / 3 - 15px);
	}
}


/* ---------------------------------------------------------
	slider box
----------------------------------------------------------*/
.slide__boxXS {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.slide__boxS {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.slide__boxM {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
}

/* ---------------------------------------------------------
	list(right)
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.items_price_right li {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right li a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_right li:nth-child(even) {
	padding-left: 1em;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1em;
}



/* ---------------------------------------------------------
	list(right-vert)
----------------------------------------------------------*/
.items_price_right_vert {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
}
.items_price_right_vert li {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_vert li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_vert a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	text-decoration: underline;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	list(left)
----------------------------------------------------------*/
.item_list_left {
	width: 100%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.items_price_left li {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
}

.items_price_left a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	color: #17191b;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_left li:nth-child(even) {
	padding-left: 1em;
}
.items_price_left li:nth-child(n + 3) {
	padding-top: 1em;
}

/* ---------------------------------------------------------
	list(left-vert)
----------------------------------------------------------*/
.items_price_left_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_vert li {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_left_vert a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	color: #17191b;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_left_vert li:not(:first-child) {
	padding-top: 1rem;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
		margin-left: 0%;
	}
	.item_list_left_vert {
		width: 50%;
	}
	.items_price_left_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list(center)
----------------------------------------------------------*/
.item_list_center {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	ffont-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_center li:nth-child(even) {
	margin-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_center li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list(center-vert)
----------------------------------------------------------*/
.item_list_center_vert {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.items_price_center_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_vert li {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #17191b;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center_vert a {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.items_price_center_vert li:not(:first-child) {
	padding-top: 1.5em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_vert {
		width: 40%;
	}
	.items_price_center_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center_vert {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	BTN
----------------------------------------------------------*/
.itembtn_wapper {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #17191b solid;
	border-radius: 100px;
	text-decoration: none;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5em;
}

.itemlk a {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #17191b;
	letter-spacing: 0.5em;
	text-decoration: none;
	transition: .3s;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	snowing
----------------------------------------------------------*/
#snow_particles {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100vh;
	/*background-color: #d1dae5;*/
	background-color: #c0cee1;
	
}
#contents_wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #b2c3da; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
}

footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 20px;
}

footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

footer .footer__p {
	display: block;
	text-align: center;
	color: #17191b;
	font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 20px;
}

footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

footer .footer__p_link {
	display: block;
	padding: 1em 0 3em;
	text-align: center;
}
footer .footer__p_link a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2rem;
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	line-height: 1;
	color: #17191b;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #17191b;
	font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
	padding-top: 1em;
	line-height: 1;
	font-family: 'bodoni-urw', 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 .footer__p_link {
		font-size: 1.5rem;
	}
	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 .footer__p_link {
		font-size: 1.6rem;
	}
	footer #sns__area {
		width: 100%;
		max-width: 400px;
		column-gap: 80px;
	}
	footer #sns__area li {
		width: calc((100% /4 - 240px) 960 * 100vw);
	}
}