@charset "utf-8";

/*----------------------
 .content
----------------------*/
/* selectProductCategory */
#selectProductCategory {
}
#selectProductCategory .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 30px 0 0 0;
}
#selectProductCategory .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 30px 0;
}
#selectProductCategory .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#selectProductCategory .list li {
	margin: 0 0 30px 0;
}
#selectProductCategory .list li .image {
	text-align: center;
	margin: 0 0 25px 0;
}
#selectProductCategory .list li .text {
	text-align: left;
}
#selectProductCategory .list li .text h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 10px 0;
}
#selectProductCategory .list li .text p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#selectProductCategory .banner {
	padding: 0 0 30px 0;
}
#selectProductCategory .banner li {
	text-align: center;
	margin: 0 0 30px 0;
}

/* selectProductBrand */
#selectProductBrand {
	margin-top: -60px;
	padding-top: 60px;
}
#selectProductBrand>div {
	background-color: #f8f8f8;
}
#selectProductBrand .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 60px 0 0 0;
}
#selectProductBrand .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 30px 0;
}
#selectProductBrand .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#selectProductBrand .list li {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}
#selectProductBrand .list li:nth-child(odd) {
	clear: both;
}
#selectProductBrand .list li:nth-child(even) {
	float: right;
}
#selectProductBrand .list li .image {
	text-align: center;
}

/* searchBrand */
#searchBrand {
	margin-top: -60px;
	padding-top: 60px;
}
#searchBrand .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 60px 0 0 0;
}
#searchBrand .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 60px 0;
}
#searchBrand .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#searchBrand .list li {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}
#searchBrand .list li:nth-child(odd) {
	clear: both;
}
#searchBrand .list li:nth-child(even) {
	float: right;
}
#searchBrand .list li .image {
	text-align: center;
	margin: 0 0 15px 0;
}
#searchBrand .list li .text {
	max-width: 280px;
	text-align: left;
	margin: auto;
}
#searchBrand .list li .text h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}
#searchBrand .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* otherProduct */
#otherProduct {
	background-color: #f8f8f8;
}
#otherProduct .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 60px 0 0 0;
}
#otherProduct .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 60px 0;
}
#otherProduct .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#otherProduct .list li {
	background-color: #ffffff;
	margin: 0 0 30px 0;
}
#otherProduct .list li .image {
	text-align: center;
}
#otherProduct .list li .text {
	max-width: 600px;
	text-align: left;
	margin: auto;
	padding: 15px 4% 40px 4%;
}
#otherProduct .list li .text h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}
#otherProduct .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* catalog */
#catalog {
}
#catalog .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 40px 0 0 0;
}
#catalog .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#catalog .list li {
	margin: 0 0 30px 0;
}
#catalog .list li .image {
	text-align: center;
	margin: 0 0 15px 0;
}
#catalog .list li .text {
	text-align: center;
}
#catalog .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* relationContents */
#relationContents {
	background-image: url("/product/img/bg_relation.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#relationContents .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 60px 0 0 0;
}
#relationContents .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 60px 0;
}
#relationContents .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#relationContents .list li {
	overflow: hidden;
	background-color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
}
#relationContents .list li:nth-child(1) {
	background-image: url("/product/img/img_relation_01.jpg");
}
#relationContents .list li:nth-child(2) {
	background-image: url("/product/img/img_relation_02.jpg");
}
#relationContents .list li:nth-child(3) {
	background-image: url("/product/img/img_relation_03.jpg");
}
#relationContents .list li:nth-child(4) {
	background-image: url("/product/img/img_relation_04.jpg");
}
#relationContents .list li:nth-child(5) {
	background-image: url("/product/img/img_relation_05.jpg");
}
#relationContents .list li:nth-child(6) {
	background-image: url("/product/img/img_relation_06.jpg");
}
#relationContents .list li:nth-child(7) {
	background-image: url("/product/img/img_relation_08.jpg");
}
#relationContents .list li:nth-child(8) {
	background-image: url("/product/img/img_relation_07.jpg");
}
#relationContents .list li .text {
	position: relative;
	width: 65%;
	height:100%;
	text-align: left;
	background-color: #ffffff;
	margin: 0 45% 0 0;
	padding: 15px 10px 15px 45px;
	box-sizing: border-box;
}
#relationContents .list li .text:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #333333;
}
#relationContents .list li .text:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#relationContents .list li .text h3 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 5px 0;
}
#relationContents .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

