@charset "utf-8";

/*----------------------
 mainSlider
----------------------*/
#mainSlider {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
}
#mainSlider .mslide {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 35% 0 0 0;
}
#mainSlider .mslide_wrap .view_block {
	overflow: visible;
}
#mainSlider .mslide_wrap .view_block>ul>li {
	position: absolute;
	top: 0;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainSlider .mslide_wrap .view_block>ul>li>div {
	height: 100%;
	background-color: #ffffff;
}
#mainSlider .mslide_wrap .view_block>ul>li p {
	color: #564a3f;
	font-size: 81.3%;
	text-align: left;
	padding: 20px;
}
#mainSlider .mslide_wrap .slide_nav_prev,
#mainSlider .mslide_wrap .slide_nav_next {
	display: none;
}
#mainSlider .mslide_wrap .slide_nav_prev>*,
#mainSlider .mslide_wrap .slide_nav_next>* {
	width: 37px;
	max-width: initial;
	max-width: auto;
	height: 69px;
}
#mainSlider .mslide_wrap .thumbArea {
	bottom: -30px;
}
#mainSlider .mslide_wrap .thumbArea li {
	padding: 0 3%;
}
#mainSlider .mslide_wrap .thumbArea a {
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background-image: url("/img/common/parts/slide_01_sp_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 5px;
}
#mainSlider .mslide_wrap .thumbArea a.active,
#mainSlider .mslide_wrap .thumbArea a:hover {
	background-image: url("/img/common/parts/slide_01_sp_on.png");
}

/*----------------------
 .content
----------------------*/
/* whatsNew */
#whatsNew {
	padding: 60px 0 55px 0;
}
#whatsNew .contentInner {
	width: 93.75%;
	margin: 0 auto;
}
#whatsNew h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 55px 0;
}
#whatsNew ul {
	overflow: hidden;
}
#whatsNew li {
	float: right;
	position: relative;
	width: 46.67%;
	margin: 0 0 40px 0;
}
#whatsNew li:nth-child(2n+1) {
	clear: both;
	float: left;
}
#whatsNew li .image {
	margin: 0 0 20px 0;
}
#whatsNew li .text {
	position: relative;
	padding: 0 0 50px 0;
}
#whatsNew li .text p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}
#whatsNew li .category {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
}
#whatsNew li .category p {
	display: inline-block;
	color: #777777;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #f7f7f7;
	padding: 5px 10%;
}
#whatsNew li .date {
	position: absolute;
	bottom: 0;
	left: 55%;
	right: 5px;
}
#whatsNew li .date p {
	color: #777777;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right;
	padding: 5px 0;
}
#whatsNew .more {
	text-align: center;
}
#whatsNew .more a {
	display: inline;
}
#whatsNew .more p {
	width: 93.75%;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #333333;
	box-sizing: border-box;
}

/* cmGallery */
#cmGallery {
}
#cmGallery .contentInner {
	position: relative;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 81.25% 0 0 0;
}
#cmGallery #movie01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#cmGallery #movieCover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-image: url("/img/common/parts/bg_black_op43.png");
	background-position: center center;
	background-repeat: repeat;
}
#cmGallery #movieCover .inner {
	width: 93.75%;
	margin: 0 auto;
}
#cmGallery #movieCover .title {
	position: absolute;
	bottom: 70%;
	left: 0;
	right: 0;
}
#cmGallery #movieCover .title h2 {
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 30px 0;
}
#cmGallery #movieCover .title p {
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#cmGallery #movieCover .btnArea img {
	cursor: pointer;
	position: absolute;
	top: 40%;
	bottom: 40%;
	left: 0;
	right: 0;
	margin: auto;
}
#cmGallery #movieCover .btnArea p {
	position: absolute;
	bottom: 33%;
	left: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
}
#cmGallery #movieCover .more {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
}
#cmGallery #movieCover .more a {
	display: inline;
}
#cmGallery #movieCover .more p {
	width: 93.75%;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
