@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: #1a1a1a;
}

:root {
    -root-font-size: 16;
}


/*----- フェードインしながら上へスライド -----*/
.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); }


/*---------------- 改行 ----------------*/
@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 {
	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: 140px;	
}
.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: 70px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.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: 280px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 210px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 140px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 140px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#hero_aw2023 {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#hero_aw2023 img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#hero_aw2023 {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#hero_aw2023 {
		text-align: center;
		width: 100%;
		max-width: 100vw;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}



/* ---------------------------------------------------------
	contents#01
----------------------------------------------------------*/
.two_row__imgbox_first {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.two_row__imgbox_first::before {
	content: "";
	/* background-color: #f7e5df; ピンク(濃) */
	background-color: #f5e7e4;
	width: 70.5%;
	height: 90%;
	position: absolute;
	top: -20%;
	left: -5.5%;
}


.subheading_jktpnt {
	width: 80%;
	z-index: 10;
	position: absolute;
	top: -16%;
	left: 0%;
}

.two_row__flex {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 10px;
}
.two_row__flexitems {
	width: calc(50% - 5px);
}
.two_row__flex_third__secrow {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 10px;
}
.two_row__third__secrow:nth-child(1) {
	width: calc(40% - 5px);
}
.two_row__third__secrow:nth-child(2) {
	width: calc(60% - 5px);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_row__flex {
		column-gap: 20px;
	}
	.two_row__flexitems {
		width: calc(50% - 10px);
	}
}

/* ---------------------------------------------------------
	contents#02
----------------------------------------------------------*/
.two_row__imgbox_second {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/*.two_row__imgbox_second::before {
	content: "";
	background-color: #edeef1;
	width: 70%;
	height: 210%;
	position: absolute;
	top: 40%;
	left: 35%;
	overflow: hidden;
}*/

.two_row__unevenflex {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.two_row__unevenflexitems {
	width: 47.5%;
}
.two_row__unevenflexitems:nth-child(2) {
	/*width: 42.5%;*/
	/*padding-right: 5%;*/
	width: 41.5%;
}

.staticimg_wdninety {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



/* ---------------------------------------------------------
	contents#03
----------------------------------------------------------*/
.bumpy_tworow_img__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: relative;
	height: 380px;
}

.subheading_rcoat {
	width: 11%;
	z-index: 10;
	position: absolute;
	top: 73%;
	right: 0%;
}
.subheading_lcoat {
	width: 40%;
	z-index: 10;
	position: absolute;
	top: 103%;
	left: 0;
}

.bumpy_twoimg_left {
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bumpy_twoimg_right {
	width: 47%;
	position: absolute;
	right: 0;
	top: 0;
}
.bumpy_twoimg_center {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.bumpy_tworow_img__box {
		width: 100%;
		margin-bottom: 90px;
		height: 650px;
	}
}


/* ---------------------------------------------------------
	contents#03
----------------------------------------------------------*/
.two_row__imgbox_third {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.two_row__imgbox_third__secrow {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.two_row__imgbox_fifth {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_row__imgbox_third {
		margin-bottom: 20px;
	}
	.two_row__imgbox_fourth::before {
		width: 70%;
		height: 200%;
	}
}


/* ---------------------------------------------------------
	contents#05
----------------------------------------------------------*/
.bumpy_upl_img__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 550px;	
}
/*.bumpy_upl_img__box::before {
	content: "";
	background-color: #edeef1;
	width: 75%;
	height: 72%;
	position: absolute;
	top: 20%;
	left: 12.5%;
}*/

.subheading_aw2023 {
	width: 46%;
	z-index: 10;
	position: absolute;
	top: 45%;
	left: 0%;
}

.subheading_miniop {
	width: 65%;
	z-index: 10;
	position: absolute;
	top: -7%;
	right: -2%;
}

.bumpy_upl_left {
	width: 47.5%;
	position: absolute;
	left: 0;
	top: 0;
}
.bumpy_upl_right {
	width: 47.5%;
	position: absolute;
	right: 0;
	top: 12%;
}

.staticimg_bottom {
	width: 47.5%;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.bumpy_upl_img__box {
		width: 100%;
		height: 970px;
	}
}


/* ---------------------------------------------------------
	contents#06
----------------------------------------------------------*/
.centers_nin__box {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/*.centers_nin__box::before {
	content: "";
	background-color: #efe6e4;
	width: 70%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: -5%;
	overflow: hidden;
}*/

.subheading_earlyautright {
	width: 38%;
	position: absolute;
	top: -11%;
	left: 62%;
	z-index: 10;
}

.centerslides__fifty {
	width: 80%;
	margin-bottom: 30px;
	z-index: 10;
}

.subheading_aw2023_rside {
	width: 3%;
	z-index: 10;
	position: absolute;
	top: 12%;
	right: 5%;
}

.subheading_ziuupkt {
	width: 35%;
	z-index: 10;
	position: absolute;
	top: 45%;
	left: 0%;	
}

.centers_nin__inner {
	width: 100%;
	position: relative;
}
.centers_nin__inner::before {
	content: "";
	background-color: #f7f3ed;
	width: 70%;
	height: 105%;
	position: absolute;
	top: 30%;
	left: 35.5%;
	z-index: -1;
	overflow: hidden;
}

.staticimg_wdfull {
	width: 100%;
	margin-bottom: 20px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.centers_nin__inner::before {
		width: 70%;
		height: 95%;
		left: 35.5%;
	}
	.subheading_ziuupkt {
		top: 45%;
	}
}


/* ---------------------------------------------------------
	list
----------------------------------------------------------*/
.contn01__list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contn02__list {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.contn02__list .items_price_center li:nth-child(3) {
	margin-left: 1rem;
}
.contn02__list .items_price_center li:nth-child(5) {
	margin-left: 1rem;
}
.contn02__list .items_price_center li:nth-child(n+2) {
	padding-top: 1.5rem;
}

.contn04__list {
	width: 47.5%;
	position: absolute;
	left: 0;
	bottom: 1%;
}

.contn05__list {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.contn01__list {
		width: 70%;
	}
	.contn02__list {
		width: 45%;
	}
	.contn04__list{
		width: 45%;
	}
	.contn05__list {
		width: 50%;
	}
}

/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.items_price_right li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #111213;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1.25rem;
}

.items_price_right a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #111213;
	text-decoration-skip-ink: none;
}

/* --- 縦 ---*/
.items_price_right_vert {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	list-style: none;
}
.items_price_right_vert li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #111213;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_vert li:not(:first-child) {
	padding-top: 1.25rem;
}

.items_price_right_vert a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #111213;
	text-decoration-skip-ink: none;
}

.price_yen {
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.0rem;
	color: #111213;
}

/* --------------- 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;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}
.items_price_left li {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
}

.items_price_left li:nth-child(n + 3) {
	padding-left: 1rem;
}
.items_price_left li:nth-child(n + 2) {
	padding-top: 1.25rem;
}

.items_price_left a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #111213;
	text-decoration-skip-ink: none;
}

/*------ row ------*/
.item_list_left_vert {
	width: 70%;
	margin-left: 5%;
}

.items_price_left_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_vert li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #111213;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_left_vert li:not(:first-child) {
	padding-top: 1.5rem;
}

.items_price_left_vert a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-underline-offset: 0.2ex;
	text-decoration-color: #111213;
	text-decoration-skip-ink: none;
}

/* --------------- 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 li {
		font-size: 1.8rem;
	}
	.items_price_left_vert a {
		font-size: 1.8rem;
	}
	.items_price_left_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #111213;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center li:nth-child(even) {
	margin-left: 1rem;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1.5rem;
}

.items_price_center a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-decoration-color: #111213;
	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 li {
		font-size: 1.8rem;
	}
	.items_price_center a {
		font-size: 1.8rem;
	}
	.items_price_center li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央 縦)
----------------------------------------------------------*/
.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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #111213;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1.25rem;
}

.items_price_center_vert a {
	font-size: 1.3rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #111213;
	text-decoration: underline;
	text-decoration-color: #111213;
	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%;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.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 #111213 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: 1.5rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #111213;
	text-decoration: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 80%;
	}
	.itemlk {
		padding: 2rem 0;
	}
	.itemlk a {
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	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: #111213;
	font-size: 1.8rem;
	font-family: "proxima-sera", sans-serif;
	font-style: normal;
	font-weight: 500;
	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: #111213;	
}
footer .footer__p_link a {
	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: #111213;	
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #111213;
	font-size: 1.0rem;
	padding-top: 1em;
	line-height: 1;
	font-family: "proxima-sera", sans-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: 2rem;
	}
	footer .footer__p_link {
		font-size: 1.5rem;
	}
	footer .footer__p_link a {
		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: 2.2rem;
	}
	footer .footer__p_link {
		font-size: 1.6rem;
	}
	footer .footer__p_link a {
		font-size: 1.7rem;
	}
	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);
	}
}