/* productNav */
.productNav {
	padding: 0 0 30px 0;
}
.naviProductCategory,
.naviProductSubCategory,
.naviProductBrand {
	padding: 20px 0 0 0;
}
.naviProductCategory label,
.naviProductSubCategory label,
.naviProductBrand label {
	display: block;
	cursor: pointer;
	position: relative;
	width: 93.75%;
	text-align: center;
	background-color: #ffffff;
	margin: auto;
	border: 1px solid #333333;
}
.naviProductCategory label {
	background-color: #f2f2f2;
}
.naviProductSubCategory label,
.naviProductBrand label {
	background-color: #ffffff;
}
.naviProductCategory label span,
.naviProductSubCategory label span,
.naviProductBrand label span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 3.0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.naviProductCategory label span:after,
.naviProductSubCategory label span:after,
.naviProductBrand label span:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.25%;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 2px #e4001e;
	border-right: solid 2px #e4001e;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.naviProductCategory label select,
.naviProductSubCategory label select,
.naviProductBrand label select {
	cursor: pointer;
	opacity: 0;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 0 15px 1em;
}

/* productList */
#productList {
	margin: 20px auto 15px auto;
}
#productList .contentInner {
	width: 93.75%;
	margin: auto;
}
#productList .contentInner .errorText {
	margin: 0 0 50px 0;
}
#productList dt {
	margin: 0 0 25px 0;
	padding: 15px 8px;
	border: 3px solid #e5e5e5;
	text-align: center;
}
#productList dt>span {
	display: block;
}
#productList dt .subcate {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	word-break: keep-all;
}
#productList dt .cate {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#productList dd li {
	overflow: hidden;
	margin: 0 0 5px 0;
}
#productList dd li .image {
	float: left;
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
}
#productList dd li .text {
	float: right;
	width: 60%;
	font-size: 12px;
	font-size: 1.2rem;
}
#productList dd li .text p.new,
#productList dd li .text p.renewal {
	min-height: 1.5em;
}
#productList dd li .text p.limitedTime{
	margin-top: 10px;
}
#productList dd li .text span.new {
	display: inline-block;
	background-color: #e60019;
	color: #ffffff;
	padding: 2px 6px;
}
#productList dd li .text span.renewal {
	display: inline-block;
	background-color: #FF9A21;
	color: #ffffff;
	padding: 2px 6px;
}
#productList dd li .text p.info {
	color: #e60019;
	padding-top: 3px;
	min-height: 1.5em;
	line-height: 1.5;
}
#productList dd li .text p.name {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	padding-top: 3px;
	line-height: 1.5;
	word-break: keep-all;
}

/* productData */
#productData {
	width: 93.75%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#productData .productImage {
	text-align: center;
	margin: 0 0 30px 0;
}
#productData .productImage .image {
	text-align: center;
	margin: 0 0 20px 0;
}
#productData .productImage .image a {
	cursor: default;
}
#productData .productImage .image img {
	max-width: 67%;
	max-height: 67%;
}
#productData .info p {
	color: ##333333;
}
#productData .intro {
}
#productData .intro h2 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
#productData .intro ul.feature {
	overflow: hidden;
	margin: 0 0 15px 0;
}
#productData .intro ul.feature li {
	float: left;
	margin: 0 8px 8px 0;
}
#productData .intro ul.feature li img {
	width: auto;
	height: 20px;
}
#productData .intro .desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

/* productSnsArea */
#productData .productSnsArea {
	margin: 0 0 20px 0;
}
#productData .productSnsArea ul {
	overflow: hidden;
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
#productData .productSnsArea li {
	float: left;
	width: 35px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
#productData .productSnsArea li:first-child {
	margin-left: 0;
}

/* relationContent */
#productData .relationContent {
	clear: both;
}
#productData .relationContent h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #333333;
}
#productData .relationContent ul {
	overflow: hidden;
	margin: 0 0 25px 0;
	display: flex;
	flex-wrap: wrap;
}
#productData .relationContent li {
	/* float: left; */
	width: 48%;
	text-align: center;
	margin: 0 0 18px 4%;
}
#productData .relationContent.banner li {
	/* float: left; */
	width: 100%;
	text-align: center;
	margin: 0 0 18px 4%;
}
#productData .relationContent li.saleType4+li:not(.saleType4)+li:not(.saleType4),
#productData .relationContent li.saleType4+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4),
#productData .relationContent li.saleType4+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4)+li:not(.saleType4){
	margin-left: 4%;
}
#productData .relationContent li.saleType4 {
	width: 100%;
	margin-left: 0;
}
#productData .relationContent li.saleType4 > div:first-child {
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#productData .relationContent li:nth-of-type(2n+1){
	margin-left: 0;
}
#productData .relationContent li:first-child,
#productData .relationContent li.saleType4+li,
#productData .relationContent li.saleType4+li+li+li,
#productData .relationContent li.saleType4+li+li+li+li+li,
#productData .relationContent li.saleType4+li+li+li+li+li+li+li {
	margin-left: 0;
}
/* cartFormWrap */
#productData .relationContent li.saleType4 .cartFormWrap {
	position: relative;
	overflow: hidden;
	width: calc(100% - 50px);
	margin: 0 auto 10px;
	padding: 10px 20px;
	background-color: #dcdcdc;
}
#productData .relationContent li.saleType4 .cartFormWrap:last-of-type {
	margin: 0 auto 6px;
}
#productData .relationContent li.saleType4 .cartFormWrap>p {
	display: inline-block;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(1) {
	float: left;
	width: 67%;
	text-align: left;
}
#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(2) {
	position: absolute;
	top: 0;
	bottom: 54px;
	left: calc(67% - 10px);
	margin: auto;
	height: 2em;
	padding: 0;
	width: calc(33% - 10px);
	text-align: right;
	line-height: 1.0;
}
#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(2) span {
	display: block;
	margin-bottom: 2px;
	padding-right: 2px;
	font-size: 11px;
	font-weight: bold;
}
#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea {
	position: relative;
	clear: both;
	padding: 10px 0;
	background-color: #ffffff;
	cursor: pointer;
}
#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea .icon-basket-loaded {
	font-size: 24px;
	margin-right: 5px;
}
#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 9px;
	height:9px;
	margin: auto;
	border-top: solid 1px #181818;
	border-right: solid 1px #181818;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea:hover:after {
	border-top: solid 1px #e60019;
	border-right: solid 1px #e60019;
}

