@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
----------------------------------------------------------*/
main {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(-40 / 1366 * 100vw);
	margin-bottom: 200px;
}
main img {
	max-width: 100%;
} 

/*---------------- SP ----------------*/
@media screen and (max-width:767px) {
  main {
    padding: 0; 
    margin-bottom: 100px;
    margin-top: 0;
  }
  main img {
    max-width: 100%;
  }  
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 150px;
}
.item-wapper-mid {
	padding: 0;
	margin-bottom: 80px;
}
.item-wapper-last {
	padding: 0;
	margin-bottom: 40px;
}

.item-contain {
	width: 90%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		margin-bottom:300px;
	}
	.item-wapper-mid {
		margin-bottom: 150px;
	}
	.item-wapper-last {
		margin-bottom: 100px;
	}
    .item-contain {
       max-width: 700px;
    }
}


/* ---------------------------------------------------------
	goods items
----------------------------------------------------------*/
.goodsitem_container {
	display: flex;
	flex-direction: column;
}
.goodsitem_container img {
	max-width: 100%;
	height: auto;
}

.goodsitem_container article:nth-child(1) {
	margin-bottom: 3rem;
}

.item__img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #140907;
}

.item__name {
	list-style: none;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 1rem;
}
.item__name li:first-child {
	flex-basis: 12%;
}

.item__color {
	list-style: none;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 3rem;
	margin-left: 1rem;
	display: flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 1rem;
}
.item__color li:first-child {
	flex-basis: 12%;
}

.item__price {
	font-size: 1.1rem;
	margin-left: 1rem;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item__img {
		width: 100%;
		line-height: 1.5;
	}
	.item__price {
		font-size: 1.3rem;
		margin-left: 1rem;
	}
	.goodsitem_container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		column-gap: 30px;
	}
	.goodsitem_container article:nth-child(2) {
		flex-basis: 90%;
		align-self: flex-start;
	}
	.item__name {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-bottom: 1.5rem;
		column-gap: 0.5rem;
		align-items: baseline;
	}
	.item__name li:first-child {
		flex-basis: 13%;
	}
	.item__color {
		font-size: 1.3rem;
		margin-bottom: 3rem;
		column-gap: 0.5rem;
	}
	.item__color li:first-child {
		flex-basis: 13%;
	}
}


/* ---------------------------------------------------------
	BUYボタン
----------------------------------------------------------*/
.buybtn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 1.3rem;
	color: #FFFFFF;
	background-color: #a05525;
	padding: 1rem 0;
}

.buybtn a {
	color: #FFFFFF;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.buybtn {
		width: 100%;
		font-size: 1.8rem;
		padding: 1rem 0;
	}
}


/* ---------------------------------------------------------
	説明コメント
----------------------------------------------------------*/
.subheading_desc {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.items__desc {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #140907;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_desc {
		width: 100%;
	}
	.items__desc {
		width: 100%;
		font-size: 1.5rem;
	}
}



/* ---------------------------------------------------------
	アイテム小見出し
----------------------------------------------------------*/
.subheading__num {
	position: absolute;
	text-align: center;
	width: 70%;
	top: 0%;
	left: 32%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;
}
.subheading__num img {
	max-width: 100%;
	height: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading__num {
		width: 60%;
		top: -20%;
		left: 50%;
	}
}



/* ---------------------------------------------------------
	by_category
----------------------------------------------------------*/
.subheading_cate {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}
.subheading_cate img {
	max-width: 100%;
	height: auto;
}

.cate__btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.cate__btn ul {
	list-style: none;
	text-align: center;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #140907;
}

.cate__btn li {
	color: #140907;
	padding: 1rem 3rem;
	border-left: 1px solid #140907;
	border-right: 1px solid #140907;
	border-top: 1px solid #140907;
}
.cate__btn li:last-child {
	border-bottom: 1px solid #140907;
}


.cate__btn a {
	color: #140907;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_cate {
		width: 70%;
		margin-bottom: 3rem;
	}
	.cate__btn {
		width: 70%;
	}
	.cate__btn ul {
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}



/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/

footer {
  background: linear-gradient(-25deg, #a05525, #a05525);
  /*-- 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; }