#cmGallery #movieCover .more .btnLayoutType01:before {
	border: 1px solid #ffffff;
}
#cmGallery #movieCover .more .btnLayoutType01:after {
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

/* searchtProduct */
#searchtProduct {
	background-color: #f8f8f8;
	padding: 60px 0 36px 0;
}
#searchtProduct .contentInner {
	width: 93.75%;
	margin: 0 auto;
}
#searchtProduct section,
#searchtProduct article {
	overflow: hidden;
}
#searchtProduct h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 55px 0;
}
#searchtProduct h3 {
	margin: 0 0 35px 0;
	padding: 8px 0 10px 15px;
	border-bottom: 1px solid #d2d2d2;
}
#searchtProduct h3 span {
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
}
#searchtProduct ul {
}
#searchtProduct li {
	float: left;
	position: relative;
	width: 46.67%;
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 35px 0;
}
#searchtProduct .searchForProduct li,
#searchtProduct .linkArea li {
	margin: 0 0 55px 0;
}
#searchtProduct .searchForProduct li:nth-child(2n),
#searchtProduct .linkArea li:nth-child(2n) {
	float: right
}
#searchtProduct .searchWithCategory li {
	width: 31.66%;
	margin: 0 0 35px 2.5%;
	padding: 15px 0 10px 0;
	box-sizing: border-box;
}
#searchtProduct .searchWithCategory li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
#searchtProduct .searchWithCategory li .image {
	width: 80%;
	text-align: center;
	margin: 0 auto 15px auto;
}
#searchtProduct li .text {
	position: relative;
}
#searchtProduct .searchForProduct li .text,
#searchtProduct .linkArea li .text {
	background-position: center 18%;
	background-repeat: no-repeat;
	background-size: 28.21% auto;
	padding: 38% 0 15px 0;
}
#searchtProduct .searchForProduct li:nth-child(1) .text {
	background-image: url("/img/top/img_searchProduct_01.png");
}
#searchtProduct .searchForProduct li:nth-child(1) a:hover .text {
	background-image: url("/img/top/img_searchProduct_01_mo.png");
}
#searchtProduct .searchForProduct li:nth-child(2) .text {
	background-image: url("/img/top/img_searchProduct_02.png");
}
#searchtProduct .searchForProduct li:nth-child(2) a:hover .text {
	background-image: url("/img/top/img_searchProduct_02_mo.png");
}
#searchtProduct .linkArea li:nth-child(1) .text {
	background-image: url("/img/top/img_misoserver_01.png");
}
#searchtProduct .linkArea li:nth-child(1) a:hover .text {
	background-image: url("/img/top/img_misoserver_01_mo.png");
}
#searchtProduct .linkArea li:nth-child(2) .text {
	background-image: url("/img/top/img_business_01.png");
}
#searchtProduct .linkArea li:nth-child(2) a:hover .text {
	background-image: url("/img/top/img_business_01_mo.png");
}
#searchtProduct .searchWithCategory li .text {
}
#searchtProduct li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#searchtProduct .searchWithCategory li .text p {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
}
#searchtProduct .searchForProduct li .arrowType02:after,
#searchtProduct .linkArea li .arrowType02:after {
	right: 5px;
}
#searchtProduct .more {
	text-align: center;
}
#searchtProduct .more a {
	display: inline;
}
#searchtProduct .more p {
	width: 93.75%;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #333333;
	box-sizing: border-box;
}

