@charset "Shift_JIS";

/*------------------------------------------------------------
  font
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
/*------------------------------------------------------------
  body
------------------------------------------------------------ */
body {
  min-width: 1260px;
  margin: 0;
  padding: 0;
  border:0;
  font-size: 88%;
  line-height: 1.5;
  font-family: 'Open Sans', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
html:not(:target) body {
  font-size: 14px;
}

/*------------------------------------------------------------
  reset
------------------------------------------------------------ */
#topCnt * {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

svg {
display:none;
}

#topCnt a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color: #000;
}
#topCnt img {
  width: 100%;
  vertical-align: top;
}
#topCnt table {
  border-collapse:collapse;
  border-spacing:0;
}
th{
font-weight:normal;
}

/* clearfix
-------------------------------------*/
.clearfix:before,
.clearfix:after {
	display:table;
	content:"";
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

/*------------------------------------------------------------
  headding
------------------------------------------------------------ */
#topCnt .topHeaddingA01 {
  font-size: 286%;
  color: #004098;
  font-weight: normal;
  text-align: center;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
#topCnt .topHeaddingA01 span {
  font-size: 1rem;
  color: #000;
  display: block;
  font-weight: normal;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

/*------------------------------------------------------------
  parts
------------------------------------------------------------ */
#topCnt .topInner {
  width: 1260px;
  margin: 0 auto;
}

#topCnt > section {
  margin-bottom: 78px;
}

/* link */
#topCnt .topBtn01 {
  width: 420px;
  margin: 60px auto 0;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
#topCnt .topBtn01 p {
  font-size: 108%;
  text-align: center;
}
#topCnt .topBtn01 p .topBtnTxt {
  padding: 10px;
  display: block;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .topBtn01 p .topBtnTxt span {
  padding-right: 40px;
	position: relative;
	display: inline-block;
}
#topCnt .topBtn01 p .topBtnTxt span::after {
  width: 25px;
	height: 8px;
	margin-top: -5px;
	content: '';
	background: url(/cmn/images/btn_arrow01.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .topBtn01 p .topBtnTxt:hover {
  color: #35b16f;
  border-color: #35b16f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .topBtn01 p .topBtnTxt:hover span::after {
  background: url(/cmn/images/btn_arrow01_on.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#topCnt .topBtn01 p .topBtnTxt.blankIco span {
  padding-right: 30px;
}
#topCnt .topBtn01 p .topBtnTxt.blankIco span::after {
  width: 14px;
	height: 14px;
	margin-top: -6px;
	content: '';
	background: url(/cmn/images/btn_blank01.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .topBtn01 p .topBtnTxt.blankIco:hover span::after {
  background: url(/cmn/images/btn_blank01_on.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#topCnt .topBtn02 {
  width: 420px;
  margin: 30px auto 0;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
#topCnt .topBtn02 p {
  font-size: 108%;
  text-align: center;
}
#topCnt .topBtn02 p .topBtnTxt {
  padding: 10px;
  display: block;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .topBtn02 p .topBtnTxt span {
  padding-right: 40px;
	position: relative;
	display: inline-block;
}
#topCnt .topBtn02 p .topBtnTxt span::after {
  width: 25px;
	height: 8px;
	margin-top: -5px;
	content: '';
	background: url(/cmn/images/btn_arrow02.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* slick */
#topCnt .slick-prev {
  content:'>';
  background: url(/cmn/images/slick_arrow_prev.png) center center no-repeat;
  top: 50%;
  margin-top: -20px;
}
#topCnt .slick-next {
  content:'<';
  background: url(/cmn/images/slick_arrow_next.png) center center no-repeat;
  top: 50%;
  margin-top: -20px;
}
.slick-dots li button:before {
  color: #e76b77;
}
.slick-dots li.slick-active button:before {
  color: #e76b77;
}
.slick-dots li:nth-of-type(2n) button:before {
  color: #35b16f;
}

/*------------------------------------------------------------
  MV
------------------------------------------------------------ */
#topCnt #topMvArea .mvContents {
  width: 100%;
  min-width: 1260px;
  background: url(/cmn/images/top_mv_img01.jpg) no-repeat;
  -webkit-background-position:center center;
  background-position:center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#topCnt #topMvArea .mvContents .mvCntInner {
  width: 100%;
  height: 100%;
  position: relative;
}
#topCnt #topMvArea .mvContents .mvCntInner .mvLogo {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
#topCnt #topMvArea .mvContents .mvCntInner .mvLogo span {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#topCnt #topMvArea .mvContents .mvCntInner .mvLogo span img {
  width: 395px;
}
#topCnt #topMvArea .mvContents .mvCntInner .mvLogo.fadein {
  opacity: 1;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
#topCnt #topMvArea .mvContents .mvCntInner .stateTxt {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#topCnt #topMvArea .mvContents .mvCntInner .stateTxt span {
  width: 100%;
  padding-top: 10%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#topCnt #topMvArea .mvContents .mvCntInner .stateTxt span img {
  width: 849px;
}
#topCnt #topMvArea .mvContents .mvCntInner .stateTxt.fadein {
  opacity: 1;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
#topCnt #topMvArea .mvContents .mvCntInner .stateTxt.spCnt {
  display: none;
}

/*------------------------------------------------------------
  header
------------------------------------------------------------ */
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}
#headerArea {
  background: #fff;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
