@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #808080;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #808080;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}


/*---------------- indention ----------------*/
@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;
	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: 90px;
}
.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: 30px;
}
.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: 350px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 300px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 120px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	color item wapper
----------------------------------------------------------*/
.item-wapper-yel {
	width: 100%;
	padding: 90px 0;
	background-color: #fcfbf0;
}
.item-wapper-yel img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-blu {
	width: 100%;
	padding: 90px 0;
	background-color: #f0fcfb;
}
.item-wapper-blu img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-pnk {
	width: 100%;
	padding: 90px 0;
	background-color: #fcf0f1;
}
.item-wapper-pnk img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-grn {
	width: 100%;
	padding: 90px 0;
	background-color: #f0fcf3;
}
.item-wapper-grn img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper-yel {
		max-width: 600px;
	}
	.item-wapper-blu {
		max-width: 600px;
	}
	.item-wapper-pnk {
		max-width: 600px;
	}
	.item-wapper-grn {
		max-width: 600px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#sweetmode_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 120px;
	position: relative;
}
#sweetmode_hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#sweetmode_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 150px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#sweetmode_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 180px
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.twoimg__midinner {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.twoimg_dislocate__box {
	display: grid;
	grid-template-columns: 51.5% 10% 38.5%;
	grid-template-rows: auto auto 90px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twoimg_leftup__box {
	display: grid;
	grid-template-columns: 48.5% 3% 48.5%;
	grid-template-rows: auto auto 60px auto auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.twoimg_dislocate__left {
	grid-area: 1 / 1 / 4 / 3;;
	align-self: start;
}
.twoimg_dislocate__right {
	grid-area: 3 / 2 / 6 / 4;
	align-self: end;
	z-index: 10;
}
.twoimg_dislocate__prc {
	grid-area: 5 / 1 / 6 / 2;
	align-self: end;
	padding-left: 1em;
}



.twocol_img__box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.9% 35.6% 7.7% 20% 33.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img__left {
	grid-area: 1 / 1 / 3 / 4;
}
.twocol_img__right {
	grid-area: 2 / 3 / 4 / 6;
	z-index: 10;
}
.twocol_img__leftprice {
	grid-area: 3 / 2 / 4 / 4;
	white-space: nowrap;
	z-index: 20;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_dislocate__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.two_col_img__box {
	width: 100%;
	position: relative;
}
.two_col__hrznimg__warp {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.two_col__horizon__warp {
	width: 100%;
	position: relative;
}

.two_col__horizonimg {
	width: 84.6%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}
.two_col__horizonimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.two_col__horizonwide {
	width: 100%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}
.two_col__horizonwide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.two_col__item {
	width: 50%;
}
.twospacecol__item {
	width: 48.5%;
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.twoimg_vertical__wrap {
	width: 100%;
	position: relative;
}

.twoimg_vertical__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}

.twoimg_vertical__spcbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
	position: relative;
}

.twoimg_vertical__mintbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__mintbox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #f7ffff;
	z-index: -1;
}

.twoimg_vertical__bluebox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__bluebox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #f7fcff;
	z-index: -1;
}

.twoimg_vertical__pastelwhtbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
	position: relative;
}
.twoimg_vertical__pastelwhtbox::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #fdfcfb;
	z-index: -1;
}

.twoimg_vertical__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical__subheadingop {
	width: 30.8%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_row__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}