/* recipeSlider */
#recipeSlider {
	padding: 55px 0 0 0;
}
#recipeSlider h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 55px 0;
}
#recipeSlider .mslide {
	display: none;
}
#recipeSlider .mslide_wrap .view_block {
	overflow: hidden;
}
#recipeSlider .mslide_wrap .view_block>ul>li {
	position: absolute;
	top: 0;
	width: 50%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#recipeSlider .mslide_wrap .view_block>ul>li>div {
	height: 100%;
	background-color: #ffffff;
}
#recipeSlider .mslide_wrap .view_block > ul > li .movie_mark {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 60px;
	width: 9%;
}
#recipeSlider .mslide_wrap .view_block > ul > li .movie_mark img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#recipeSlider .mslide_wrap .slide_nav_prev,
#recipeSlider .mslide_wrap .slide_nav_next {
	display: none;
}
#recipeSlider .mslide_wrap .slide_nav_prev>*,
#recipeSlider .mslide_wrap .slide_nav_next>* {
	width: 37px;
	max-width: initial;
	max-width: auto;
	height: 69px;
}
#recipeSlider .mslide_wrap .thumbArea {
	bottom: 20px;
}
#recipeSlider .mslide_wrap .thumbArea li {
	padding: 0 2%;
}
#recipeSlider .mslide_wrap .thumbArea a {
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background-image: url("/img/common/parts/slide_01_sp_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 5px;
}
#recipeSlider .mslide_wrap .thumbArea a.active,
#recipeSlider .mslide_wrap .thumbArea a:hover {
	background-image: url("/img/common/parts/slide_01_sp_on.png");
}

#pick_up {
    background-color: #ffffff;
}
#pick_up h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
}
.contaner h2 {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 30px 0;
}
.inner, .sp_inner {
    width: 93.75%;
    margin: auto;
}
#pick_up ul {
	border: 1px solid #939393;
}
#pick_up li {
    overflow: hidden;
    text-align: center;
	padding: 10px 10px 25px;
    margin: 0 auto 15px auto;
    max-width: 600px;
	position: relative;
}
#pick_up ul li:last-child {
    margin-bottom: 0;
	border-bottom: none;
}
#pick_up li:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 98%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #939393;
}
#pick_up li:last-child::after{
  content: none;
}
#pick_up dt {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 15px 0 15px;
    line-height: 1.4;
    font-weight: 500;
}
#pick_up dd {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #505050;
    margin-bottom: 15px;
}
#pick_up .bdbtn {
    text-align: center;
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    background-image: url(/recipe/img/common/arrow02.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}
#pick_up .bdbtn a {
    display: block;
    padding: 15px 0;
}
/* recipeSpecial */
#recipeSpecial {
	padding: 60px 0 36px 0;
}
#recipeSpecial .contentInner {
	width: 93.75%;
	margin: 0 auto;
}
#recipeSpecial section {
	overflow: hidden;
}
#recipeSpecial h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 55px 0;
}
#recipeSpecial ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recipeSpecial li {
	/* float: right; */
	width: 48.33%;
	margin-left: 3%;
}
#recipeSpecial li:nth-child(2n+1) {
	clear: both;
	/* float: left; */
	margin-left: 0;
}
#recipeSpecial li .title {
	position: relative;
	text-align: center;
	background-color: #000000;
}
#recipeSpecial li .title p {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1.5em;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: auto;
}
#recipeSpecial li .title.multi_2line p {
	height: 3.0em;
}
#recipeSpecial li .title.multi_3line p {
	height: 4.5em;
}
#recipeSpecial li a:hover .title img {
	opacity: 0.6;
}
#recipeSpecial li .intro {
	text-align: center;
	padding: 20px 0 35px 0;
}
#recipeSpecial li .intro p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#recipeSpecial .more {
	text-align: center;
}
#recipeSpecial .more a {
	display: inline;
}
#recipeSpecial .more p {
	width: 93.75%;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #333333;
	box-sizing: border-box;
}