#headerArea .headerAreaInner {
  width: 1260px;
  margin: 0 auto;
  padding-top: 15px;
}
#headerArea #headerLogo {
  width: 158px;
  margin-top: 20px;
  float: left;
}
#gnavArea {
  width: 957px;
  float: right;
  overflow: hidden;
}
#gnavArea .gnavBox01 {
  margin-bottom: 26px;
  float: right;
}

.pc #gnavArea .gnavBox02 .headerMenu li a:hover {
  border-bottom: 1px solid #e85762;
}

/* #monte_common_hd_hd #hd_search_box
-------------------------------------------------- */
#hd_search_box{
  width: 260px;
	height: 40px;
	box-sizing: border-box;
  float: left;
  padding: 7px 20px;
	background: #eef5fd;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#hd_search_box .gsc-input{
  width: 203px;
  padding: 0 15px 0 0;
	border: none;
  font-size: 110%;
  background-color: #eef5fd !important;
}
#hd_search_box .gsc-input .gsc-input-box,
#hd_search_box .gsc-input #gsc-iw-id1{
  border:none;
  padding-top: 2px;
}
#hd_search_box .gsc-input-box{
	background: #eef5fd;}

#hd_search_box .gsc-search-box .gsc-input>input:hover,
#hd_search_box .gsc-input-box-hover {
  box-shadow:none;
  outline:none;
}
#hd_search_box .gsc-search-box .gsc-input>input:focus,
#hd_search_box .gsc-input-box-focus {
  box-shadow:none;
  outline:none;
}
#hd_search_box td.gsc-search-button{
  width: 20px;
  height: 20px;
  border: none;
	font-size: 100%;
	background: url(/cmn/images/ico_search.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  display: inline-block;
	margin-top: 4px;
}
#hd_search_box td.gsc-search-button input.gsc-search-button{
  width: 100%;
  height: 100%;
  vertical-align: top;
  opacity: 0;
  cursor: pointer;
}
#hd_search_box #gs_cb50 {
  font-size: 170%;
  vertical-align: middle;
}
#hd_search_box #gsc-i-id1.gsc-input {
  height: auto !important;
}

#gnavArea .gnavBox01 .headerInquiry {
  width: 179px;
  margin-left: 16px;
  font-size: 93%;
  font-weight: bold;
  float: left;
}

#gnavArea .gnavBox01 .headerInquiry p{
	margin: 0;}

#gnavArea .gnavBox01 .headerInquiry p a {
  color: #004098;
  padding: 8px 5px;
  display: block;
  border: 1px solid #004098;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pc #gnavArea .gnavBox01 .headerInquiry p a:hover {
  color: #fff;
  background: #004098;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox01 .headerInquiry p a span {
  padding-right: 30px;
	position: relative;
}
#gnavArea .gnavBox01 .headerInquiry p a span::after {
  width: 5px;
	height: 10px;
	margin-top: -5px;
  content: '';
  background: url(/cmn/images/link_arrow01.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pc #gnavArea .gnavBox01 .headerInquiry p a:hover span::after {
  background: url(/cmn/images/link_arrow02.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox02 {
  clear: both;
}
#gnavArea .gnavBox02 .headerMenu ul {
  letter-spacing: -0.5em;
  text-align: right;
	margin: 0;
	padding: 0;
}
#gnavArea .gnavBox02 .headerMenu li {
  height: 51px;
  display: inline-block;
  letter-spacing: normal;
}
#gnavArea .gnavBox02 .headerMenu li a {
  padding-bottom: 18px;
  display: block;
}
.pc #gnavArea .gnavBox02 .headerMenu li a:hover {
  border-bottom: 1px solid #e85762;
}
#headerArea .spCnt {
  display: none !important;
}

/*------------------------------------------------------------
  contents
------------------------------------------------------------ */
#topCnt .topLinkBlock01 {
  margin-bottom: 50px;
}
#topCnt .topLinkBlock01 .top2ColBlock01 {
  min-width: 1260px;
}
#topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt {
  width: 50%;
  float: left;
  position: relative;
}
#topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt > a > .topCntLayer {
  width: 100%;
  height: 100%;
  background: url(/cmn/images/top_bg_layer01.png) top center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .topLinkBlock01 .top2ColBlock01 .top2ColCnt > a:hover > .topCntLayer {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColTxt01 {
  width: 100%;
  padding: 0 15%;
  position: absolute;
  top: 44%;
  left: 0;
  font-size: 286%;
  color: #fff;
  text-align: center;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
#topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColLink01 {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

/* recommend */
#topCnt .recomBlock .topRecomSlide {
  margin: 30px 0 0;
}
#topCnt .recomBlock .topRecomSlide > div {
  width: 89%;
  margin: 0 auto;
}
#topCnt .recomBlock .topRecomSlide > div a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .recomBlock .topRecomSlide > div a:hover img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .recomBlock .topRecomSlide > div a span {
  display: block;
  margin-top: 13px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
#topCnt.pc .recomBlock .topRecomSlide > div a:hover span {
  color: #35b16f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .recomBlock .topRecomSlide .slick-dots {
  text-align: right;
}
#topCnt .recomBlock .slick-slide {
  margin: 0 21px;
}
#topCnt .recomBlock .slick-slide > a {
  display: block;
}
#topCnt .recomBlock .spCnt {
  display: none;
}

