@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: #666666;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #666666;
  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;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
main img {
	max-width: 100%;
} 

/*---------------- SP ----------------*/
@media screen and (max-width:767px) {
  main {
    padding: 0; 
    margin-bottom: 40px;
    margin-top: 80px;
  }
  main img {
    max-width: 100%;
  }  
}


/* ---------------------------------------------------------
	インフォ
----------------------------------------------------------*/
.hedinfo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.hedinfo p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1em;
}

.hedinfo p:first-child {
	font-size: 1.8rem;
	font-weight: 500;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.hedinfo {
		width: 70%;
		margin-bottom: 0px;
	}
	.hedinfo p {
		font-size: 1.8rem;
	}
	.hedinfo p:first-child {
		font-size: 2.3rem;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 60px;
}

.item-wapper-mid {
	padding: 0;
	margin-bottom: 50px;
}

.item-wapper-last {
	padding: 0;
	margin-bottom: 20px;
}

.item-contain {
	margin: 0 auto;
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		margin-bottom: 100px;
	}
	.item-wapper-mid {
		padding: 0;
		margin-bottom: 50px;
	}
	.item-wapper-last {
		margin-bottom: 100px;
	}
    .item-contain {
       max-width: 700px;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	position: relative;
	padding: 0;
}

.item-mainbox img {
	max-width: 100%;
}

.item-mainimg {
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 20%;
}

.item-mainbox-left {
	margin: 0 auto 30px;
	position: relative;
	padding: 0;
}


.item-mainimg-left {
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 0%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.item-mainimg {
		display: block;
		width: 55%;
		position: relative;
		top: 0;
		left: 30%;
	}
	
	.item-fstimg-left {
		display: block;
		width: 40%;
		position: relative;
		top: 0;
		left: 20%;
	}
	
	.item-mainbox {
		margin-bottom: 100px;
	}
}


/* ---------------------------------------------------------
	商品名&商品説明
----------------------------------------------------------*/
.subheading__items {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}
.subheading__items p {
	padding-top: 3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}
.subheading__name {
	font-size: 2.3rem;
	font-weight: 500;
}

.item-first {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.item-first img {
	max-width: 100%;
	height: auto;
}

.item-first__img{
	margin-bottom: 30px;
}

.item-first p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__items p {
		padding-top: 2em;
		font-size: 1.8rem;
	}
	.subheading__name {
		font-size: 3rem;
	}
	
	.item-first {
		margin-bottom: 60px;
	}
	.item-first__img{
		margin-bottom: 60px;
	}
	.item-first p {
		font-size: 1.8rem;
	}
}



/* ---------------------------------------------------------
	横2枚　画像+商品名
----------------------------------------------------------*/
.item__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 5%;
}

.item__box img {
	max-width: 100%;
	height: auto;
}

.bt21items {
	width: 47.5%;
}

.bt21items figcaption {
	padding-top: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

.bt21items figcaption a {
	text-decoration: underline;
}

.bt21items:nth-child(n+3) {
	margin-top: 30px;
}


/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.bt21items figcaption {
		font-size: 1.5rem;
	}
	.bt21items:nth-child(n+3) {
		margin-top: 60px;
	}
}


/* ---------------------------------------------------------
	価格
----------------------------------------------------------*/
.item__price  {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}
.item__price10 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
} 
.item__price30 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
} 
.item__price50 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}

.price_lil {
	font-size: x-small;
}
.price_lil:first-child {
	padding-left: 0.5em;	
}

.item__price10::before {
	font-size: 1.2rem;
	font-weight: 400;
	content: "10%OFF";
	color: #ff8080;
}
.item__price30::before {
	font-size: 1.2rem;
	font-weight: 400;
	content: "30%OFF";
	color: #ff8080;
}
.item__price50::before {
	font-size: 1.2rem;
	font-weight: 400;
	content: "50%OFF";
	color: #ff8080;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.item__price  {
		font-size: 1.5rem;
	}
	.item__price10 {
		font-size: 1.5rem;
	} 
	.item__price30 {
		font-size: 1.5rem;
	} 
	.item__price50 {
		font-size: 1.5rem;
	}
	.item__price10::before {
		font-size: 1.5rem;
	}
	.item__price30::before {
		font-size: 1.5rem;
	}
	.item__price50::before {
		font-size: 1.5rem;
	}
}

/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/
.list__attention {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	list-style: none;
	border-top: 1px solid #CCCCCC;
	padding-top: 2em;
}

.list__attention li:first-child {
	padding-bottom: 1em;
}

/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.list__attention {
		font-size: 1.7rem;
		border-top: 1px solid #CCCCCC;
		padding-top: 3em;
	}
}



/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/

.morebtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.moreitem {
	display: inline-block;
	padding: 1em 5em;
	margin: 0 auto;
	background-color: #666666;
	border: 1px #666666 solid;
	text-decoration: none;
	font-size: 1.5rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.moreitem a {
  color: #FFF;
  font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.morebtn_wapper {
		margin-top: 100px;
		margin-bottom: 120px;
	}
	.moreitem {
		font-size: 1.8rem;
		padding: 1.5em 6em;
	}
}