/* pickupContents */
#pickupContents {
	background-image: url("/img/top/bg_pickup.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pickupContents .contentInner {
	width: 93.75%;
	margin: auto;
	padding: 60px 0 0 0;
}
#pickupContents .contentInner h2 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 60px 0;
}
#pickupContents .list {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#pickupContents .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;
}
#pickupContents .list li:nth-child(1) {
	background-image: url("/product/img/img_relation_01.jpg");
}
#pickupContents .list li:nth-child(2) {
	background-image: url("/product/img/img_relation_02.jpg");
}
#pickupContents .list li:nth-child(3) {
	background-image: url("/img/top/img_relation_05.jpg");
}
#pickupContents .list li:nth-child(4) {
	background-image: url("/img/top/img_relation_06.jpg");
}
#pickupContents .list li:nth-child(5) {
	background-image: url("/product/img/img_relation_04.jpg");
}
#pickupContents .list li:nth-child(6) {
	background-image: url("/img/top/img_relation_10.jpg");
}
#pickupContents .list li:nth-child(7) {
	background-image: url("/img/top/img_relation_08.jpg");
}
#pickupContents .list li:nth-child(8) {
	background-image: url("/img/top/img_relation_09.jpg");
}
#pickupContents .list li:nth-child(9) {
	background-image: url("/img/top/img_relation_14.jpg");
}
#pickupContents .list li:nth-child(10) {
		background-image: url("/img/top/img_relation_13.jpg");
		}
#pickupContents .list li:nth-child(11) {
		background-image: url("/img/top/img_relation_15.jpg");
		}
#pickupContents .list li:nth-child(12) {
	background-image: url("/img/top/img_relation_16_sp.jpg");
}

#pickupContents .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;
}
#pickupContents .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;
}
#pickupContents .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);
}
#pickupContents .list li .text h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 5px 0;
}
#pickupContents .list li.topicsTitleL2 .text h3{
	line-height: 1.2;
}
#pickupContents .list li .text h3 .topicsTitleSub{
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 3px;
}
#pickupContents .list li .text p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
#modal .modalImgWrap {
	width: 80%;
	height: auto;
	display: flex;
	align-items: center;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#modal .modalImgWrap {
	width: 80%;
	height: auto;
	display: flex;
	align-items: center;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#modal .contentInner .close_btn {
	position: fixed;
}

@media screen and (max-width: 380px) {

}