.twoimg_vertical_row__item {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_nsrow__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
}
.twoimg_vertical_nsrow__item {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_vertical_row__box {
		row-gap: 40px;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.revtwocol_img__box {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.revtwocol_img__right {
	grid-area: 1 / 2 / 3 / 3;
	align-content: start;
}

.revtwocol_img__left {
	grid-area: 2 / 1 / 4 / 2;
	align-content: end;
}

.revtwocol_img__price {
	grid-area: 3 / 2 / 4 / 3;
	align-content: end;
	padding-right: 0em;
	z-index: 10;
}



.swing_ribbon__warp {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	position: relative;
}
.swing_ribbon {
	width: 15%;
	position: absolute;
	top: 0%;
	left: 42.5%;
	z-index: 10;
}
.swing_ribbon img {
	animation: swing 3s infinite;
	transform: rotate(20deg);	
}
@keyframes swing {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.revtwocol_img__price {
		padding-right: 0em;
	}
	.swing_ribbon__warp {
		width: 100%;
		height: 100px;
		margin-bottom: 60px;
		position: relative;
	}
	.swing_ribbon {
		width: 10%;
		left: 45%;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading_right01 {
	width: 4.7%;
	position: absolute;
	top: 0;
	right: 4.35%;
	pointer-events: none;
}

.subheading_left01 {
	width: 2.2%;
	position: absolute;
	top: 22%;
	left: 6.8%;
	pointer-events: none;
}

.subheading_right06 {
	width: 4.7%;
	position: absolute;
	top: 0;
	right: 4.35%;
	pointer-events: none;
}

.subheading_right07 {
	width: 6.9%;
	position: absolute;
	top: 20%;
	right: -20%;
	pointer-events: none;
}
.subheading_left07 {
	width: 6.9%;
	position: absolute;
	top: 15%;
	left: -20%;
	pointer-events: none;	
}

.subheading_season_left {
	width: 2.3%;
	position: absolute;
	bottom: 0;
	left: 6%;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.twocol__pricebox {
	width: 91.3%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	line-height: 0;/*　下の謎余白を消す！ */
	font-size: 0;/*　下の謎余白を消す！ */
}

.twocol_img_b__box {
	width: 100%;
	display: grid;
	grid-template-columns: 41.4% 4.8% 53.8%;
	grid-template-rows: auto auto 100px auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img_b__left {
	grid-area: 1 / 1 / 4 / 2;
	z-index: 10;
}
.twocol_img_b__right {
	grid-area: 3 / 3 / 6 / 4;
	align-content: end;
}
.twocol_img_b__leftprice {
	grid-area: 5 / 1 / 6 / 3;
	padding-left: 1em;
	align-content: end;
	z-index: 10;
	white-space: nowrap;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocol__pricebox {
		margin-top: 40px;
	}
	.subheading_newsmrlook {
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	grid
----------------------------------------------------------*/
.uneven_twonospc__warp {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.uneven_twonospc__box {
	display: grid;
	grid-template-columns: 53.8% 4.8% 41.4%;
	grid-template-rows: auto 50px 50px;
	grid-column-gap: 0px;
	grid-row-gap: 0px
}

.uneven_twonospc__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.uneven_twonospc__right {
	grid-area: 2 / 3 / 4 / 4;
	align-self: end;
}

.centerslide__midbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.uneven_twonospc__warp {
		margin-bottom: 60px;
	}
	.uneven_twonospc__box {
		grid-template-rows: auto 100px 100px;
	}
}




/* ---------------------------------------------------------
	
----------------------------------------------------------*/

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.right_price__hlfbox {
	width: 70%;
	margin-top: 20px;
	margin-left: auto;
	padding-right: 1em;
}

.center_price__box {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_price__hlfbox {
		padding-right: 0em;
	}
	.center_price__box {
		width: 61.5%;
	}
}


/* ---------------------------------------------------------
	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.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #121015;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right li:nth-child(even) {
	padding-left: 1em;
}
.items_price_right li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}




/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #121015;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list center col
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #121015;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.items_price_left_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #121015;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #121015;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #0c1926;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	color: #121015;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #121015 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(0.9375rem, calc(0.8693181818181819rem + 0.3409090909090909vw), 1.125rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8em;
	color: #121015;
	text-decoration: none;
	/*vertical-align: middle;*/
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 2em 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: 60px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #121015;
}
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: #121015;
	font-size: clamp(1.4375rem, calc(1.3920454545454546rem + 0.22727272727272727vw), 1.5625rem);
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #121015;
	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: #121015;
	font-size: clamp(0.6875rem, calc(0.6420454545454546rem + 0.22727272727272727vw), 0.8125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "adobe-caslon-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- 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);
	}
}