@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #0c0606;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 4.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@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; }
}



/* ---------------------------------------------------------
  main
----------------------------------------------------------*/
@media screen and (min-width: 768px) {
	main {
		width: 100%;
		display: block;
		padding: 0;
		margin-top: calc(-80 / 1366 * 100vw);
		margin-bottom: 100px;
	}
	main img {
		max-width: 100%;
	}
}

/*---------------- SP ----------------*/
@media screen and (max-width:767px) {
  main {
    padding: 0; 
    margin-bottom: 60px;
    margin-top: 0;
  }
  main img {
    max-width: 100%;
  }  
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 120px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-second {
	width: 100%;
	margin-bottom: 120px;
}
.item-wapper-second::after{
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0%;
	top: 10%;
	background-color: #fcfceb;
	z-index: -1;
}
.item-wapper-second img {
	max-width: 100%;
	height: auto;
}

.item-wapper-fifth {
	width: 100%;
	margin-bottom: 120px;
}
.item-wapper-fifth::after{
	content: "";
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0%;
	top: 10%;
	background-color: #f2edfa;
	z-index: -1;
}
.item-wapper-fifth img {
	max-width: 100%;
	height: auto;
}

.item-wapper-seventh {
	width: 100%;
	margin-bottom: 60px;
}
.item-wapper-seventh::after{
	content: "";
	width: 100%;
	height: 85%;
	position: absolute;
	left: 0%;
	top: 3%;
	background-color: #e1f4fa;
	z-index: -1;
}
.item-wapper-seventh img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	padding: 0;
	margin-bottom: 60px;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	padding: 0;
	margin-bottom: 80px;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		margin-bottom: 200px;
	}
	.item-wapper-mid {
		margin-bottom: 120px;
	}
	.item-wapper-last {
		margin-bottom: 100px;
	}
	.item-wapper-second {
		margin-bottom: 180px;
	}
	.item-wapper-second::after{
		content: "";
		width: 100%;
		height: 77%;
		position: absolute;
		left: 0%;
		top: 7%;
		background-color: #faf7e3;
		z-index: -1;
	}
	.item-wapper-fifth::after{
		content: "";
		width: 100%;
		height: 70%;
		position: absolute;
		left: 0%;
		top: 5%;
		background-color: #f2edfa;
		z-index: -1;
	}
	.item-wapper-seventh::after{
		content: "";
		width: 100%;
		height: 85%;
		position: absolute;
		left: 0%;
		top: 2%;
		background-color: #e1f4fa;
		z-index: -1;
	}

    .item-contain {
       max-width: 100%;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	アイテムメイン画像
----------------------------------------------------------*/
.items_mainimg {
	width: 100%;
	margin-bottom: 30px;	
}

.items_mainimg img {
	max-width: 100%;
	height: auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.items_mainimg {
		margin-bottom: 60px;	
	}
}


/* ---------------------------------------------------------
	5枚画像flex(section#01)
----------------------------------------------------------*/
.subheading_aw_items {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.aw_six_items_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	column-gap: 5px;
}

.three_row_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	width : calc(100% / 3) ;
}

.onecol_img {
	width : calc(100% / 3) ;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading_aw_items {
		max-width: 42%;
		margin-bottom: 30px;
	}

	.aw_six_items_box {
		max-width: 550px;
		column-gap: 20px;
	}
}


/* ---------------------------------------------------------
	(section#02)
----------------------------------------------------------*/
.secondarea_wap  {
	width: 100%;
}

#one {
	display: block;
	width: 60%;
	margin-bottom: 60px;
	position: relative;
	top: 0%;
	left: 41%;
}

.clm__twoimg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: -webkit-flex;
	display: flex;
} 

.strain_circle__img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.secondarea_wap {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#one {
		max-width: 40%;
		margin-bottom: 60px;
		top: 0%;
		left: 55%;
	}

	.clm__twoimg {
		max-width: 400px;
		margin-top: 60px;
		margin-bottom: 60px;
	} 


	.strain_circle__img {
		max-width: 300px;
	}
}


/* ---------------------------------------------------------
	(section#03)
----------------------------------------------------------*/
.thirdarea_wap {
	width: 100%;
	margin-bottom: -22vw;
}

#two {
	display: block;
	width: 53%;
	position: relative;
	top: 0vw;
	left: 47%;
}

#three {
	display: block;
	width: 53%;
	position: relative;
	top: -40vw;
	left: 0%;
	z-index: 10;
}

#four {
	display: block;
	width: 65%;
	position: relative;
	top: 0vw;
	left: 35%;
	margin-top: 80px;
	margin-bottom: 80px;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.thirdarea_wap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -8vw;
	}
	#two {
	}
	#three {
		top: -12vw;
	}
	#four {
		width: 25%;
		left: 50%;
		margin-top: 100px;
		margin-bottom: 100px;
	}
}