@media screen and (min-width: 641px) {
	/*----------------------
	 mainSlider
	----------------------*/
	#mainSlider {
		padding: 0 0 40px 0;
	}
	#mainSlider .mslide_wrap .slide_nav_prev,
	#mainSlider .mslide_wrap .slide_nav_next {
		display: block;
	}
	#mainSlider .mslide_wrap .thumbArea {
		bottom: -40px;
	}
	#mainSlider .mslide_wrap .thumbArea li {
		padding: 0 15px;
	}
	#mainSlider .mslide_wrap .thumbArea a {
		background-image: url("/img/common/parts/slide_01_off.png");
	}
	#mainSlider .mslide_wrap .thumbArea a.active,
	#mainSlider .mslide_wrap .thumbArea a:hover {
		background-image: url("/img/common/parts/slide_01_on.png");
	}

	/*----------------------
	 .content
	----------------------*/
	/* searchtProduct */
	#searchtProduct .searchForProduct li .text,
	#searchtProduct .linkArea li .text {
		background-size: 79px auto;
	}
	#searchtProduct .searchForProduct li .text p,
	#searchtProduct .linkArea li .text p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* pickupContents */
	#pickupContents .list li .text {
		padding: 25px 5px 25px 45px;
	}

	/* recipeSlider */
	#recipeSlider {
		overflow: hidden;
		width: 100%;
	}
	#recipeSlider .mslide {
		display: block;
	}
	#recipeSlider .mslideSP {
		display: none;
	}
	#recipeSlider .mslide_wrap .view_block {
		overflow: visible;
	}
	#recipeSlider .mslide_wrap .view_block>ul {
		width: 200%;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li {
		width: 16.66%;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .recipeImage {
		position: relative;
		width: 100%;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .image {
		max-width: 400px;
		max-height: 277px;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .recipeImage.imageMiddle img {
		width: 800px;
		height: 554px;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .recipeImage.imageSmall img {
		width: 400px;
		height: 277px;
	}
	#recipeSlider .mslide_wrap .view_block > ul > li .movie_mark {
		bottom: 8px;
		width: auto;
	}
	#recipeSlider .mslide_wrap .view_block > ul > li .movie_mark img {
		position: relative;
		width: auto;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text {
		opacity: 0;
		position: absolute;
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
		background-image: url("/img/common/parts/bg_white_op50.png");
		background-position: center center;
		background-repeat: repeat;
		transition: all 0.5s ease-out;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text>div {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 106px;
		margin: auto;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .recipeImage .text:hover {
		opacity: 1.0;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .imageSmall .text>div {
		height: 81px;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text p {
		color: #333333;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin: 0 0 25px 0;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .imageMiddle .text p {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 35px 0;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more {
		text-align: center;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more a {
		display: inline;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more p {
		max-width: 258px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		background-image: url("/img/common/parts/bg_white_op50.png");
		background-position: center center;
		background-repeat: repeat;
		margin: 0 auto;
		padding: 13px 0;
		border: 1px solid #333333;
		box-sizing: border-box;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .imageMiddle .text .more p {
		width: 360px;
		font-size: 17px;
		font-size: 1.7rem;
		padding: 15px 0;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more a:hover p {
		color: #e60019;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more a:hover .btnLayoutType01,
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	#recipeSlider .mslide_wrap .view_block>ul>li .text .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}
	#recipeSlider .mslide_wrap .slide_nav_prev,
	#recipeSlider .mslide_wrap .slide_nav_next {
		display: block;
	}
	#recipeSlider .mslide_wrap .slide_nav_prev>*,
	#recipeSlider .mslide_wrap .slide_nav_next>* {
		width: 37px;
		max-width: initial;
		max-width: auto;
		height: 69px;
	}
	#pickupContents .list li:nth-child(12) {
		background-image: url("/img/top/img_relation_16.jpg");
	}
}

@media screen and (min-width: 769px) {
	/*----------------------
	 .content
	----------------------*/
	/* whatsNew */
	#whatsNew {
		padding: 55px 0 100px 0;
	}
	#whatsNew .contentInner {
		width: auto;
		max-width: 1200px;
	}
	#whatsNew li {
		float: left;
		position: relative;
		width: 32%;
		margin: 0 0 60px 2%;
		padding: 0 0 20px 0;
	}
	#whatsNew li:nth-child(2n+1) {
		clear: none;
		float: left;
	}
	#whatsNew li:nth-child(3n+1) {
		clear: both;
		float: left;
		margin-left: 0;
	}
	#whatsNew li .image {
		position: relative;/*
		height: 200px;*/
		text-align: center;
		margin: 0 0 20px 0;
		padding: 51.28% 0 0 0;
	}
	#whatsNew li:nth-child(3n+1) .image {
	}
	#whatsNew li .image img {/*
		max-width: 390px;*/
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	#whatsNew li .text {
		position: relative;
		height: 80px;
		margin: 0;
		padding: 20px 0 20px 0;
	}
	#whatsNew li .text:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -3.2%;
		width: 1px;
		background-image: url("/img/common/parts/bg_line_dotted_vertical_01.png");
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	#whatsNew li:nth-child(3n+1) .text {
		background-image: none;
		padding-left: 0;
	}
	#whatsNew li .text>p {
		margin-left: 30px;
		margin-right: 30px;
	}
	#whatsNew li .category {
		left: 30px;
		right: 35%;
	}
	#whatsNew li .category p {
		color: #a0a0a0;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 2px 10%;
	}
	#whatsNew li .date {
		left: 65%;
		right: 30px;
	}
	#whatsNew li .date p {
		color: #a0a0a0;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: right;
		letter-spacing: 1px;
	}
	#whatsNew .more a {
		display: inline-block;
	}
	#whatsNew .more p {
		width: 260px;
	}
	#whatsNew .more a:hover .btnLayoutType01,
	#whatsNew .more a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	#whatsNew .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}

	/* cmGallery */
	#cmGallery .contentInner {
		background-size: cover;
		padding: 465px 0 0 0;
	}
	#cmGallery #movieCover .title {
		bottom: 64%;
	}
	#cmGallery #movieCover .title h2 {
		margin: 0 0 60px 0;
	}
	#cmGallery #movieCover .title p {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#cmGallery #movieCover .btnArea:hover {
		opacity: 0.6;
	}
	#cmGallery #movieCover .btnArea p {
		bottom: 37%;
	}
	#cmGallery #movieCover .more {
		bottom: 60px;
	}
	#cmGallery #movieCover .more a {
		display: inline-block;
	}
	#cmGallery #movieCover .more p {
		width: 300px;
	}
	#cmGallery #movieCover .more a:hover .btnLayoutType01,
	#cmGallery #movieCover .more a:hover .btnLayoutType01:before {
		color: #e60019;
		border: 1px solid #e60019;
	}
	#cmGallery #movieCover .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}

	/* searchtProduct */
	#searchtProduct {
		padding: 100px 0 100px 0;
	}
	#searchtProduct .contentInner {
		width: auto;
		max-width: 960px;
	}
	#searchtProduct .searchWithCategory {
		margin: 0 0 60px 0;
	}
	#searchtProduct h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#searchtProduct .searchForProduct h3 {
		margin: 0 0 30px 0;
		padding: 12px 0 15px 25px;
	}
	#searchtProduct .searchWithCategory h3 {
		float: left;
		position: relative;
		width: 19.58%;
		text-align: center;
		background-color: #ffffff;
		margin: 0 0 5px 0;
		padding: 15px 0;
		border-bottom: 0;
		box-sizing: border-box;
		max-height: 183px;
	}
	#searchtProduct .searchWithCategory h3.arrowType01:before {
		display: none;
	}
	#searchtProduct .searchWithCategory h3 span {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1em;
		font-size: 16px;
		font-size: 1.6rem;
		margin: auto 0;
	}
	#searchtProduct .searchWithCategory ul {
		display: inline;
	}
	#searchtProduct .searchForProduct li,
	#searchtProduct .linkArea li {
		margin: 0 0 60px 0;
	}
	#searchtProduct .searchForProduct li .text,
	#searchtProduct .linkArea li .text {
		background-position: 10% center;
		background-size: auto 50%;
		padding: 35px 0;
	}
	#searchtProduct .searchForProduct li .arrowType02:after,
	#searchtProduct .linkArea li .arrowType02:after {
		right: 7%;
	}
	#searchtProduct .searchWithCategory li:nth-child(3n+1) {
		clear: none;
		margin-left: 0.5%;
	}
	#searchtProduct .searchWithCategory li {
		width: 19.58%;
		margin: 0 0 5px 0.5%;
		padding: 15px 0;
	}/*
	#searchtProduct .searchWithCategory li:nth-child(5) {
		clear: both;
		margin-left: 0;
	}*/
	#searchtProduct .searchWithCategory li:nth-of-type(5){
		margin-left: 0;
	}
	#searchtProduct .searchWithCategory li img {
		width: 120px;
	}
	#searchtProduct .searchWithCategory li a:hover .text p {
		color: #e60019;
	}
	#searchtProduct .more a {
		display: inline-block;
	}
	#searchtProduct .more p {
		width: 260px;
	}
	#searchtProduct .more a:hover .btnLayoutType01,
	#searchtProduct .more a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	#searchtProduct .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}

	.contaner {
	    padding-bottom: 50px;
	}
	.contaner h2 {
	    font-size: 24px;
	    font-size: 2.4rem;
	    padding: 50px 0;
	}
	.inner, .pc_inner {
	    width: auto;
	    max-width: 960px;
	    margin: auto;
	}
	#pick_up ul {
		padding: 0 20px;
		box-sizing: border-box;
	}
	#pick_up li {
	    position: relative;
	    max-width: 100%;
	    padding: 20px 0 20px 390px;
		margin: 0 auto;
	}
	#pick_up li > img {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    width: 390px;
	    margin: auto;
	}
	#pick_up dt {
	    margin: 0 auto 20px;
	    font-size: 18px;
	    font-size: 1.8rem;
	}
	#pick_up dd {
	    margin: 0 auto 22px;
	    font-size: 16px;
	    font-size: 1.6rem;
	}
	#pick_up li > .bdbtn {
	    width: 280px;
	    margin: auto;
	}
	#pick_up li .bdbtn a {
	    display: block;
	    padding: 15px 0;
	}
	/* recipeSpecial */
	#recipeSpecial {
		padding: 100px 0 100px 0;
	}
	#recipeSpecial .contentInner {
		max-width: 1200px;
	    min-width: 1030px;
	}
	#recipeSpecial ul{
    text-align: center;
    font-size: 0;
	}
	#recipeSpecial li {
		/*float: left;*/
		display: inline-block;
		position: relative;
		width: 32.5%;
		margin: 0 0 0 1.25%;
		padding: 0 0 0 0;
	}
	#recipeSpecial li:nth-child(2n+1){
		clear: none;
		/* float: left; */
		margin-left: 1.25%;
	}
	#recipeSpecial li:nth-child(2),
	#recipeSpecial li:nth-child(3){
		clear: none;
		/* float: left; */
	}
	#recipeSpecial li:nth-child(3n+1) {
		clear: both;
		/* float: left; */
		margin-left: 0;
		vertical-align: top;
	}

	#recipeSpecial li .title p {
		display: block;
		opacity: 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		transition: all 0.2s ease-out;
	}
	#recipeSpecial li a:hover .title p {
		opacity: 1.0;
	}

	#recipeSpecial li .intro {
	    height: 80px;
		padding: 35px 0 35px 0;
	}
	#recipeSpecial li .intro p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#recipeSpecial .more a {
		display: inline-block;
	}
	#recipeSpecial .more p {
		width: 260px;
	}
	#recipeSpecial .more a:hover .btnLayoutType01,
	#recipeSpecial .more a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	#recipeSpecial .more a:hover .btnLayoutType01:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}

	/* pickupContents */
	#pickupContents .contentInner {
		width: auto;
		max-width: 960px;
		padding: 100px 0 40px 0;
	}
	#pickupContents .list li {
		float: left;
		width: 48%;
		margin: 0 0 30px 4%;
		padding: 0;
	}
	#pickupContents .list li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	#pickupContents .list li .text {
		width: 52%;
		min-height: 110px;
		margin: 0 48% 0 0;
		padding: 15px 5px 15px 60px;
	}
	#pickupContents .list li .text>div {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 25px 5px 25px 0;
	}
	#pickupContents .list li.topicsTitleL2 .text > div{
		padding-top: 15px;
	}
	#pickupContents .list li.topicsKudo {
		background-position: right center;
	}
	#pickupContents .list li a:hover .text:before {
		border: 1px solid #e60019;
	}
	#pickupContents .list li a:hover .text:after {
		border-top: solid 1px #e60019;
		border-right: solid 1px #e60019;
	}
	#pickupContents .list li .text h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1200px) {
	#mainSlider .mslide_wrap .view_block {
		right: 0;
		width: 1200px;
		margin: auto;
	}

	/*----------------------
	 .content
	----------------------*/
	/* whatsNew */
	#whatsNew .contentInner {
		width: 1200px;
		margin: auto;
	}
	#whatsNew li .image img {
		max-width: 390px;
	}

	/* recipeSlider */
	#recipeSlider .mslide_wrap .view_block {
		right: 0;
		width: 1200px;
		margin: auto;
	}
	#modal .modalImgWrap {
		width: 640px;
	}
}