#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea>* {
	vertical-align: middle;
}
#productData .relationContent li .cartNote {
	display: none;
}
#productData .relationContent li.saleType4 .cartFormWrap + .cartNote {
	display: block;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 6px;
}
#productData .relationContent li a {
	display: block;
	text-decoration: underline;
}
#productData .relationContent li.saleType8 div a .image{
	border: 1px solid #ccc;
}
#productData .relationContent li .image {
	text-align: center;
	margin: 0 0 5px 0;
}
#productData .relationContent li .text {
	text-align: left;
}
#productData .relationContent li .text p {
	line-height: 1.2;
}
/* freeArea */
#freeArea {
	width: 93.75%;
	line-height: 1.4;
	margin: 0 auto 45px auto;
	box-sizing: border-box;
}
#freeArea p {
	line-height: 1.4;
}

/* productDetailList */
#productDetailList {
	overflow: hidden;
	width: 93.75%;
	margin: 0 auto 20px auto;
}
.product.detail dl.productDetailItem>dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #333333;
}
.product.detail #cmArea dl.productDetailItem>dt {
	display: none;
}

.product.detail dl.productDetailItem>dd {
	margin-bottom: 25px;
}
.product.detail dl.productDetailItem>dd p {
	line-height: 1.5;
}
#productDetailList>dl.nutrition>dd>p {
	margin-bottom: 15px;
}
#productDetailList>dl.nutrition .responsiveTable dl {
	position: relative;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
#productDetailList>dl.nutrition .responsiveTable dl:last-of-type {
	border-bottom: 1px solid #bfbfbf;
}
#productDetailList>dl.nutrition .responsiveTable dt {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	width: 50%;
	min-height: 1em;
	padding: 10px 0;
}
#productDetailList>dl.nutrition .responsiveTable dd {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	border-left: 1px solid #bfbfbf;
}
#productDetailList>dl.nutrition .responsiveTable dd span {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 1em;
	margin: auto;
}
.product.detail .innerCapacity.exceptionData {

}
.product.detail .innerCapacity.exceptionData table {
	width: 100%;
	border-top: 1px solid #d2d2d2;
	border-collapse: collapse;
}
.product.detail .innerCapacity.exceptionData tr {
	border-bottom: 1px solid #d2d2d2;
}
.product.detail .innerCapacity.exceptionData th {
	width: 50%;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0;
}
.product.detail .innerCapacity.exceptionData td {
	width: 50%;
	line-height: 1.5;
	text-align: right;
	padding: 10px 0;
}
.product.detail #productDetailList .notice {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-indent: -1em;
	padding: 20px 0 0 1em;
}