/* ---------------------------------------------------------
	(section#05)
----------------------------------------------------------*/
#five {
	display: block;
	width: 65%;
	position: relative;
	top: 0vw;
	left: 22%;
	margin-bottom: 40px;
}

#six {
	display: block;
	width: 65%;
	position: relative;
	top: 0vw;
	left: 0%;
	margin-bottom: 50px;
}

#seven {
	display: block;
	width: 80%;
	position: relative;
	top: 0vw;
	left: 10%;
	margin-bottom: 0px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	#five {
		max-width: 60%;
		margin-bottom: 20px;
		top: 0%;
		left: 18%;
	}
	#six {
		width: 55%;
		position: relative;
		top: 0vw;
		left: 5%;
		margin-bottom: 40px;
	}

	#seven {
		width: 65%;
		left: 17.5%;
	}
}



/* ---------------------------------------------------------
	(section#06)
----------------------------------------------------------*/
#eight {
	display: block;
	width: 65%;
	position: relative;
	top: 0vw;
	left: 20%;
	margin-bottom: 60px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	#eight {
		width: 35%;
		position: relative;
		top: 0vw;
		left: 10%;
		margin-bottom: 60px;
	}
}



/* ---------------------------------------------------------
	(section#07)
----------------------------------------------------------*/
.muffler__img_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.muffler__img_container_02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


.muffler__flatimg {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	list-style: none;
	gap: 20px;
	flex-basis: 90%;
}

.muffler__flatimg_right {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	list-style: none;
	gap: 20px;
	flex-basis: 30%;
}

.muffler__mdlimg_right {
	margin-left: 5%;
}

.muffler__mdlimg {
	margin-right: 5%;
	flex-basis: 65%;
}


#nine {
	display: block;
	width: 32%;
	position: relative;
	top: 0vw;
	left: -1%;
	margin-bottom: 0px;
}

#ten {
	display: block;
	width: 43%;
	position: relative;
	top: -52vw;
	left: 62%;
}

#eleven {
	display: block;
	width: 44%;
	position: relative;
	top: -80vw;
	left: 12%;
	margin-bottom: 0vw;
	z-index: 10;
}

.clipping__pers_imgbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: -80vw;
	position: relative;
	top: 10%;	
}
.clipping__pers_imgbox:after{
	content: "";
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 10%;
	background-image: url("https://niceclaup.itembox.design/item/event/2022/premium_order_aug/images/circle_bg.png?t=202208111729");
	background-size: contain;
	background-repeat:no-repeat;
	z-index: -1;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.clipping__pers_imgbox {
		max-width: 500px;
		margin-top: 40px;
		margin-bottom: -25vw;
	}
	.muffler__img_container {
		max-width: 500px;
	}
	.muffler__img_container_02 {
		max-width: 500px;
	}

	.muffler__flatimg {
		flex-basis: 50%;
	}

	.muffler__flatimg_right {
		flex-basis: 30%;
	}

	#nine {
		display: block;
		width: 28%;
		position: relative;
		top: 0vw;
		left: -8%;
		margin-bottom: 0px;
	}
	#ten {
		width: 40%;
		top: -20vw;
		left: 70%;
	}
	#eleven {
		display: block;
		width: 40%;
		position: relative;
		top: -25vw;
		left: 4%;
		margin-bottom: 0vw;
	}	
}


/* ---------------------------------------------------------
　小見出し
----------------------------------------------------------*/
.subheading__sec01_left {
	position: absolute;
	width: 7%;
	top: 2%;
	left: 20%;
	margin:0;
	padding:0;
	z-index: 10;
}

