@charset "UTF-8";
html,
body {
	height: 100%;
	font-size: 62.5%;
}
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: #0c0c0c;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }



/* ---------------------------------------------------------
	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-xs {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.item-wapper-xs img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 270px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 220px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 170px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 100px;
	}
}

/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#premiumod_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 45px;
}
#premiumod_hero img {
	max-width: 100%;
	height: auto;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#premiumod_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 75px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#premiumod_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 135px
	}
}


/* ---------------------------------------------------------
	introduction
----------------------------------------------------------*/
.premiumod__intro {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.premiumod__intro::after {
	content: '';
	width: 20%;
	height: 1px;
	display: inline-block;
	background-color: #0c0c0c;
	position: absolute;
	left: 40%;
	bottom: -15%;
}

.intro_heading {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.intro__txt {
	list-style: none;
	text-align: center;
}
.intro__txt li {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-size: 1.5rem;
	color: #0c0c0c;
	letter-spacing: 0.05em;
}
.intro__txt li:first-child {
	font-weight: 500;
}
.intro__txt li:nth-child(2) {
	padding-top: 0.5em;
	font-size: 2.25rem;
}
.intro__txt li:nth-child(3) {
	padding-top: 2em;
}
.intro__txt li:nth-child(4) {
	padding-top: 1em;
}
.txt__s {
	font-size: 1.3rem;
}

.intro__ch {
	padding: 0.25em 0.5em 0.3em;
	color: #ffffff;
	background-color: #b3b3b3;
	border-radius: 100px;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.intro_heading {
		margin-bottom: 40px;
	}
	.intro__txt li {
		font-size: 2.25rem;
	}
	.intro__txt li:nth-child(2) {
		font-size: 3.375rem;
	}
	.txt__s {
		font-size: 1.95rem;
	}
	.intro__ch {
		font-size: 1.65rem;
	}
}



/* ---------------------------------------------------------
	SET UP
----------------------------------------------------------*/
.setup__warp {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.subheading__box01 {
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
	position: relative;
}
.subheading_cate {
	width: 65%;
	margin-bottom: 60px;
	position: absolute;
	left: 17.5%;
	top: 40%;
	z-index: 50;
}
.subheading_num {
	width: 40%;
	position: absolute;
	left: -13%;
	top: 0%;
	z-index: 1;
}

.three_items__box {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	column-gap: 5px;
}

.three_items__inner {
	list-style: none;
	width: calc(100% / 3 - 5px);
	position: relative;
}

/* --- ivory --- */
.setup_ivory__area {
	list-style: none;
	width: 100%;
	height: 340px;
	display: flex;
	column-gap: 10px;
	margin-bottom: 90px;
}
.setup_ivory__area li {
	width: calc(50% - 10px);
}
.setup_ivory__area li:nth-child(2) {
	align-self: flex-end;
}
.setup_ivory__left {
	height: 340px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.setup_ivory__left li {
	width: 100%;
}
.setup_ivory__list {
	align-self: flex-end;
}

/* --- pink --- */
.setup_pink__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.vertical_slide__pink {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.horizontal_slide__pink {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.hrzn_slide__img {
	width: 65%;
}
.hrzn_slide__prc {
	width: 35%;
}

/* --- mint --- */
.setup_mint__area {
	list-style: none;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 5px;
}
.setup_mint__area li {
	width: calc(50% - 5px);
}
.setup_mint__list {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.setup_center_slides {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_items__box {
		margin-bottom: 60px;
	}
	.subheading__box01 {
		height: 200px;
		margin-bottom: 60px;
	}
	.setup_ivory__area {
		height: 530px;
		margin-bottom: 120px;
	}
	.setup_ivory__left {
		height: 530px;
	}
	.vertical_slide__pink {
		margin-bottom: 60px;
	}
	.hrzn_slide__img {
		width: 60%;
	}
	.setup_mint__list {
		width: 40%;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	knit
----------------------------------------------------------*/
.knit__warp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.subheading_cate02 {
	width: 65%;
	margin-bottom: 60px;
	position: absolute;
	left: 17.5%;
	top: 30%;
	z-index: 50;
}
.subheading_num02 {
	width: 40%;
	position: absolute;
	left: -13%;
	top: 0%;
	z-index: -1;
}

.knit_fourcolor__box {
	width: 100%;
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 5px;
	row-gap: 10px;
}
.knit_fourcolor__box li {
	width: calc(50% - 5px);
}

.knit_static_img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}


/* --- pink --- */
.knit_pink__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.knit_vertical_slide__pink {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.knit_horizontal_slide__pink {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
	column-gap: 20px;
}


/* --- charcoal --- */
.knit_charcoal__area {
	list-style: none;
	width: 100%;
	height: 330px;
	display: flex;
	column-gap: 10px;
	margin-bottom: 90px;
}
.knit_charcoal__area li {
	width: calc(50% - 10px);
}
.knit_charcoal__area li:nth-child(1) {
	align-self: flex-end;
}
.knit_charcoal__left {
	height: 330px;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.knit_charcoal__left li {
	width: 100%;
}
.knit_charcoal__list {
	text-align: right;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_cate02 {
		width: 65%;
		left: 17.5%;
		top: 30%;
	}
	.knit_horizontal_slide__pink {
		margin-bottom: 60px;
	}
	.knit_charcoal__area {
		height: 530px;
		margin-bottom: 120px;
	}
	.knit_charcoal__left {
		height: 530px;
	}
}


/* ---------------------------------------------------------
	muffler
----------------------------------------------------------*/
.muffler__warp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.subheading_cate__und {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.muffler_static_img {
	width: 100%;
	margin-bottom: 60px;
}

.subheading_num03 {
	width: 40%;
	position: absolute;
	left: -13%;
	top: 44%;
	z-index: -1;
}


.muffler_fourcolor__box {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 5px;
	row-gap: 10px;
}
.muffler_fourcolor__box li {
	width: calc(50% - 5px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.muffler_static_img {
		margin-bottom: 120px;
	}
	.subheading_cate__und {
		margin-bottom: 120px;
	}
	.subheading_num03 {
		top: 43%;
	}
}


/* ---------------------------------------------------------
	seemi bag
----------------------------------------------------------*/
.seemibag__warp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.seemi_subheading__box {
	width: 100%;
	position: relative;
}
.subheading_num04 {
	width: 40%;
	position: absolute;
	left: -13%;
	top: 45%;
	z-index: -1;
}

.sbag_center_slides {
	width: 100%;
	margin-bottom: 60px;
}

.sbag_static_img {
	width: 100%;
	margin-bottom: 20px;
}

.sbag__list {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.sbag_center_slides {
		margin-bottom: 120px;
	}
	.subheading_num04 {
		top: 43%;
	}
}


/* ---------------------------------------------------------
	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: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1.0rem;
}

.items_price_right a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --- 縦 ---*/
.items_price_right_vert {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_vert li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_vert li:not(:first-child) {
	padding-top: 1.0em;
}

.items_price_right_vert a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

.price_yen {
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	font-feature-settings: "palt" 1;
	color: #1a1a1a;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right a {
		font-size: 1.8rem;
	}
	.items_price_right_vert a {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	list(left)
----------------------------------------------------------*/
.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}
.items_price_left li {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
}

.items_price_left li:nth-child(n + 3) {
	padding-left: 1rem;
}
.items_price_left li:nth-child(n + 2) {
	padding-top: 1.0rem;
}

.items_price_left a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	color: #1a1a1a;
	text-decoration-skip-ink: none;
}

/*------ row ------*/
.items_price_left_vert {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items_price_left_vert li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_vert li:not(:first-child) {
	padding-top: 1.0rem;
}

.items_price_left_vert a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #999999;
	text-decoration-skip-ink: auto;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
		margin-left: 0%;
	}
	.items_price_left a {
		font-size: 1.8rem;
	}
	.item_list_left_vert {
		width: 50%;
	}
	.items_price_left_vert a {
		font-size: 1.8rem;
	}
	.items_price_left_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list(center)
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center li:nth-child(even) {
	margin-left: 1rem;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1.0rem;
}

.items_price_center a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center a {
		font-size: 1.8rem;
	}
	.items_price_center li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	list(center 90%)
----------------------------------------------------------*/
.items_price_center__ninety {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center__ninety li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center__ninety li:nth-child(2) {
	margin-left: 1rem;
}
.items_price_center__ninety li:nth-child(3) {
	margin-left: 1rem;
}
.items_price_center__ninety li:nth-child(5) {
	margin-left: 1rem;
}
.items_price_center__ninety li:nth-child(6) {
	margin-left: 1rem;
}

.items_price_center__ninety li:nth-child(n+4) {
	padding-top: 1.0rem;
}

.items_price_center__ninety a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_center__ninety {
		width: 50%;
	}
	.items_price_center__ninety a {
		font-size: 1.8rem;
	}
	.items_price_center__ninety li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(center vertical)
----------------------------------------------------------*/
.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: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1a1a1a;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1.0rem;
}

.items_price_center_vert a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_vert {
		width: 40%;
	}
	.items_price_center_vert li {
		font-size: 1.9rem;
	}
	.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 {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	border: 1px #1a1a1a solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: 1.5rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #1a1a1a;
	text-decoration: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 80%;
	}
	.itemlk {
		padding: 2rem 0;
	}
	.itemlk a {
		font-size: 2rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info-area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.info_box {
	background-color: #f2f2f2;
	border-radius: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	box-shadow: 5px 5px 0px 0px #fadee1;
	/*box-shadow: 3px 5px 5px 3px rgba(128, 128, 128, 0.25);*/
}

.info_heading {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 20px;
}

.info-style {
	text-align: left;
	padding: 0 30px 40px;
	line-height: 1.8;
}

.info-style {
	list-style: none;
}

.info-style li {
	font-size: 1.3rem;
	color: #0c0c0c;
	letter-spacing: 0.01em;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;	
}
.info-style li:not(:first-child){
	padding-top: 1.5em;
}
.info__date {
	font-size: 1.5rem;
	color: #0c0c0c;
	letter-spacing: 0.01em;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;	
}
.info__ch {
	padding: 0.25em 0.5em;
	color: #f2f2f2;
	background-color: #666666;
	border-radius: 3px;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	vertical-align: text-top;
}
.info__lil {
	font-size: 1.1rem;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;	
}



/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.info-area {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.info_heading {
		width: 30%;
		padding: 50px 0;
	}
	.info-style {
		padding: 0 80px 50px;
	}
	.info-style li {
		font-size: 1.7rem;
	}
	.info__date {
		font-size: 1.8rem;	
	}
	.info__ch {
		border-radius: 5px;
		font-size: 1.4rem;
	}
	.info__lil {
		font-size: 1.4rem;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	max-width: 9999px;
	font-size: 1.3rem;
	padding: 20px 0;
}

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 {
	display: block;
	text-align: center;
	color: #0c0c0c;
	font-size: 1.625rem;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
footer .footer__p_link {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.2rem;
	font-size: 1.3rem;
	line-height: 1;
	color: #0c0c0c;	
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #0c0c0c;
	font-size: 1.0rem;
	padding-top: 1em;
	line-height: 1;
	font-family: "baskerville-display-pt", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	width: 55%;
	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 {
		font-size: 1.875rem;
	}
	footer .footer__p_link {
		font-size: 1.5rem;
	}
	footer .footer_r {
		font-size: 1.2rem;
	}
	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 {
		font-size: 2rem;
	}
	footer .footer__p_link {
		font-size: 1.6rem;
	}
	footer .footer_r {
		font-size: 1.3rem;
	}
	footer #sns__area {
		width: 20%;
		column-gap: 30px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 90px) 960 * 100vw);
	}
}