/* cmArea */
#cmArea {
	width: 93.75%;
	margin: 0 auto 45px auto;
}
#cmArea .movieArea {
	position: relative;
	height: 0;
	padding: 56% 0 0 0;
}
#cmArea .movieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* recommendRecipe */
#recommendRecipe {
	margin: 0 0 45px 0;
}
#recommendRecipe h2 {
	width: 93.75%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 auto 20px auto;
	padding-left: 10px;
	border-left: 3px solid #333333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#recommendRecipe .noslide {
	width: 93.75%;
	margin: 0 auto 30px auto;
}
#recommendRecipe .noslide ul {
	overflow: hidden;
}
#recommendRecipe .noslide li {
	float: left;
	width: 48%;
	margin: 0 0 10px 4%;
}
#recommendRecipe .noslide li .image {
	margin: 0 0 10px 0;
}
#recommendRecipe .noslide li .name {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
}
#recommendRecipe .noslide li:nth-child(2n+1) {
	margin-left: 0;
}
#recommendRecipe .mslide {
	margin: 0 0 30px 0;
}
#recommendRecipe .mslide_wrap .view_block {
	overflow: hidden;/*
	width: 90%;
	left: 5%;*/
	left: 30px;
	right: 30px;
	width: auto;
}
#recommendRecipe .mslide_wrap .view_block>ul>li {
	position: absolute;
	top: 0;
	width: 25%;
	text-align: center;
	padding: 0 1.5% 0 1.5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#recommendRecipe .mslide_wrap .view_block>ul>li .image {
	margin: 0 0 10px 0;
}
#recommendRecipe .mslide_wrap .view_block>ul>li .name {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#recommendRecipe .mslide_wrap .slide_nav_prev {
	bottom: 15%;
	left: 7px;
}
#recommendRecipe .mslide_wrap .slide_nav_next {
	bottom: 15%;
	right: 7px;
}
#recommendRecipe .mslide_wrap .slide_nav_prev>*,
#recommendRecipe .mslide_wrap .slide_nav_next>* {
	width: 13.5px;
	max-width: initial;
	max-width: auto;
	height: 25px;
}
#recommendRecipe .more {
	text-align: center;
}
#recommendRecipe .more p {
	width: 93.75%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #333333;
	box-sizing: border-box;
}

/* searchProduct */
#searchProduct {
	background-color: #f8f8f8;
}
#searchProduct .contentInner {
	width: 93.75%;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
}
#searchProduct h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	padding: 45px 0 45px 0;
}
#searchProduct .searchCategory {
	margin: 0 0 35px 0;
}
#searchProduct .searchBrand {
}
#searchProduct .searchCategory>dt,
#searchProduct .searchBrand>dt {
	background-image: url(/img/common/parts/gnav_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin: 0 0 25px 0;
	padding: 3px 0 7px 7%;
}
#searchProduct dd {
	overflow: hidden;
}
#searchProduct dd .parent {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 20px 6%;
	box-sizing: border-box;
}
#searchProduct .searchCategory dd .parent {
	float: left;
	width: 46.67%;
	margin-left: 6.6%;
}
#searchProduct .searchCategory dd .parent.newLineSP {
	clear: both;
	margin-left: 0;
}
#searchProduct .searchBrand dd .parent {
	text-align: left;
	padding-left: 7.5%;
}
#searchProduct dd .parent:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.25%;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: solid 1px #e4001e;
	border-right: solid 1px #e4001e;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#searchProduct .searchBrand dd .parent:after {
	right: 2.92%;
}
#searchProduct dd .childWrap {
	display: none;
}

@media screen and (max-width: 380px) {
	padding: 30% 0 0 0;
}

@media screen and (min-width: 641px) {
	/* relationContents */
	#relationContents .list li {/*
		float: left;
		width: 47%;
		height: 100px;
		margin: 0 0 30px 6%;*/
	}
	#relationContents .list li:nth-child(2n+1) {
	}
	#relationContents .list li .text {
		padding: 25px 5px 25px 45px;
	}
	#relationContents .list li .text>div {
	}
}