.subheading__sec02_left {
	position: absolute;
	width: 50%;
	top: -8vw;
	left: 2%;
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__sec02_season {
	position: absolute;
	width: 3%;
	top: 225vw;
	left: 18%;
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__sec03_left {
	position: absolute;
	width: 7%;
	top: 3vw;
	left: 17%;
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__sec04_left {
	position: absolute;
	width: 53%;
	top: -4%;
	left: 1%;
	margin:0;
	padding:0;
	z-index: 50;	
}

.subheading__sec05_left {
	position: absolute;
	width: 50%;
	top: -1.5%;
	left: 52%;
	margin:0;
	padding:0;
	z-index: 50;	
}

.subheading__sec07_season {
	position: absolute;
	width: 38%;
	top: 64%;
	left: 31%;
	margin:0;
	padding:0;
	z-index: -1;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__sec01_left {
		width: 2%;
		top: 1%;
		left: 40%;
		margin:0;
	}

	.subheading__sec02_left {
		width: 18%;
		top: -2vw;
		left: 27%;
	}

	.subheading__sec02_season {
		display: none;
		/* width: 1%;
		top: 94vw;
		left: 41%; */
	}

	.subheading__sec03_left {
		width: 2.5%;
		top: -3vw;
		left: 37%;
	}

	.subheading__sec04_left {
		width: 20%;
		top: -3%;
		left: 28%;
	}

	.subheading__sec05_left {
		width: 20%;
		top: -3%;
		left: 56%;
	}

	.subheading__sec07_season {
		position: absolute;
		width: 14%;
		top: 64%;
		left: 43%;
	}

}

/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.gentlyslide {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.small_gentlyslide {
	width: 75%;
}
.small_gentlyslide img {
	max-width: 100%;
	height: auto;
	margin-left: 10%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gentlyslide {
		max-width: 600px;
	}
	.small_gentlyslide {
		width: 79%;
	}
	.small_gentlyslide img {
		margin-left: 5%;
	}
}





/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.items-price {
	list-style: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #666666;
}

.items-price li:not(:last-child) {
	margin-right: 1em;
}

.items-price a {
	color: #666666;
	border-bottom: 1px solid #666666;
}

.price {
	font-size: 1rem;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price {
		width: 30%;
		font-size: 2rem;
		margin-top: 40px;
	}
	.price {
		font-size: 1.3rem;
	}
}




/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4rem 2rem;
	border: 2px solid #fa8e9b;
	border-radius: 10px;
}

.info_box img {
	max-width: 100%;
}

.info-style {
	text-align: left;
	line-height: 1.8;
}

.info-style li {
	list-style: none;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #808080;
	text-align: center;
}

.info-style li:nth-child(odd) {
	color: #fa8e9b;
	font-size: 2rem;
	font-weight: 400;
}
.info-style li:nth-child(2) {
	padding-bottom: 2rem;
}
.predate {
	font-size: x-small;
}
.deliverydate {
	font-size: 1.3rem;
	line-height: 1.7;
}

.info_subheading {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}


/* --- PC --- */
@media screen and (min-width: 768px) {
	.info_box {
	  padding: 50px;
	  width: 600px;
	  margin: 30px auto 30px;
	}
	.info-style li {
		font-size: 1.8rem;
	}
	.info-style li:nth-child(odd) {
		font-size: 2.3rem;
	}
	.info_subheading {
		width: 40%;
	}
}


/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/

.morebtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.moreitem {
	display: inline-block;
	padding: 1.5em 4em;
	margin: 0 auto;
	background-color: #fa8e9b;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.5rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.moreitem a {
  color: #ffffff;
  font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.morebtn_wapper {
		margin-bottom: 120px;
	}
	.moreitem {
		font-size: 1.8rem;
		padding: 1em 6em;
	}
}





/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/

footer {
  /*-- background-color: #ef95a1; --*/
  background-image: url("../images/footer_bg_img.jpg");
  background-repeat:  no-repeat; 
  background-size: cover;
  margin: 0 auto;
  max-width: 9999px;
  font-size:13px;
  padding: 20px 0;
}
  footer #footer_box {
    margin: 0 auto; }
	@media screen and (min-width: 768px) {
	  footer #footer_box {
		width: 50%;
		padding: 50px 0; } }
	@media screen and (max-width: 970px) {
	  footer #footer_box {
		width: 70%;
		padding: 50px 0; } }
	@media screen and (min-width: 768px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	@media screen and (max-width: 970px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	footer #nice_logo {
		margin: 0 auto; }
	@media screen and (min-width: 768px) {
	  footer #nice_logo {
		width: 22%; } }
	@media screen and (max-width: 970px) {
	  footer #nice_logo {
		width: 43%; } }
	footer .footer_p {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_r {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 0.65rem;
		padding-top: 2em;
		line-height: 2;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_p a {
		margin: 0 auto;
		display: block;
		text-align: center;
		text-decoration: underline;  
		font-weight: normal;
		font-size: 1.35rem;
		color: #fff; }
    @media screen and (min-width: 768px) {
      footer .footer_p {
        padding: 0 0 1.5em;
        letter-spacing: 2px; } }
    @media screen and (max-width: 970px) {
      footer .footer_p {
        padding: 0 0 1.5em; } }
	footer #sns_flex {
		display: flex;
		justify-content: space-between;
		margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #sns_flex {
        width: 45%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex {
        width: 90%; } }
    @media screen and (min-width: 768px) {
      footer #sns_flex li {
        width: 9%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex li {
        width: 10%; } }
    footer #sns_flex a {
      text-decoration: none; }
  footer #online_link {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #online_link {
        width: 50%; 
        padding-left: 150px;} }
    @media screen and (max-width: 970px) {
      footer #online_link {
        width: 100%; 
        margin-right: 0px;
        margin-left: 70px;} }
    footer #online_link a {
      color: #fff; }