@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #1b0707;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #c83138;
}
@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; }
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
	position: relative;
}
.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;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 210px;
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_60 {
	margin-bottom: 60px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
}

/* ---------------------------------------------------------
	
----------------------------------------------------------*/
.left_slide_largewap {
	width: 76.9%;
	background-color: #ffffff;
}
.twocol_lslide__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
}
.twocol_lslide__left {
	width: 38.5%;
}
.twocol_lslide__right {
	width: 61.5%;
	background-color: #ffffff;
	z-index: 10;
}

.left_prc_smallbox {
	padding-left: 1em;
}

.center_slide_widewap {
	width: 100%;
	background-color: #ffffff;
	z-index: 10;
}
.twocol__lup__wap {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twocol__lup__box {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol__lup__left { 
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twocol__lup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twocol__lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
}

.right_slide_largewap {
	width: 76.9%;
	margin-left: auto;
	background-color: #ffffff;
}
.twocol_center__slide {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.twocol_lside__item {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}
.fourimg__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 8px;
}
.fourimg__item {
	width: 49%;
}

.fourimg__bagwrap{
	width: 92.4%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fourimg__bagwrap::after {
	content: "";
	width: 100%;
	height: 140%;
	position: absolute;
	left: 0%;
	top: -20%;
	border: 1px solid #1b0707;
	border-radius: 50px;
	z-index: 1;
	pointer-events: none;
}
.fourimg__bagbox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;	
}

.swing_bag__warp {
	width: 100%;
	height: auto;
	position: relative;
}
/*.swing_bag_left {
	width: 50%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
}*/
.swing_bag_left img {
	animation: swing 3s infinite;
	transform: rotate(10deg);	
}
/*.swing_bag_right {
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0%;
	z-index: 10;
}*/
.swing_bag_right img {
	animation: swing 5s 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%;
	}
	.fourimg__bagwrap::after {
		height: 150%;
		top: -20%;
		border-radius: 50px;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01 {
	width: 2.9%;
	position: absolute;
	top: 30%;
	right: 10.1%;
	pointer-events: none;
}
.subheading__02 {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	pointer-events: none;
	z-index: 30;
	position: relative;
}

.subheading__03 {
	width: 3.7%;
	position: absolute;
	top: 30%;
	left: 10.1%;
	pointer-events: none;
	z-index: 30;
}
.subheading__04 {
	width: 2.9%;
	position: absolute;
	top: 20%;
	right: 10.1%;
	pointer-events: none;
	z-index: 50;
}
.subheading__05 {
	width: 61.5%;
	position: absolute;
	top: -29%;
	left: 19.25%;
	z-index: 10;
	pointer-events: none;
}
.subheading__seasonR {
	width: 38.5%;
	position: absolute;
	top: -2%;
	right: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__seasonL {
	width: 38.5%;
	position: absolute;
	top: -2%;
	left: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__seasonC {
	width: 38.5%;
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: 10;
	pointer-events: none;
}
.decoration__heart {
	width: 53.8%;
	position: absolute;
	bottom: 5%;
	left: -3%;
	pointer-events: none;
}
.decoration__heart02 {
	width: 38.5%;
	position: absolute;
	top: -6%;
	right: -12%;
	pointer-events: none;
	z-index: 10;
}
.decoration__heart03 {
	width: 38.5%;
	position: absolute;
	top: 47%;
	left: -3%;
	pointer-events: none;
	z-index: 10;
}
.decoration__heart04 {
	width: 46.2%;
	position: absolute;
	top: 35%;
	right: -18%;
	pointer-events: none;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__02 {
		top: 46%;
	}
	.subheading__03 {
		top: 29%;
	}
	.subheading__04 {
		top: 20%;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__midbox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;	
}
/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.center_prc__midbox {
		max-width: 400px;
	}
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	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.05em;
	color: #1b0707;
	font-family: "baskerville-urw", 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: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	color: #1b0707;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #1b0707;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

.items_price_left_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items_price_left_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1b0707;
	font-family: "baskerville-urw", 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: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	color: #1b0707;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #1b0707;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*---------- 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.05em;
	color: #332824;
	font-family: "baskerville-urw", 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: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	color: #332824;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #332824;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	color: #1b0707;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #c83138 solid;
	/*border-radius: 100px;*/
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.itembtn_wapper a {
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #c83138;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 92.3%;
	}
	.itemlk {
		padding: 1em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 40px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #c83138;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 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: #c83138;
	font-size: clamp(1.4375rem, calc(1.3920454545454546rem + 0.22727272727272727vw), 1.5625rem);
	font-family: "baskerville-urw", 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: #c83138;
	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: #c83138;
	font-size: clamp(0.6875rem, calc(0.6420454545454546rem + 0.22727272727272727vw), 0.8125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "baskerville-urw", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	text-shadow: 1px 1px 3px #ffffff, #ffffff 0px 0 20px;
}
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);
	}
}