@media screen and (min-width: 769px) {
	/*----------------------
	 .breadcrumb
	----------------------*/
	.product.list .breadcrumb,
	.product.detail .breadcrumb {
		padding-bottom: 10px;
	}

	/*----------------------
	 .content
	----------------------*/
	/* selectProductCategory */
	#selectProductCategory {
	}
	#selectProductCategory .contentInner {
		width: auto;
		max-width: 960px;
		padding: 45px 0 0 0;
	}
	#selectProductCategory .contentInner h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0 0 10px 0;
	}
	#selectProductCategory .list li {
		float: left;
		width: 300px;
		margin: 0 0 50px 30px;
	}
	#selectProductCategory .list li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	#selectProductCategory .list li .image {
	}
	#selectProductCategory .list li .text {
	}
	#selectProductCategory .list li .text h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#selectProductCategory .list li .text p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#selectProductCategory .banner {
		padding: 0 0 70px 0;
	}

	/* selectProductBrand */
	#selectProductBrand {
		margin-top: -50px;
		padding-top: 50px;
	}
	#selectProductBrand .contentInner {
		width: auto;
		max-width: 960px;
		padding: 50px 0 100px 0;
	}
	#selectProductBrand .contentInner h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0 0 50px 0;
	}
	#selectProductBrand .list {
		padding: 0;
	}
	#selectProductBrand .list li {
		width: 151.66px;
		margin: 0 0 0 10px;
	}
	#selectProductBrand .list li:first-child {
		margin-left: 0;
	}
	#selectProductBrand .list li:nth-child(odd) {
		clear: none;
	}
	#selectProductBrand .list li:nth-child(even) {
		float: left;
	}
	#selectProductBrand .list li .image {
	}

	/* searchBrand */
	#searchBrand {
		margin-top: -50px;
		padding-top: 50px;
	}
	#searchBrand .contentInner {
		width: auto;
		max-width: 960px;
		padding: 100px 0 70px 0;
	}
	#searchBrand .contentInner h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0 0 100px 0;
	}
	#searchBrand .list {
		padding: 0;
	}
	#searchBrand .list li {
		width: 210px;
		margin: 0 0 40px 40px;
	}
	#searchBrand .list li:nth-child(odd) {
		clear: none;
	}
	#searchBrand .list li:nth-child(even) {
		float: left;
	}
	#searchBrand .list li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	#searchBrand .list li .image {
		margin: 0 0 18px 0;
	}
	#searchBrand .list li .text {
	}
	#searchBrand .list li .text h3 {
		font-size: 20px;
		font-size: 2.0rem;
		margin: 0 0 15px 0;
	}
	#searchBrand .list li .text p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/* otherProduct */
	#otherProduct {
	}
	#otherProduct .contentInner {
		width: auto;
		max-width: 870px;
		padding: 100px 0 0 0;
	}
	#otherProduct .contentInner h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0 0 100px 0;
	}
	#otherProduct .list {
		padding: 0 0 70px 0;
	}
	#otherProduct .list li {
		float: left;
		width: 280px;
		margin: 0 0 30px 15px;
	}
	#otherProduct .list li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	#otherProduct .list li .image {
	}
	#otherProduct .list li .text {
		padding: 15px 15px 30px 15px;
	}
	#otherProduct .list li .text h3 {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: -0.05em;
		margin: 0 0 10px 0;
	}
	#otherProduct .list li .text p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/* catalog */
	#catalog {
	}
	#catalog .contentInner {
		width: auto;
		max-width: 960px;
		margin: auto;
		padding: 100px 0 0 0;
	}
	#catalog .list {
		padding: 0 0 70px 0;
	}
	#catalog .list li {
	}
	#catalog .list li .image {
	}
	#catalog .list li .text {
	}
	#catalog .list li .text p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}

	/* relationContents */
	#relationContents {
	}
	#relationContents .contentInner {
		width: auto;
		max-width: 960px;
	}
	#relationContents .contentInner h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#relationContents .list {
		padding: 0 0 70px 0;
	}
	#relationContents .list li {
		float: left;
		width: 460px;
		width: 48%;
		height: 100px;
		margin: 0 0 30px 40px;
		margin: 0 0 30px 4%;
	}
	#relationContents .list li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	#relationContents .list li .text {/*
		height: 100px;*/
		width: 52%;
		min-height: 110px;
		margin: 0 48% 0 0;
		padding: 15px 5px 15px 60px;
	}
	#relationContents .list li .text>div {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		margin: auto;
		padding: 15px 5px 15px 0;
	}
	#relationContents .list li a:hover .text:before {
		border: 1px solid #e60019;
	}
	#relationContents .list li a:hover .text:after {
		border-top: solid 1px #ff0000;
		border-right: solid 1px #ff0000;
	}
	#relationContents .list li .text h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#relationContents .list li .text p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#relationContents .list li .image {
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 45%;
		text-align: right;
		background-image: url("/product/img/img_relation_01.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0 0 0 55%;
	}

	/* productNav */
	.productNav {
		padding: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	/* naviProductCategory */
	.naviProductCategory {
		position: relative;
		text-align: center;
		background-color: #f2f2f2;
		margin: 0;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
	.naviProductCategory:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}
	.naviProductCategory ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: hidden;
		width: 960px;
		margin: auto;
	}
	.naviProductCategory li {
		display: flex;
		width: 100%;
		flex-direction: column;
		max-width: 16%;
	}
	.naviProductCategory li:nth-child(5) {
		max-width: 19.3%;
	}
	.naviProductCategory li a {
		display: block;
		padding: 10px 0;
	}
	.naviProductCategory li a span {
		display: inline-block;
		width: 100%;
		padding: 5px 0;
		border-left: 1px solid #d5d5d5;
		box-sizing: border-box;
	}
	.naviProductCategory li:nth-child(6n+1) a span {
		border-left: 0;
	}
	.naviProductCategory li:last-of-type a span {
		border-left: 1px solid #d5d5d5;
	}
	.naviProductCategory li.current a span,
	.naviProductCategory li a:hover span {
		color: #e60019;
		text-decoration: underline;
	}

	/* naviProductSubCategory */
	/* naviProductBrand */
	.naviProductSubCategory,
	.naviProductBrand {
		text-align: left;
		background-color: #ffffff;
		margin: 0 0 10px 0;
		padding: 0;
		border-bottom: 0;
	}
	.naviProductSubCategory {
		padding: 10px 0 0 0;
	}
	.naviProductBrand {
		margin: 0;
		padding: 10px 0;
	}
	.naviProductBrand {
		background-color: #fef9e1;
	}
	.naviProductSubCategory ul,
	.naviProductBrand ul {
		display: block;
		overflow:hidden;
		width: 960px;
		margin: auto;
		border-top: 0;
	}
	.naviProductSubCategory li,
	.naviProductBrand li {
		display: inline-block;
		margin-left: 50px;
	}
	.naviProductSubCategory li a,
	.naviProductBrand li a {
		display: block;
		position: relative;
		background-image: url("/img/common/parts/arrow_gray_03_left.png");
		background-position: left center;
		background-repeat:no-repeat;
		background-size: auto;
		padding: 0 0 0 15px;
	}
	.naviProductSubCategory li a:after,
	.naviProductBrand li a:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: 0;
		margin: auto;
		border: 5px solid transparent;
		border-left: 5px solid #979797;
	}
	.naviProductSubCategory li a span,
	.naviProductBrand li a span {
		display: block;
		min-width: 4.1em;
		color: #505050;
		padding: 9px 0 9px 0;
	}
	.naviProductSubCategory li.current a span,
	.naviProductSubCategory li a:hover span,
	.naviProductBrand li.current a span,
	.naviProductBrand li a:hover span {
		color: #e60019;
		text-decoration: underline;
	}

	/* productList */
	#productList {
		margin: 50px 0 50px 0;
	}
	#productList .contentInner {
		width: 960px;
	}
	#productList dl {
		overflow: hidden;
		margin-bottom: 25px;
	}
	#productList dt {
		position: relative;
		float: left;
		width: 120px;
		min-height: 120px;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
	}
	#productList dt>span {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#productList dt .subcate {
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#productList dt .cate {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#productList dd {
		float: right;
		width: 812px;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 0;
	}
	#productList dl:last-child dd {
		border-bottom: 0;
	}
	#productList dd ul {
		overflow: hidden;
	}
	#productList dd li {
		float: left;
		margin: 0 10px 25px 0;
		width: 260px;
	}
	#productList dd li:nth-child(3n+1) {
		clear: both;
	}
	#productList dd li a {
		overflow: hidden;
	}
	#productList dd li .image {
		width: 110px;
		padding: 7px;
		box-sizing: content-box;
	}
	#productList dd li .image img {
		max-width: 110px;
		height: auto;
	}
	#productList dd li .text {
		width: 136px;
	}
	#productList dd li .text p {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#productList dd li .text p.info {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#productList dd li .text p.name {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* productData */
	#productData {
		overflow: hidden;
		width: 960px;
		margin: 50px auto 0 auto;
		padding: 0;
	}
	#productData .productImage {
		float: left;
		width: 445px;
		margin: 0 0 50px 0;
	}
	#productData .productImage .image {
		height: 445px;
		margin: 0 0 10px 0;
		border: 1px solid #dcdcdc;
	}
	#productData .productImage .image a {
		cursor: pointer;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	#productData .productImage .image a:after {
		content: "";
		position: absolute;
		background-image: url("/img/common/parts/ico_zoom.png");
		bottom: 0;
		right: 0;
		width: 31px;
		height: 31px;
	}
	#productData .productImage .image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#productData .info p {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 15px 0;
	}
	#productData .intro {
		float: right;
		width: 480px;
		margin-bottom: 5px;
	}
	#productData .intro>h2 {
		color: #505050;
		font-size: 23px;
		font-size: 2.3rem;
		margin-bottom: 20px;
	}
	#productData .intro>div {
		position: relative;
	}
	#productData .intro>div>ul {
		margin: 0 0 20px 0;
	}
	#productData .intro>div>ul.feature {
		float: left;
		width: 290px;
		min-height: 25px;
		padding: 7px 0;
	}
	#productData .intro>div>ul.feature li {
		margin: 0 5px 5px 0;
	}
	#productData .intro .desc {
		clear: both;
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 30px 0;
	}

	/* productSnsArea */
	#productData .productSnsArea {
		float: right;
		margin-bottom: 20px;
	}
	#productData .productSnsArea ul {
		padding: 6px 30px;
	}
	#productData .productSnsArea li {
		width: 30px;
		margin-left: 15px;
		margin-right: 0;
	}

	/* relationContent */
	#linkBrand,
	#linkOnlineshop {
		overflow: hidden;
	}
	#productData .relationContent {
	}
	#productData .relationContent h3 {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 10px 0;
	}
	#productData .relationContent ul {
		overflow: hidden;
	}
	#productData .relationContent li {
		/* float: left; */
		width: 230px;
		margin: 0 0 20px 20px;
	}
	#productData .relationContent li.saleType4 .cartFormWrap {
		padding: 10px 10px 10px 20px;
	}
	#productData .relationContent li.saleType4 .cartFormWrap>p {
		font-size: 18px;
		margin: 0;
		padding: 1rem 0;
	}
	#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(1) {
		width: 33%;
	}
	#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(2) {
		bottom: 0;
		left: 33%;
		width: 20%;
		text-align: right;
	}
	#productData .relationContent li.saleType4 .cartFormWrap>p:nth-child(2) span {
		margin-bottom: 5px;
		padding-right: 5px;
		font-size: 13px;
	}
	#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea .icon-basket-loaded {
		margin-left: 17px;
		margin-right: 1rem;
	}
	#productData .relationContent li.saleType4 .cartFormWrap .cartInputArea {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
		height: 24px;
		width: 41.5%;
		float: none;
		clear: initial;
		text-align: left;
	}
	#productData .relationContent li a {
		display: block;
	}
	#productData .relationContent#linkOnlineshop li .image {
		margin: 0;
	}
	#productData .relationContent#linkOnlineshop li .text {
		display: none;
	}
	#productData .relationContent li .text p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#productData .relationContent li :hover .text p {
		color: #e60019;
		text-decoration: underline;
	}
	/* freeArea */
	#freeArea {
		width: 960px;
		margin: 0 auto 50px auto;
	}

	/* productDetailList */
	#productDetailList {
		width: 960px;
		margin: 0 auto 50px auto;
	}
	.product.detail dl.productDetailItem>dt {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
		padding-left: 15px;
		border-left: 5px solid #333333;
	}
	.product.detail dl.productDetailItem>dd {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 45px;
	}
	.product.detail dl.productDetailItem>dd p {
		line-height: 1.5;
	}
	#productDetailList>dl.nutrition>dd {
		margin-bottom: 0;
	}
	#productDetailList>dl.nutrition dd>p {
		margin-bottom: 15px;
	}
	#productDetailList>dl.nutrition .responsiveTable {
		overflow: hidden;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#productDetailList>dl.nutrition .responsiveTable dl {
		float: left;
		width: 190px;
		margin-bottom: 10px;
		margin-right: -1px;
		display: flex;
		flex-direction: column;
		/* float: none; */
	}
	#productDetailList>dl.nutrition .responsiveTable dl:last-of-type {
		border-bottom: 0;
	}
	#productDetailList>dl.nutrition .responsiveTable dt {
		width: 100%;
		padding: 23px 0;
		border-bottom: 1px solid #bfbfbf;
		display: flex;
		align-items: center;
		flex-grow: 1;
	}
	#productDetailList>dl.nutrition .responsiveTable dt span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.0;
		flex-grow: 1;
	}
	#productDetailList>dl.nutrition .responsiveTable dd {
		position: relative;
		left: 0;
		width: 100%;
		height: 1em;
		padding: 23px 0;
		border-left: 0;
		border-bottom: 1px solid #bfbfbf;
	}
	#productDetailList>dl.nutrition .responsiveTable dd span {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		min-height: 1em;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.0;
		margin: auto;
	}
	.product.detail dl.productDetailItem>dd p{
		width: 100%;
		display: block;
	}

	/* cmArea */
	#cmArea {
		width: 960px;
		margin: 0 auto 50px auto;
	}
	#cmArea .movieArea {
		height: auto;
		text-align: center;
		background: #eeeeee;
		padding: 30px;
	}
	#cmArea .movieArea #movie01 {
		position: static;
		width: 640px;
		height: 360px;
		margin: 0 auto;
	}
	.product.detail #cmArea dl.productDetailItem>dd {
		margin-bottom: 0;
	}

	/* recommendRecipe */
	#recommendRecipe {
		margin: 0 0 60px 0;
		padding: 50px 0 0 0;
	}
	#recommendRecipe h2 {
		width: auto;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin: 0 0 30px 0;
		padding-left: 0;
		border-left: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#recommendRecipe .noslide {
		width: 900px;
	}
	#recommendRecipe .noslide ul {
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	#recommendRecipe .noslide li {
		float: none;
		display: inline-block;
		width: 23.5%;
		vertical-align: top;
		margin: 0 0 10px 1%;
		box-sizing: border-box;
	}
	#recommendRecipe .noslide li:nth-child(2n+1) {
		margin-left: 1%;
	}
	#recommendRecipe .noslide li:first-child {
		margin-left: 0;
	}
	#recommendRecipe .noslide li .name {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#recommendRecipe .mslide {
		width: 870px;
		margin: 0 auto 30px auto;
	}
	#recommendRecipe .mslide_wrap .view_block {
		left: 0;
		right: 0;
	}
	#recommendRecipe .mslide_wrap .view_block>ul>li {
		width: 12.5%;
		margin: 0;
		padding: 0;
	}
	#recommendRecipe .mslide_wrap .view_block>ul>li a {
		display: block;
		padding: 0 5px 0 5px;
	}
	#recommendRecipe .mslide_wrap .view_block>ul>li .name {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#recommendRecipe .mslide_wrap .slide_nav_prev {
		left: -45px;
	}
	#recommendRecipe .mslide_wrap .slide_nav_next {
		right: -45px;
	}
	#recommendRecipe .mslide_wrap .slide_nav_prev>*,
	#recommendRecipe .mslide_wrap .slide_nav_next>* {
		width: 11px;
		height: 20px;
	}
	#recommendRecipe .more a {
		display: inline-block;
	}
	#recommendRecipe .more p {
		width: 400px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#recommendRecipe .more a:hover .btnLayoutType01,
	#recommendRecipe .more a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	#recommendRecipe .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #ff0000;
		border-right: solid 1px #ff0000;
	}

	/* searchProduct */
	#searchProduct .contentInner {
		width: 960px;
	}
	#searchProduct h2 {
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		padding: 45px 0 45px 0;
	}
	#searchProduct .searchCategory>dt,
	#searchProduct .searchBrand>dt {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 17px;
		background-position: left top;
		background-size: auto 17px;
		margin: 0 0 20px 0;
		padding: 0 0 15px 40px;
		border-bottom: 1px solid #e4e4e4;
	}
	#searchProduct dd .parent {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		background-color: transparent;
		margin: 0 0 30px 0;
		padding: 5px 0 5px 17px;
	}
	#searchProduct .searchCategory dd .parent {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	#searchProduct .searchBrand dd .parent {
		padding-left: 35px;
	}
	#searchProduct dd .parent:after,
	#searchProduct .searchBrand dd .parent:after {
		left: 0;
		right: auto;
	}
	#searchProduct .parentWrap>li {
		float: left;
		width: 19%;
		margin: 0 0 0 1.25%;
	}
	#searchProduct .parentWrap>li:first-child {
		margin-left: 0;
	}
	#searchProduct .searchCategory .parentWrap>li:nth-child(2) {
		width: 25%;
	}
	#searchProduct .searchCategory .parentWrap>li:nth-child(4) {
		width: 13%;
	}
	#searchProduct .searchBrand dd>ul>li {
		overflow: hidden;
		float: none;
		width: auto;
	}
	#searchProduct .searchBrand dd>ul>li p {
		float: left;
		width: 19%;
		margin: 0 0 0 1.25%;
	}
	#searchProduct .searchBrand dd>ul>li a:first-child p {
		margin-left: 0;
	}
	#searchProduct dd .childWrap {
		display: block;
	}
	#searchProduct dd .childWrap li,
	#searchProduct dd .childWrap>ul>li:first-child {
		float: none;
		width: auto;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 15px 17px;
	}

	/* modal01 */
	#modal>#modal01 {
		position: fixed;
	}
	#modal>#modal01>.m_inner {
		width: 100%;
	}
	#modal01 .modal_inner img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 620px;
		max-height: 620px;
		background-color: #ffffff;
		margin: auto;
		padding: 30px;
	}
}