/* new products */
#topCnt .newProdBlock {
  background: #e3eefc;
}
#topCnt .newProdBlock .topInner {
  padding: 70px 0;
}
#topCnt .newProdBlock .topNewProdSlide {
  margin: 30px 0 78px;
}
#topCnt .newProdBlock .topNewProdSlide > div {
  width: 89%;
  margin: 0 auto;
}
#topCnt .newProdBlock .topNewProdSlide > div a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .newProdBlock .topNewProdSlide > div a:hover img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .newProdBlock .topNewProdSlide > div a span {
  display: block;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
#topCnt.pc .newProdBlock .topNewProdSlide > div a:hover span {
  color: #35b16f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .newProdBlock .topNewProdSlide .slick-dots {
  text-align: right;
}
#topCnt .newProdBlock .slick-slide {
  margin: 0 40px;
}
#topCnt .newProdBlock .slick-slide > a {
  display: block;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01.topBgBorder {
  padding-bottom: 3px;
  background: url(/cmn/images/bg_border01.png) bottom center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 {
  width: 100%;
  padding: 0 21%;
  position: absolute;
  top: 24%;
  left: 0;
  color: #fff;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topColTxt02 {
  font-size: 286%;
  text-align: center;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topColTxt02 span {
  font-size: 35%;
  display: block;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topColLead01 {
  margin-top: 35px;
}
#topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topBtn01 {
  margin-top: 40px;
}
#topCnt.pc .topLinkBlock01 .top2ColBlock01 .top2ColCnt > a > .topColCnt01 .topBtn02 {
  width: auto;
}
#topCnt.pc .topLinkBlock01 .top2ColBlock01 .top2ColCnt > a:hover > .topColCnt01 .topBtn02 p .topBtnTxt {
  background: #fff;
  color: #35b16f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .topLinkBlock01 .top2ColBlock01 .top2ColCnt > a:hover > .topColCnt01 .topBtn02 p .topBtnTxt span::after {
  background: url(/cmn/images/btn_arrow01_on.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* itaInfoBlock */
#topCnt .itaInfoBlock .secTxt01 {
  width: 460px;
  margin: 30px auto 0;
  color: #333;
  text-align: center;
}
#topCnt .top4ColBlock01 {
  margin-top:35px;
}
#topCnt .top4ColBlock01 .top4ColCnt {
  width: 284px;
  margin-left: 41px;
  float: left;
}
#topCnt .top4ColBlock01 .top4ColCnt:first-child {
  margin-left: 0;
}
#topCnt .top4ColBlock01 .top4ColCnt .dateTxt {
  margin-bottom: 5px;
  padding: 0 5%;
  font-size: 86%;
  color: #888;
  text-align: center;
}
#topCnt .top4ColBlock01 .top4ColCnt > a > .topColImg01 {
  position: relative;
}
#topCnt .top4ColBlock01 .top4ColCnt > a > .topColImg01 > .topCntLayer {
  width: 100%;
  height: 100%;
  background: url(/cmn/images/top_bg_layer02.png) top center no-repeat;
  -webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .top4ColBlock01 .top4ColCnt > a:hover > .topColImg01 > .topCntLayer {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt .top4ColBlock01 .top4ColCnt > a > .topColImg01 > .topCntLayerImg {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .top4ColBlock01 .top4ColCnt > a:hover > .topColImg01 > .topCntLayerImg {
  width: 100%;
  position: absolute;
  top: 51%;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .top4ColBlock01 .top4ColCnt > a:hover > .topColImg01 > .topCntLayerImg img {
  width: auto;
}
#topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 {
  margin-top: 21px;
}
#topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 .topColTit01 {
  text-align: center;
}
#topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 .topColTit01 img {
  width: auto;
}
#topCnt .top4ColBlock01 .top4ColCnt > a > .topColCnt01 > .topColtxt01 {
  font-weight: bold;
}
#topCnt.pc .top4ColBlock01 .top4ColCnt > a:hover > .topColCnt01 > .topColtxt01 {
  text-decoration: underline;
}

#topCnt .top4ColBlock01 .top4ColCnt .topColTxt01 {
  position: absolute;
  top: 41%;
  left: 27%;
  font-size: 286%;
  color: #fff;
}
#topCnt .top4ColBlock01 .top4ColCnt .topColLink01 {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

/* recipeBlock */
#topCnt .recipeBlock .recipeBlockInner {
  width: 100%;
  background: url(/cmn/images/top_recipe_bg01.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#topCnt .recipeBlock .recipeBlockInner .recipeTopBlock {
  width: 1260px;
  margin: 0 auto;
  padding: 5% 0 18%;
  display: table;
}
#topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .topRecipeTit {
  width: 410px;
  padding: 0 60px 0 77px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .topRecipeTit h2 img {
  width: auto;
}
#topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .recipeLead {
  width: 711px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#topCnt .recipeBlock .topRecipeSlide {
  margin: -200px 0 60px;
}
#topCnt .recipeBlock .slick-slide {
  margin: 0 20px;
}
#topCnt .itaInfoBlock .spCnt {
  display: none;
}

