@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;
}

/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}


/* ---------------------------------------------------------
  見出し
----------------------------------------------------------*/
h4 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	margin-bottom: 40px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	h4 {
		width: 20%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}



/* ---------------------------------------------------------
	商品名&商品説明
----------------------------------------------------------*/
.txt__area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}

.items_subheading {
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #7a7a7a;
}

.descri-area {
	margin-bottom: 20px;
}

.decor {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}
.decor img {
	max-width: 100%;
}

.txt__text {
	width: 100%;
	margin: 0 auto;
	font-size: 1.25rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;
}

.sec-break {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.sec-break img {
	max-width: 100%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.txt__area {
		width: 50%;	
		margin: 60px auto 40px;
	}
	.decor {
		text-align: center;
		margin: 0 auto 5px;
		width: 100%;	
	}
	.txt__text {
		font-size: 1.5rem;
		text-align: left;
		line-height: 2;
		width: 100%;
		margin: 0 auto;
	}
	.decor img {
		max-width: 100%;
		padding-bottom: 2em;
	}
	.sec-break {
		width: 25%;
		margin-top: 5em;
		margin-bottom: 5em;
	}

	.items_subheading {
		font-size: 2.3rem;
		padding-bottom: 0.5em;
		border-bottom: 2px solid #7a7a7a;
	}
}


/* ---------------------------------------------------------
	冒頭項目
----------------------------------------------------------*/
.toc__area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 100px;	
}

.toc__subheading {
	width: 100%;
	margin: 0 auto 1em;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fc6fa8;	
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #fc6fa8;
}

.marker {
	font-size: 1.3rem;
	color: #7a7a7a;	
}

.toc__contents {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;	
	border-bottom: 1px solid #7a7a7a;
}

.toc__txt {
	font-size: 1.25rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;	
	margin-bottom: 1.5em;
	padding-top: 0.5em;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.toc__area {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 30px;	
	}
	.toc__subheading {
		font-size: 2rem;
		line-height: 1.8;
		margin: 0 auto 1em;
		padding-bottom: 0.5em;
	}
	.marker {
		font-size: 1.5rem;
	}
	.toc__contents {
		font-size: 1.6rem;
	}
	.toc__txt {
		font-size: 1.35rem;
	}
}

/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.item-wapper-mid {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.item-wapper-last {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.item-contain {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		width: 50%;
		margin-bottom: 60px;
	}

	.item-wapper-last {
		width: 50%;
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.num-left {
	width: 20%;
	margin-bottom: 1em;
}

.descri-heading {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: #474747;
	margin-bottom: 0.5em;
}

.descri-txt {
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: #474747;	
}

.descri-attention {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #474747;		
}

.descri-img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.descri-img img {
	max-width: 100%;
}

.oneimg_wrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.oneimg_wrapper img {
	max-width: 100%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.num-left {
		width: 15%;
		margin-bottom: 1em;
	}
	.descri-heading {
		font-size: 2rem;
	}
	.descri-txt {
		font-size: 1.5rem;
	}
	.descri-attention {
		font-size: 1.3rem;
	}
	.descri-img {
		width: 60%;
	}
}



/* ---------------------------------------------------------
	3img flex
----------------------------------------------------------*/
.threeimg_wrapper {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}

.threeimg_wrapper img {
	max-width: 100%;
}

.threeimg_wrapperparttw {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
	margin-bottom: 20px;
}


.descri_imgbox {
	width: 31%;
}

.descri_imgbox:not(:first-child) {
	margin-left: 10px;
}

/* ---------------------------------------------------------
	ITEMボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	margin: 20px auto 0;
}

.itembtn {
	display: inline-block;
	padding: 1em 3em;
	margin: 0 auto;
	border: 1px #474747 solid;
	text-decoration: none;
	font-size: 1.3rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.itembtn a {
  color: #474747;
  font-weight: normal;
}

.itembtn:hover {
	color: #FFFFFF;
    background-color: #474747;
}

.itembtn:hover a {
	color: #FFFFFF;
	font-weight: normal;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.itembtn {
		font-size: 1.5rem;
		padding: 1.5em 6em;
	}
}



/* ---------------------------------------------------------
	プラス機能
----------------------------------------------------------*/
.plus_function_box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.function__item {
	width: 47.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
}

.function__hdg {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #474747;
}

.function__txt {
	height: 9em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #474747;
	padding-top: 0.5em;
}

.function__item figcaption {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #474747;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.function_item_subhdg {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.plus_function_box {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.function__hdg {
		font-size: 2rem;
	}

	.function__txt {
		height: 7em;
		font-size: 1.5rem;
	}

	.function__item figcaption {
		font-size: 1.3rem;
	}
	.function_item_subhdg {
		width: 20%;
		margin-top: 10em;
		margin-bottom: 3em;
	}
}



/* ---------------------------------------------------------
	ALL ITEMボタン
----------------------------------------------------------*/
.allitem_wapper {
	text-align: center;
	margin: 0px auto 60px;
}

.allitem {
  display: inline-block;
  padding: 1em 5em;
  margin: 0 auto;
  border: 1px #474747 solid;
  text-decoration: none;
  font-size: 1.3rem;
  transition: .4s;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.allitem a {
  color: #474747;
  font-weight: normal;
}

.allitem:hover {
	color: #FFFFFF;
    background-color: #474747;
}

.allitem:hover a {
	color: #FFFFFF;
	font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.allitem_wapper {
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.allitem {
		font-size: 1.75rem;
		padding: 1.5em 6em;
	}
}



/*-------------------------------------------
　info
-------------------------------------------*/
.info-area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.info_box {
	border: 1px solid #7a7a7a;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
	padding: 2em 0em;
}

.info-style {
	text-align: left;
	padding: 0 2em;
	line-height: 1.8;
}

ul{
	list-style: none;
}

.info-style li {
	padding-bottom: 0.5em;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #7a7a7a;
}

.info-style span {
	font-weight: bold;
}

.info-style li:last-child {
	padding-bottom: 0em;	
}

/* --- PC --- */
@media screen and (min-width: 768px) {
    .info_box {
      padding: 50px;
      width: 600px;
      margin: 30px auto 60px;
    }
    .info-style li {
		font-size: 1.5rem;
	}
}