/* 商品詳細の甘酒の作り方特例対応 */
#amazake_movie {
	background-color: #f0f0f0;
	padding: 20px 0 14px;
	text-align: center;
	margin: 0 0 20px
}
#amazake_movie>div {
	width: 85%;
	margin: auto;
}
#amazake_movie img {
	display: inline-block;
}
#amazake_movie h3 {
	margin: 0 0 16px;
	line-height: 1.2;
}
#amazake_movie>img {
	width: 100%;
	margin: 4px 0 0
}

#amazake_movie a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 94%;
	margin-top: 14px;
}
#cook_misotama {
	margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
	#amazake_movie {
		max-width: 445px;
	}
	#amazake_movie .movie_area iframe{
		height: 213px;
	}
}
/* 甘酒1000mlの注ぎやすい方法 */
#freeArea .howto {
	width: 88.13%;
	background-image: url("/product/img/koji/bg_howto.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 20px auto;
	padding: 20px 3.5%;
}
#freeArea .howto dl{
}
#freeArea .howto dl dt {
	text-align: center;
}
#freeArea .howto dl dt img{
	width: 86.35%;
	margin: 0 auto 15px auto;
}
#freeArea .howto dl dd{
	overflow: hidden;
}
#freeArea .howto dl dd img{
	float: right;
	width: 34.4%;
	margin: 0 0 0 3.9%;
}
#freeArea .howto dl dd p{
	line-height: 1.7;
	padding: 0 0 0 0;
}


@media screen and (min-width: 769px) {
	#freeArea .howto {
		width: 425px;
		padding: 20px 10px 14px;
		margin: 0 0 20px
	}
}

/* ペネロペ */
#freeArea .penelope .text {
	overflow: hidden;
	padding: 10px 0 0 0;
}
#freeArea .penelope .text>img {
	float: left;
	width: 60%;
}
#freeArea .penelope .text>a {
	float: left;
	width: 40%;
}

/* ※2020年11月より栄養成分表示の数値が変わりました。 */
.timerSet{
  display: none;
}
.product-banner {
  width: 80%;
  max-width: 960px;
  margin: auto;
  padding: 60px 0;
}