/* companyBlock */
#topCnt .companyBlock .companyBlockInner {
  min-width: 1260px;
  height: 614px;
  padding: 63px 45px;
  background: url(/cmn/images/top_company_bg01.jpg) top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01.topBgBorder {
  width: 570px;
  padding-bottom: 3px;
  float: right;
  background: url(/cmn/images/bg_border01.png) bottom center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner {
  padding: 71px 85px;
  background: #004098;
}
#topCnt .companyBlock .companyBlockInner > .compMap {
  position: absolute;
  top: -107px;
  right: 83px;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner > div {
  margin-top: 30px;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner > div:first-child {
  margin-top: 0;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topHeaddingA01 {
  color: #fff;
  text-align: left;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topHeaddingA01 span {
  color: #fff;
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -o-transform: skewX(0);
  transform: skewX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topColLead01 {
  color: #fff;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topBtn02 {
  width: 400px;
}
#topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topBtn02 p .topBtnTxt {
  color: #fff;
}
#topCnt.pc .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topBtn02 p .topBtnTxt:hover {
  color: #004098;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#topCnt.pc .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topBtn02 p .topBtnTxt:hover span::after {
  background: url(/cmn/images/btn_arrow02_on.png);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* newsBlock */
#topCnt .newsBlock .topNewsList {
  width: 880px;
  margin: 45px auto 0;
}
#topCnt .newsBlock .topNewsList dl {
  width: 100%;
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
  display: table;
}
#topCnt .newsBlock .topNewsList dl:first-child {
  border-top: 1px solid #ddd;
}
#topCnt .newsBlock .topNewsList dl dt {
  width: 217px;
  display: table-cell;
  vertical-align: middle;
}
#topCnt .newsBlock .topNewsList dl dt .newsDate {
  color: #888;
}
#topCnt .newsBlock .topNewsList dl dt .newsType {
  width: 100px;
  margin-left: 30px;
  padding: 3px;
  display: inline-block;
  text-align: center;
  background: #d3e0f1;
  color: #004098;
  font-size: 86%;
}
#topCnt .newsBlock .topNewsList dl dd {
  width: 617px;
  padding-left: 50px;
  display: table-cell;
  vertical-align: middle;
}
#topCnt.pc .newsBlock .topNewsList dl dd a:hover {
  color: #43ae75;
}

/*------------------------------------------------------------
  snsLinkArea
------------------------------------------------------------ */
#snsLinkArea {
  position: fixed;
  bottom: 36%;
  right: 0;
  z-index: 1;
}
#snsLinkArea .snsLink .fbLink a {
  width: 110px;
  height: 173px;
  display: block;
}
.pc #snsLinkArea .snsLink .fbLink a:hover {
  background: url(/cmn/images/page_btn_fb_on.png) top left no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.pc #snsLinkArea .snsLink .fbLink a:hover img {
  display: none;
}
#snsLinkArea .snsLink .instaLink {
  width: 110px;
  margin-top: 11px;
  display: inline-block;
  text-align: right;
}
#snsLinkArea .snsLink .instaLink a {
  width: 48px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}
.pc #snsLinkArea .snsLink .instaLink a:hover {
  background: url(/cmn/images/page_btn_insta_on.png) bottom right no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.pc #snsLinkArea .snsLink .instaLink a:hover img {
  display: none;
}
#snsLinkArea .snsLink .instaLink a img {
  width: auto;
}
#snsLinkArea .snsLink .spSnsTxt {
  display: none;
}
#snsLinkArea .snsLink .spCnt {
  display: none;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------ */
#footerLogo p,#footerLogo .footLinkBlock clearfix ul{
	margin: 0;
	padding: 0;}


#footerArea img {
  width: auto;
}
#footerArea {
  padding: 60px 0;
  background: #333;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#footerArea .footerAreaInner {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
#pageTop {
  position: absolute;
  top: 0;
  right: -45px;
}
#pageTop > p {
  width: 40px;
  text-align: center;
}
#pageTop > p > a {
  display: block;
}


.pc #pageTop > p > a:hover {
  background: url(/cmn/images/btn_pageTop_on.png) top center no-repeat;
  -webkit-background-size: 12px 108px;
  background-size: 12px 108px;
}
.pc #pageTop > p > a:hover img {
  opacity: 0;
}
#footerArea .footerTopCnt #footerLogo {
  width: 180px;
  float: left;
}
#footerArea .footerTopCnt .footLogoBlock {
  margin: 14px 0 0 120px;
  float: left;
  letter-spacing: -0.5em;
}
#footerArea .footerTopCnt .footLogoBlock > p {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
}
.pc #footerArea .footerTopCnt .footLogoBlock > p a:hover {
  opacity: 0.5;
}
#footerArea .footerTopCnt .footLogoBlock > p:first-child {
  margin-left: 0;
}
#footerArea .footerTopCnt .footInquiry {
  width: 430px;
  float: left;
  margin-left: 90px;
  color: #fff;
  display: table;
}
#footerArea .footerTopCnt .footInquiry .footInqBox {
	width: 220px;
  display: table-cell;
  vertical-align: middle;
}
#footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt01 {
  text-align: center;
  font-size: 172%;
	margin: 0;
}
#footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt02 {
  font-size: 93%;
  text-align: center;
	margin: 0;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn {
  width: 230px;
  padding-left: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a {
  color: #fff;
  padding: 15px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
}
.pc #footerArea .footerTopCnt .footInquiry .footInqBtn p a:hover {
  opacity: 0.5;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a span {
  padding-right: 30px;
	position: relative;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a span::after {
  width: 5px;
	height: 10px;
	margin-top: -4px;
  content: '';
  background: url(/cmn/images/link_arrow02.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
}
#footerArea .footerBtmCnt {
  margin-top: 50px;
}
#footerArea .footerBtmCnt .footLinkBlock {
  width: 1045px;
  margin: 0 auto;
  padding: 1.3em 0;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
#footerArea .footerBtmCnt .footLinkBlock:before {
  content: "";
  width: 1045px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/cmn/images/bg_border01.png);
  background-size: 100%;
}
#footerArea .footerBtmCnt .footLinkBlock:after {
  content: "";
  width: 1045px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/cmn/images/bg_border01.png);
  background-size: 100%;
}
#footerArea .footerBtmCnt .footLinkBlock .footLink {
  position: relative;
  margin: 0 20px;
}
#footerArea .footerBtmCnt .footLinkBlock .footLink:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -25px;
  color: #fff;
  font-size: 1.3em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
