article {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	line-height: 1.5;
}
article .figture {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


article .figture img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}

article .figture h1 {
	position: absolute;
	top: 60%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: underline;
	/*right: 0.2rem;*/
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.3;
	background-color: rgba(184,184,184,0.44);
}

article .sec ul li img {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	height: auto;
	border: 1px solid #B18F4C;
	padding: 5px;
}

article .sec {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}
ul li dl {
	width: 95%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li dl dt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
li dl dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
article .sec h2 {
	font-family: new-atten, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	font-size: 23px;
	width: fit-content;
	margin: auto;
	padding: 0 20px 5px;
	background: linear-gradient(transparent 50%, #FFF6F7 0);
	border: none; /*HTML修正後に調整していただきたいです*/
	margin-bottom: 20px; /*HTML修正後に調整していただきたいです*/
}

article .sec h2 {
	font-family: new-atten, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	font-size: 23px;
	width: fit-content;
	margin: auto;
	padding: 0 20px 5px;
	background: linear-gradient(transparent 70%, #FFF6F7 0);
	border: none;
	margin-bottom: 20px;
}
/*以下で線を表示*/
/*
article  h2:before  {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 5rem;
	height: 10px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(237,174,175,1.00);
	border-radius: 1rem;
}
*/
article .sec ul.col2 {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
article .sec ul.col3 {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
article .sec ul.col5  {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	list-style-type: none;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	border-collapse: collapse;
	font-size: 0px;
}
article .sec ul.col5 li {
	display: inline-block;
	width : 30%; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	list-style-type: none;
	height: auto;
	border-collapse: collapse;
}
article .sec ul.col2 li {
	width : 48%;/* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2 - 2px);
	width : calc(100% / 2 - 2px);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 1px;
	padding: 0px;
	box-sizing: border-box;
}
article .sec ul.col3 li {
	width : 33%;/* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3 - 6);
	width : calc(100% / 3 - 6);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 1px;
	padding: 0px;
	box-sizing: border-box;
}
article .sec .rbox_pink {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9rem;
}

article .sec ul.rbox_pink li {
    display: inline-block;
    box-sizing: border-box;
    background-color: #F8F3ED;
    padding: 0.5rem;
    color: #000;
}
article .sec  ul.rbox_pink li strong {
	font-weight: bold;
}


article ol  {
	/**	margin-top: 2rem;**/
	counter-reset: my-counter;
	list-style: none;
	　padding: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #9C9C9C;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 1.4rem;
	margin-left: -30px;
	text-align: center;
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 50%;
}
article .star:before  {content: "\203B";
}


article section.m1 {
	padding: 0.5rem;
	margin-top: 3rem;
	margin-bottom: 0px;
}
article section.m1 h1 {
	font-family: "Noto Serif JP",serif;
	font-weight: 400;
	font-size: 29px;
	text-align: center;
	line-height: 1.3;
	background: #F8F3ED;
	padding: 10px;
}


article ol li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-left: 0px;
	padding-top: 10px;
}
article table caption {
	padding: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-align: left;
	background-color: #EBDDCB;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article table {
	background-color: rgba(208,208,208,1.00);
	border-collapse: separate;
	border-spacing: 1px 1px;
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
article table tr td {
	background-color: rgba(255,255,255,1.00);
	border-collapse: separate;
	padding: 1rem;
	border-spacing: 1px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px !important;
}
article table th {
	border-spacing: 1px 1px;
	background-color: #f8f3ed;
	padding: 1rem;
	text-align: left;
	border-collapse: separate;
	vertical-align: text-top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px !important;
}
article .cat  {
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

article .cat a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #EDAEAF;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);
	box-shadow: inset 0 1px 1px rgba(255,255,255,1.00);



	filter:

	padding-bottom;
	background-color: rgba(255,152,63,1.00);
	margin-left: auto;
	padding-top: 1rem;
	border-radius: 5px;
	padding-bottom: 1rem;
}

/* IE9のfilterを解除する */
article .cat:not(:target){ filter: none\9;}

article .cat a:hover{
	background-color: rgba(72,177,88,1.00);
	border: 1px solid rgba(81,150,95,1.00);
}
article .left {
    text-align: left;
}
.detailTxt  .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-left: auto;
	margin-right: auto;
}
.detailTxt  .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	 z-index: 10;
}

/* 新EC用上書き */
.p-itemdetail-info__bloc--information ol {
	list-style-type: none !important;
}
article video {
    width: 100%;
    padding: 10px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}