@charset "UTF-8";
html,
body {
	height: 100%;
}
body {
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-style: normal;
    background: #ffffff;
    color: #a6a6a6;
}

/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.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: 130px;	
}
.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;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 260px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 200px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#happybag_hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
#happybag_hero img {
	max-width: 100%;
	height: auto;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#happybag_hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 60px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#happybag_hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 60px
	}
}


/* ---------------------------------------------------------
	intro
----------------------------------------------------------*/
.intro__box {
	width: 100%;
}
.intro_txt {
	text-align: center;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	font-size: clamp(1.063rem, 0.881rem + 0.91vw, 1.563rem);
	color: #3b3b3b;
}
.intro_pnk {
	color: #f794a2;
}

.intro__box::after {
	content: '';
	width: 20%;
	height: 1px;
	display: inline-block;
	background-color: #bfbfbf;
	position: absolute;
	left: 40%;
	bottom: -30px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.intro__box::after {
		bottom: -60px;
	}
}


/* ---------------------------------------------------------
	contents
----------------------------------------------------------*/
.subheading__itemname {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.happybag_static__img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.flatitem__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
.subheading_items {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 10;
}
.flatitem__img {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
}

.flatitem__img li {
	width: calc(100% / 3 - 20px);
}

.btn__box {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading__itemname {
		margin-bottom: 60px;
	}
	.happybag_static__img {
		margin-bottom: 60px;
	}
	.subheading_items {
		margin-bottom: 60px;
	}
	.flatitem__box {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.itembtn {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #333333 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itembtn a {
	font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #333333;
	text-decoration: none;
}
.itemnm {
	letter-spacing: 0.5em;
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 400;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.itembtn {
		padding: 2em 0;
	}
}

/* ---------------------------------------------------------
	info
----------------------------------------------------------*/
.info__box {
	width: 100%;
	position: relative;
}
.happybag__img {
	width: 21%;
	position: absolute;
	right: 2%;
	bottom: -5%;
	z-index: 10;
}

.info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding: 4em 0em;
	background-color: #f2a5b2;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 1.5em;
	text-align: center;
}

.info li {
	font-size: clamp(1rem, 0.841rem + 0.8vw, 1.438rem);
	font-family: "yu-gothic-pr6n", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.txt_M {
	font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
	font-feature-settings: "palt" 1;
}
.txt_S {
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
	font-feature-settings: "palt" 1;
}

.info li:nth-child(1) {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.info li:nth-child(5) {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	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: #090807;
	font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
	font-family: "baskerville-display-pt",serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
	line-height: 1;
	color: #090807;	
}
footer .footer__txtlink a {
	display: block;
	padding: 1em 0 2em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 0.25ex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
	line-height: 1;
	color: #090807;	
}

footer .footer_r {
	display: block;
	text-align: center;
	color: #090807;
	font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
	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_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: 20%;
		column-gap: 30px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 90px) 960 * 100vw);
	}
}