#footerArea .footerBtmCnt .footLinkBlock .footLink:nth-child(6)::after {display: none;}
#footerArea .footerBtmCnt .footLinkBlock .footLinkTit {
  position: relative;
  font-size: 120%;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkTit a {
  color: #fff;
}
.pc #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a:hover {
  opacity: 0.5;
}
#footerBtmArea {
  margin: 23px;
}
#footerBtmArea .footerBtmAreaInner {
  width: 1214px;
  margin: 0 auto;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft {
  width: 700px;
  float: left;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul {
  letter-spacing: -0.5em;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  font-size: 93%;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
  color: #333;
  position: relative;
}
.pc #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a:hover {
  text-decoration: underline;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li:first-child {
  margin-left: 0;
}
#footerBtmArea #coryright {
  width: 500px;
  float: right;
}
#footerBtmArea #coryright p {
  font-size: 86%;
  text-align: right;
}
#footerArea .spCnt,
#footerArea .footerTopCnt .footLogoBlock .spCnt {
  display: none;
}

/*------------------------------------------------------------
  @media screen
------------------------------------------------------------ */
@media screen and (max-width:768px) {
  html.noScll, body.noScll {
    overflow: hidden;
  }

  body {
    min-width: 100%;
    margin: 0;
    padding: 0;
    border:0;
    font-size: 75%;
    line-height: 1.83;
    font-family: 'Open Sans', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  }
  html:not(:target) body {
    font-size: 12px;
  }

	/*------------------------------------------------------------
    headding
  ------------------------------------------------------------ */
  #topCnt .topHeaddingA01 {
    font-size: 286%;
    color: #004098;
    font-weight: normal;
    text-align: center;
    font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
    line-height: 1.5;
  }
  #topCnt .topHeaddingA01 span {
    font-size: 1rem;
    color: #000;
    display: block;
    font-weight: normal;
  }

  /*------------------------------------------------------------
    parts
  ------------------------------------------------------------ */
  #topCnt .topInner {
    width: 94%;
    margin: 0 auto;
  }

  #topCnt > section {
    margin-bottom: 14%;
  }

  /* link */
  #topCnt .topBtn01 {
    width: 93%;
    margin: 8% auto 0;
    font-size: 117%;
  }
  #topCnt .topBtn01 p .topBtnTxt {
    padding: 3%;
  }
  #topCnt .topBtn01 p .topBtnTxt span {
    margin-right: -13%;
    padding-right: 13%;
  }

  #topCnt .topBtn01 p .topBtnTxt.blankIco span {
    margin-right: -8%;
    padding-right: 8%;
  }
  #topCnt .topBtn01 p .topBtnTxt.blankIco span::after {
    margin-top: -6px;
  }

  #topCnt .topBtn02 {
    width: 100%;
    margin: 8% auto 0;
    font-size: 117%;
  }
  #topCnt .topBtn02 p .topBtnTxt {
    padding: 3%;
  }
  #topCnt .topBtn02 p .topBtnTxt span {
    margin-right: -13%;
    padding-right: 13%;
  }

  /* slick */
  #topCnt .slick-prev {
    content:'>';
    background: url(/cmn/images/slick_arrow_prev.png) center center no-repeat;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  #topCnt .slick-next {
    content:'<';
    background: url(/cmn/images/slick_arrow_next.png) center center no-repeat;
    top: 50%;
    margin-top: -20px;
  }

  /*------------------------------------------------------------
    MV
  ------------------------------------------------------------ */
  #topCnt #topMvArea .mvContents {
    min-width: 100%;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .mvLogo span img {
    width: 62%;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .stateTxt span {
    padding-top: 0;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .stateTxt span img {
    width: 88%;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .stateTxt.pcCnt {
    display: none;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .stateTxt.spCnt {
    display: table;
  }

  /*------------------------------------------------------------
    header
  ------------------------------------------------------------ */
  header {
    z-index: 994;
  }
  #headerArea {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #headerArea .headerAreaInner {
    width: 100%;
    margin: 0;
    padding: 2% 3%;
    position: relative;
  }
  #headerArea #headerLogo {
    width: 26%;
    margin-top: 1%;
    float: left;
  }
  #headerArea #gnavBtn.gnavClose + #gnavArea {
    top: 0;
    display: block;
  }
  #headerArea #gnavBtn.gnavClose + #gnavArea .gnavLayer {
    display: block;
  }
  #gnavArea .gnavLayer {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: -2;
  }
  #headerArea #gnavBtn {
    width: 7%;
    margin: 2% 0;
    float: right;
  }
  #gnavArea {
    width: 100%;
    padding: 20% 6% 40%;
    float: none;
    position: absolute;
    top: -100%;
    left: 0;
    display: none;
    overflow: auto;
    z-index: -1;
  }
  #gnavArea .gnavBox01 {
    margin: 6% 0 0;
    float: none;
  }

  /* #monte_common_hd_hd #hd_search_box
  -------------------------------------------------- */
  #hd_search_box{
    width: 100%;
    float: none;
    padding:  2% 4% 0 0;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #004098;
  }
  #hd_search_box .gsc-input{
    width: 88%;
    padding: 0;
    display: block;
    float: right;
    font-size: 110%;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  #hd_search_box .gsc-input .gsc-input-box,
  #hd_search_box .gsc-input #gsc-iw-id1{
    padding-top: 1%;
  }
  #hd_search_box td.gsc-search-button{
    margin: 0 0 2% 0;
    float: left;
  }
  #hd_search_box #gs_cb50 {
    font-size: 170%;
    vertical-align: top;
  }

  #gnavArea .gnavBox02 .headerMenu ul {
    margin-top: 10%;
    letter-spacing: normal;
    text-align: center;
  }
  #gnavArea .gnavBox02 .headerMenu li {
    width: 100%;
    height: auto;
    margin-top: 8%;
    display: block;
  }
  #gnavArea .gnavBox02 .headerMenu li:first-child {
    margin-top: 0;
  }
  #gnavArea .gnavBox02 .headerMenu li a {
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
  }
  #gnavArea .gnavBox02 .headerMenu li a img {
    width: 43%;
  }
  #gnavArea .headerInquiry {
    width: 80%;
    margin: 10% auto 0;
    font-size: 100%;
    font-weight: bold;
  }
  #gnavArea .headerInquiry p a {
    color: #004098;
    padding: 6% 12% 6% 12%;
    display: block;
    border: 1px solid #004098;
    text-align: center;
    position: relative;
  }
  #gnavArea .headerInquiry p a::after {
    width: 6px;
    height: 11px;
    margin-top: -4px;
    content: '';
    background: url(/cmn/images/sp_link_arrow02.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #gnavArea .gnavBox02 {
    clear: both;
  }
  #headerArea .pcCnt {
    display: none;
  }
  #headerArea .spCnt {
    display: block !important;
  }

  /*------------------------------------------------------------
    contents
  ------------------------------------------------------------ */
  #topCnt .topLinkBlock01 {
    margin-bottom: 9%;
  }
  #topCnt .topLinkBlock01 .top2ColBlock01 {
    min-width: 100%;
  }
  #topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt {
    width: 100%;
    float: none;
    position: relative;
  }
  #topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColTxt01 {
    width: 100%;
    padding: 0 3%;
    top: 35%;
    font-size: 286%;
  }
  #topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColLink01 {
    width: 33%;
    position: absolute;
    bottom: 10%;
    right: 6%;
  }
  #topCnt .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColLink01.spCnt {
    width: 45%;
  }

  /* recommend */
  #topCnt .recomBlock {
    margin-bottom: 15%;
  }
  #topCnt .recomBlock .topRecomSlide {
    margin: 5% 0 0;
  }
  #topCnt .recomBlock .topRecomSlide > div {
    width: 89%;
  }
  #topCnt .recomBlock .topRecomSlide > div a span {
    margin-top: 3%;
  }
  #topCnt .recomBlock .topRecomSlide .slick-dots {
    text-align: center;
    bottom: -20%;
  }
  #topCnt .recomBlock .slick-slide {
    margin: 0 2%;
  }
  #topCnt .recomBlock .pcCnt {
    display: none;
  }
  #topCnt .recomBlock .spCnt {
    display: block;
  }

  /* new products */
  #topCnt .newProdBlock .topInner {
    padding: 13% 0;
  }
  #topCnt .newProdBlock .topNewProdSlide {
    margin: 8% 0 15%;
  }
  #topCnt .newProdBlock .topNewProdSlide > div {
    width: 80%;
    margin: 0 auto;
  }
  #topCnt .newProdBlock .topNewProdSlide > div a span {
    margin-top: 3%;
  }
  #topCnt .newProdBlock .topNewProdSlide .slick-dots {
    text-align: center;
    bottom: -14%;
  }
  #topCnt .newProdBlock .slick-slide {
    margin: 0 2%;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg01 {
    width: 100%;
    height: 24em;
    background: url(/cmn/images/top_link_img03.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg02 {
    width: 100%;
    height: 24em;
    background: url(/cmn/images/top_link_img04.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 {
    width: 100%;
    padding: 0 6%;
    top: 8%;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topColLead01 {
    margin-top: 6%;
    line-height: 1.75;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 .topBtn01 {
    margin-top: 6%;
  }
  #topCnt .newProdBlock .pcCnt img {
    display: none;
  }

  /* itaInfoBlock */
  #topCnt .itaInfoBlock .secTxt01 {
    width: 93%;
    margin: 6% auto 0;
    text-align: left;
  }
  #topCnt .top4ColBlock01 {
    margin-top: 6%;
  }
  #topCnt .top4ColBlock01 .top4ColCnt {
    width: 93%;
    margin: 8% auto 0;
    float: none;
  }
  #topCnt .top4ColBlock01 .top4ColCnt:first-child {
    margin-top: 0;
  }
  #topCnt .top4ColBlock01 .top4ColCnt:first-child {
    margin-left: auto;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .dateTxt {
    margin-bottom: 2%;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .topColImg01 {
    z-index: -3;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 {
    margin-top: -4%;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 .topColTit01 {
    width: 100%;
    padding: 0 10%;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 .topColTit01 img {
    width: 100%;
  }
  #topCnt .top4ColBlock01 .top4ColCnt .topColCnt01 .topColtxt01 {
    margin-top: 5%;
    font-weight: bold;
  }
  #topCnt .itaInfoBlock .pcCnt {
    display: none;
  }
  #topCnt .itaInfoBlock .spCnt {
    display: block !important;
  }

  /* recipeBlock */
  #topCnt .recipeBlock {
    position: relative;
    margin-bottom: 6%;
  }
  #topCnt .recipeBlock .recipeBlockInner .recipeTopBlock {
    width: 88%;
    padding: 10% 0 25%;
    display: block;
  }
  #topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .topRecipeTit {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  #topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .topRecipeTit h2 {
    width: 95%;
    text-align: center;
    display: inline-block;
  }
  #topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .topRecipeTit h2 img {
    width: 100%;
  }
  #topCnt .recipeBlock .recipeBlockInner .recipeTopBlock .recipeLead {
    width: 95%;
    margin: 0 auto;
    margin-top: 6%;
    display: block;
  }
  #topCnt .recipeBlock .topRecipeSlide {
    margin: -14% 0 0;
  }
  #topCnt .recipeBlock .slick-slide {
    margin: 0 1%;
  }
  #topCnt .recipeBlock .topBtn01 {
    width: 86%;
  }

  /* companyBlock */
  #topCnt .companyBlock .companyBlockInner {
    min-width: 100%;
    height: 66%;
    padding: 15% 0 0 0;
    background: url(/cmn/images/top_company_bg01.jpg) bottom center no-repeat;
    -webkit-background-size: 100% 48%;
    background-size: 100% 48%;
    overflow: auto;
  }
  #topCnt .companyBlock .companyBlockInner .boxBlock01.topBgBorder {
    width: 100%;
    margin-bottom: 66%;
    float: none;
    position: relative;
  }
  #topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner {
    padding: 7% 7% 10%;
  }
  #topCnt .companyBlock .companyBlockInner > .compMap {
    width: 56%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  #topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner > div {
    margin-top: 7%;
  }
  #topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner > div:first-child {
    margin-top: 0;
  }
  #topCnt .companyBlock .companyBlockInner .boxBlock01 .boxBlock01Inner .topBtn02 {
    width: 100%;
    margin-top: 10%;
  }

  /* newsBlock */
  #topCnt .newsBlock .topNewsList {
    width: 100%;
    margin: 6% auto 0;
  }
  #topCnt .newsBlock .topNewsList dl {
    width: 100%;
    padding: 6% 4%;
    display: block;
  }
  #topCnt .newsBlock .topNewsList dl dt {
    width: 60%;
    display: block;
  }
  #topCnt .newsBlock .topNewsList dl dt .newsDate {
    display: inline-block;
    vertical-align: middle;
  }
  #topCnt .newsBlock .topNewsList dl dt .newsType {
    width: 45%;
    margin-left: 10%;
    padding: 1%;
    display: inline-block;
  }
  #topCnt .newsBlock .topNewsList dl dd {
    width: 100%;
    margin-top: 4%;
    padding-left: 0;
    display: block;
    vertical-align: top;
  }

  /*------------------------------------------------------------
    snsLinkArea
  ------------------------------------------------------------ */
  #snsLinkArea {
    width: 100%;
    background: #004098;
    bottom: 0;
  }
  #snsLinkArea .snsLink {
    width: 94%;
    margin: 0 auto;
  }
  #snsLinkArea .snsLink .spSnsTxt {
    width: 22%;
    height: auto;
    display: inline-block;
  }
  #snsLinkArea .snsLink .fbLink {
    width: 19%;
    margin-left: 9%;
    display: inline-block;
    text-align: center;
  }
  #snsLinkArea .snsLink .fbLink a {
    width: auto;
    height: auto;
    display: block;
  }
  #snsLinkArea .snsLink .fbLink img {
    width: 100%;
  }
  #snsLinkArea .snsLink .instaLink {
    width: 31%;
    margin: 0 0 0 6%;
    padding-left: 12%;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  #snsLinkArea .snsLink .instaLink:before {
    width: 2px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: url(/cmn/images/sp_bd_sns01.gif);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #snsLinkArea .snsLink .instaLink a {
    width: auto;
    height: auto;
    display: block;
  }
  #snsLinkArea .snsLink .instaLink a img {
    width: 100%;
  }
  #snsLinkArea .snsLink .spSnsTxt {
    display: inline-block;
  }
  #snsLinkArea .snsLink .pcCnt {
    display: none;
  }
  #snsLinkArea .spCnt {
    display: block;
  }

  /*------------------------------------------------------------
    footer
  ------------------------------------------------------------ */
  #footerArea img {
    width: auto;
  }
  #footerArea {
    padding: 0;
  }
  #footerArea .footerAreaInner {
    width: 100%;
    margin: 0;
  }
  #pageTop {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    background: #5c5c5c;
  }
  #pageTop > p {
    width: 100%;
  }
  #pageTop > p a {
    width: 100%;
    padding: 4% 3%;
    display: inline-block;
  }
  #pageTop > p a img {
    width: 29%;
  }
  #footerArea .footerTopCnt #footerLogo {
    width: 100%;
    padding: 8% 6% 7%;
    float: none;
  }
  #footerArea .footerTopCnt #footerLogo p {
    width: 34%;
    margin: 0 auto;
    text-align: center;
  }
  #footerArea .footerTopCnt #footerLogo p a img {
    width: 100%;
  }
  #footerArea .footerTopCnt > div {
    border-top: 1px solid #555;
  }
  #footerArea .footerTopCnt > div:first-child {
    border-top: none;
  }
  #footerArea .footerTopCnt .footLogoBlock {
    width: 100%;
    margin: 0;
    float: none;
    letter-spacing: -0.5em;
    display: table;
  }
  #footerArea .footerTopCnt .footLogoBlock > p {
    width: 50%;
    display: table-cell;
    letter-spacing: normal;
    margin-left: 0;
  }
  #footerArea .footerTopCnt .footLogoBlock > p a {
    padding: 14% 13%;
    display: block;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg01 {
    border-right: 1px solid #555;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg01 a img {
    width: 100%;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg02 a img {
    width: 100%;
  }
  #footerArea .footerTopCnt .footInquiry {
    width: 100%;
    margin-left: 0;
    padding: 6%;
    float: none;
    color: #fff;
    display: block;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt01 {
    text-align: left;
    color: #fff;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt02 {
    text-align: left;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn {
    width: 100%;
    margin-top: 8%;
    padding-left: 0;
    display: block;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a {
    padding: 4% 12% 4% 12%;
    display: block;
    position: relative;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a span {
    margin-right: -13%;
    padding-right: 13%;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a span::after {
    width: 25px;
    height: 8px;
    margin-top: -5px;
    content: '';
    background: url(/cmn/images/btn_arrow02.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #footerArea .footerBtmCnt {
    margin-top: 0;
  }
  #footerArea .footerBtmCnt .footLinkBlock {
    margin-top: 0;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt01 {
    width: 100%;
    margin-left: 0;
    float: none;
    border-top: 1px solid #555;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit {
    width: 100%;
    padding-right: 0;
    position: relative;
    font-size: 100%;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit::after {
    display: none;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a {
    padding: 6% 12% 6% 6%;
    display: block;
    position: relative;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a::after {
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: '';
    background: url(/cmn/images/sp_link_arrow01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkList {
    margin-top: 0;
  }
	#footerArea .footLinkList ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
  #footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li {
    margin-top: 0;
    padding-left: 0;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 {
    width: 100%;
    margin-left: 0;
    float: none;
    border-top: 1px solid #555;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkTit::after {
    display: none;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkTit a {
    padding: 6% 12% 6% 6%;
    display: block;
    position: relative;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkTit a::after {
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: '';
    background: url(/cmn/images/sp_link_arrow01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkCnt03 {
    width: 100%;
    margin-left: 0;
    float: none;
    border-top: 1px solid #555;
  }
  #footerBtmArea {
    margin: 0 0 15% 0;
  }
  #footerBtmArea .footerBtmAreaInner {
    width: 100%;
    margin: 0;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft {
    width: 100%;
    float: none;
    background: #333;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul {
    letter-spacing: -0.5em;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li {
    width: 50%;
    display: table;
    float: left;
    letter-spacing: normal;
    margin-left: 0;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    position: relative;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li:nth-of-type(2n) {
    border-right: none;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
    width: 100%;
    padding: 12% 24% 12% 12%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a::after {
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: '';
    background: url(/cmn/images/sp_link_arrow01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 8%;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
    color: #fff;
  }
  #footerBtmArea #coryright {
    width: 100%;
    padding: 2%;
    float: none;
  }
  #footerBtmArea #coryright p {
    text-align: center;
  }
  #footerArea .pcCnt {
    display: none !important;
  }
  #footerArea .spCnt {
    display: block !important;
  }
  #footerArea .footerTopCnt .footLogoBlock .spCnt {
    display: inline-block !important;
  }
}

@media screen and (max-width:320px) {
  /*------------------------------------------------------------
    newProdBlock
  ------------------------------------------------------------ */
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 {
    top: 2%;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg01 {
    height: 23em;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg02 {
    height: 27em;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  /*------------------------------------------------------------
    MV
  ------------------------------------------------------------ */
  #topCnt #topMvArea .mvContents .mvCntInner .mvLogo span img {
    width: 52%;
  }
  #topCnt #topMvArea .mvContents .mvCntInner .stateTxt span img {
    width: 30%;
  }

  /*------------------------------------------------------------
    header
  ------------------------------------------------------------ */
  #headerArea .headerAreaInner {
    padding: 1% 3%;
  }

  #topCnt .companyBlock .companyBlockInner {
    padding: 28% 0 0 0;
  }

  /*------------------------------------------------------------
    newProdBlock
  ------------------------------------------------------------ */
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColCnt01 {
    top: 1%;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg01 {
    height: 30em;
  }
  #topCnt .newProdBlock .topLinkBlock01 .top2ColBlock01 .top2ColCnt .topColImg01.spBg02 {
    height: 32em;
  }

  /*------------------------------------------------------------
    snsLinkArea
  ------------------------------------------------------------ */
  #snsLinkArea .snsLink .spSnsTxt {
    width: 13%;
  }
  #snsLinkArea .snsLink .fbLink {
    width: 11%;
    margin-left: 25%;
  }
  #snsLinkArea .snsLink .instaLink {
    width: 23%;
    margin: 0 0 0 14%;
    padding-left: 12%;
  }
}