@charset "utf-8";
/*=====================================================
 * Style URL: style.css
 * Version: 1.0
 * Last Up Date: 2019/10/03
=====================================================*/
/**----- contents -------
	1: html & body & other
	2: header
	3: nav
	4: what_is
	5: osusume
	6: recipe
	7: lineup
----------------------*/

/*=== 1: html & body & other =====================================*/
*{ 
 box-sizing: border-box;
}
html{
 font-size: 62.5%;
 padding: 0;
 margin: 0;
}
body{
 font-size:1.6rem;
 padding: 0;
 margin: 0;
}
img {
 display: block;
}
.content_inner {
 width: 960px; 
 color: #000;
 font-size: 2.0rem;
 margin: auto;
}
.content_inner{
 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif; 
}
.txt-r{
 text-align: right;
}
.fixed {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10;
}
.fade-off {
 opacity: 0;
 transition: all 1s;
}
.fade-on {
 opacity: 1;
}
.isSP{
 display:none !important;
}
.overf{
 overflow:hidden
}
.page-top{
 position: fixed;
 right: 15px;
 bottom: 10px;
 z-index: 99;
 width: 50px;
 cursor: pointer;
}
/*====global====*/
.l-header{
	background: #fff;
}
.l-header img{
	z-index:9000;
}
.m-nav-product-list img{
 display: inline;
}
footer img{
 display: inline;
}
.l-footer{
 line-height: 2.0;
}
/*====global====*/
/*---sp-------------*/
@media screen and (min-width: 641px){
  body{
   /*min-width: 1400px;*/
 }
}
@media screen and (max-width: 640px) {
  body{
   min-width: none;
  }
 .content_inner {
  width: 92%;
  font-size: 1.4rem;
  box-sizing: border-box;
 }
 .isSP{
  display:block!important;
 }
 .isPC{
  display:none !important;
 }
 .dl a{
  width:84%;
  margin:25px auto 0;
 }
 img {
  width: 100%;
 }
.overf{
 overflow:hidden
}
.page-top{
 right: 3px;
}
}
/*================================================================*/
/*=== 2: header ==================================================*/
header#kamanmeshi {
 position: relative;
 z-index: 0;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/main_visual_bg01.jpg");
 background-position: center top;
 background-size:  2250px 375px;
 background-repeat: repeat-x;
 animation: bgscroll 40s linear infinite;
}
@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2250px 0;}
}
header#kamanmeshi .content-out{
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/main_visual_bg02.png");
 background-position: center bottom;
 background-size:  2250px 750px;
 background-repeat: repeat-x;
 animation: bgscroll2 40s linear infinite; 
}
@keyframes bgscroll2 {
 0% {background-position: 0 0;}
 100% {background-position: -2250px 0;}
}
header#kamanmeshi::before{
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 border-top: 90px solid transparent;
 border-left: 50vw solid transparent;
 border-right: 50vw solid #fff;
 border-bottom: 76px solid #fff;
}
header#kamanmeshi::after{
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
 border-top: 90px solid transparent;
 border-right: 50vw solid transparent;
 border-left: 50vw solid #fff; 
 border-bottom: 76px solid #fff;
}
header#kamanmeshi .content_inner{
 position: relative;
 width: 1400px;
 height: 825px;
 box-sizing: border-box;
 animation  : bgAnime 20s infinite;
}
header#kamanmeshi .logo{
 position: absolute;
 top:0;
 left: 0;
 width: 117px;
 height: 106px;
}
header#kamanmeshi h1{
 position: absolute;
 top:165px;
 left: 0;
 right: 0;
 z-index: 10;
 width: 491px;
 margin: auto;
 animation-name: h1-fadeIn;
 animation-duration: 1s;
}
header#kamanmeshi .img{
 position: absolute;
 top:420px;
 right: 192px;
 width: 286px;
 z-index: 11;
 animation-name: h1-fadeIn;
 animation-duration: 1s;
}
@keyframes h1-fadeIn {
  0% {
  opacity:0;
 }
  100% {
  opacity:1;
 }
}
.sp_nav{
 display: none;
}
/*---sp-------------*/
@media screen and (max-width: 1000px){
 header#kamanmeshi::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin:  auto;
  border-top: 90px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 90vw solid #fff;
  border-bottom: 75px solid #fff;
 }
 header#kamanmeshi::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:  auto;
  border-top: 90px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 90vw solid #fff; 
  border-bottom: 75px solid #fff;
 }
}
@media screen and (max-width: 640px) {
 header#kamanmeshi {
  background-size: 300% auto;
 }
 @keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 300% 0;}
 }
 header#kamanmeshi .content-out {
  background-size: 300% auto;
 } 
 @keyframes bgscroll2 {
  0% {background-position: 0 0;}
  100% {background-position: -300% 0;}
 }
 header#kamanmeshi::before {
  border-top: 35px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 45px solid #fff;
 }
 header#kamanmeshi::after {
  border-top: 35px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #fff;
  border-bottom: 45px solid #fff;
 }
 header#kamanmeshi .content_inner {
  position: relative;
  width: 100vw;
  height: auto;
  padding-top: 110vw;
  box-sizing: border-box;
 }
 header#kamanmeshi .logo {
  width: 23vw;
  left:1.33vw;
  height: auto;
 }
 header#kamanmeshi h1 {
  position: absolute;
  top: 12vw;
  z-index: 10;
  width: 72.4vw;
  margin: auto;
 }
 header#kamanmeshi .img {
  position: absolute;
  top: 75vw;
  right: 3vw;
  width: 45.6vw;
  z-index: 11;
 }
}

/*================================================================*/
/*=== 3: nav =====================================================*/
nav.con_nav{
 position: relative;
 margin: 0 0;
 padding: 50px 0;
 background-size: auto auto;
 background-color: rgba(255, 255, 255, 1);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, rgba(241, 241, 241, 1) 12px, rgba(241, 241, 241, 1) 22px ) ;
}
nav.con_nav h2{
 position: absolute;
 top:-25px;
 left: 0;
 right: 0;
 margin: auto;
 width: 209px;
 height: 60px;
}
nav.con_nav ul{
 width: 890px;
 margin: auto;
}
nav.con_nav ul li{
 display: inline-block;
 vertical-align: top;
}
nav.con_nav ul li:first-child{
 width: 311px;
 padding-top: 4px;
}
nav.con_nav ul li:nth-child(2){
 width: 229px;
 padding-top: 9px;
 margin: 0 55px 0 45px;
}
nav.con_nav ul li:last-child{
 width: 238px;
}
nav.con_nav ul a{
 display: block;
}
nav.con_nav ul li a:hover img{
 visibility: hidden;
}
nav.con_nav ul li:first-child a:hover{
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/content_nav01_bg.png") center top no-repeat;
}
nav.con_nav ul li:nth-child(2) a:hover{
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/content_nav02_bg.png") center top no-repeat;
}
nav.con_nav ul li:last-child a:hover{
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/content_nav03_bg.png") center top no-repeat;
}
/*---sp-------------*/
@media screen and (max-width: 640px) {
 nav.con_nav{
  padding: 8vw 0;
  margin-top: 12vw;
 }
 nav.con_nav h2{
  top:-3vw;
  margin: auto;
  width: 22.5vw;
  height: auto;
 }
 nav.con_nav ul{
  width: 100vw;
  margin: auto;
 }
 nav.con_nav ul li:first-child{
  display: block;
  width: 62.2vw;
  padding-top: 0.5vw;
  margin:0 auto 3vw;
 }
 nav.con_nav ul li:nth-child(2){
  width: 45.7vw;
  padding-top: 1.2vw;
  margin: 0 0 0 3vw;
 }
 nav.con_nav ul li:last-child{
  width: 47.4vw;
  margin: 0.3vw 0 0 1vw;
 }
 nav.con_nav ul li a:hover img{
  visibility:visible;
 }
 nav.con_nav ul li:first-child a:hover,
 nav.con_nav ul li:nth-child(2) a:hover,
 nav.con_nav ul li:last-child a:hover{
  background:none;
 }
}

/*================================================================*/
/*=== 4: what_is =================================================*/
#what_is{
 padding: 48px 0 65px;
 background:#FDEDC8 url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_bg.png") center top -35px no-repeat;
}
#what_is h2{
 width: 165px;
 margin:0 auto 10px;
}
#what_is .content_inner{
 width: 1001px;
 height: 473px;
 padding: 82px 0 0 0;
 margin: auto;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_box_bg.png") center top no-repeat; 
}
#what_is .content_inner dl{
 width: 730px;
 margin: auto;
}
#what_is .content_inner dl dt{
 display: inline-block;
 width: 301px;
}
#what_is .content_inner dl dd{
 display: inline-block;
 width: 380px;
 vertical-align: top;
 margin-left: 40px;
}
#what_is .content_inner dl dd h3{
 width: 100%;
 margin: 0 0 30px;
}
#what_is .content_inner dl dd p{
 width: 367px;
 color: #000;
 font-size: 2.0rem;
 font-weight: bold;
 text-align: center;
 line-height: 2.5em;
}
#what_is .content_inner dl dd p span{
 display: block;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_line.png") center bottom repeat-x; 
}
/*---sp-------------*/
@media screen and (max-width: 640px) {
#what_is{
 padding: 21.7vw 0 16vw;
 background:#FDEDC8 url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_bg_sp.png") center top no-repeat;
 background-size: contain;
}
#what_is h2{
 width: 32.8vw;
 margin:0 auto 0.6vw;
}
#what_is .content_inner{
 width: 94.9vw;
 height: 144.26vw;
 padding: 5.4vw 0 3vw 0;
 margin: auto;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_box_bg_sp.png") center top no-repeat;
 background-size: 100%;
}
#what_is .content_inner dl{
 width: 94.9vw;
 margin: auto;
}
#what_is .content_inner dl dt{
 display: block;
 width: 60.13vw;
 margin: auto;
}
#what_is .content_inner dl dd{
 display: block;
 width: 94.9vw;
 margin: auto;
}
#what_is .content_inner dl dd h3{
 width: 70.26vw; 
 margin:2vw auto;
}
#what_is .content_inner dl dd p{
 width: 80vw;
 font-size: 1.5rem;
 padding:0 1.3vw;
 margin: auto;
}
#what_is .content_inner dl dd p span{
 display: block;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/what_is_line_sp.png") center bottom repeat-x; 
}
}

/*================================================================*/
/*=== 5: osusume =================================================*/
#osusume{
 padding: 65px 0 88px;
 background:#FBC243 url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_bg.png") center top repeat;
}
#osusume .content_inner{
 position: relative;
 width: 993px;
}
#osusume .content_inner .osusume_no{
 position: absolute;
 top:-100px;
 left:0;
 right: 0;
 width: 113px;
 height: 109px;
 margin: auto;
}
#osusume .content_inner .osusume_ttl{
 width: 100%;
 height: 430px;
 padding: 42px 0 0 0;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_ttl_bg.png") center 220px no-repeat;
}
#osusume .content_inner .osusume_ttl h2{
 width: 674px;
}
#osusume .content_inner .osusume_ttl p{
 color: #000;
 font-size: 1.9rem;
 font-weight: bold;
 line-height: 1.9em;
 padding: 45px 10px; 
}
#osusume .content_inner .osusume_recipe{
 width: 984px;
 margin:0 auto; 
}
#osusume .content_inner .osusume_recipe h3 img{
 display: block;
 width: auto;
 margin: auto;
}
#osusume .content_inner .osusume_recipe dl{
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
 height: 511px;
 padding: 25px 47px 35px 33px;
 margin: 10px 0 280px 0;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_box_bg.png") center top no-repeat;
}
#osusume .content_inner .osusume_recipe dl.re{
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
 flex-direction: row-reverse;
}
#osusume .content_inner .osusume_recipe:last-of-type dl{
 margin: 10px 0 220px 0;
}
#osusume .content_inner .osusume_recipe dl dt{
 position: relative;
 width: 444px;
}
#osusume .content_inner .osusume_recipe dl dt p{
 position: absolute;
 bottom: -278px;
 left: -3px;
 width: 902px;
 height: 263px;
 font-size: 1.6rem;
 line-height: 1.6em;
 padding: 30px 30px 30px 153px;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_txt_bg.png") center top no-repeat;
}
#osusume .content_inner .osusume_recipe dl.re dt p{
 left: -480px;
}
#osusume .content_inner .osusume_recipe dl dt p span{
 display: none;
}
#osusume .content_inner .osusume_recipe dl dd{
 width: 432px;
}
/*--tab--*/
#osusume input{
  display: none;
}
#osusume .tab_wrap {
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
 margin:20px 0;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_line.png") center top 32px no-repeat;
}
#osusume .tab_wrap:after{
 content: "";
 width: 100%;
 height: 3px;
 display: block;
 order: -1;
}
#osusume .tab_menu {
 position: relative;
 z-index: 1;
 flex: 1;
 order: -1;
 width: 190px;
 height: 36px;
 color: #fff;
 font-weight: bold;
 white-space: nowrap;
 text-align: center;
 padding-top: 0.2em;
 cursor: pointer;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_bg02.png") center top no-repeat;
}
#osusume .tab_menu:first-of-type{
 left:10px;
}
#osusume .tab_menu:last-of-type{
 right:10px;
}
#osusume .tab_content {
 width: 100%;
 height: 0;
 overflow: hidden;
 opacity: 0;
 font-size:1.6rem; 
}
#osusume .tab_content ul.material li{
 margin-bottom: 5px;
}
#osusume .tab_content ul.material li:last-child{
 margin-bottom: 0;
}
#osusume .tab_content ol.make li{
 list-style: decimal inside;
 text-indent: -1.3em;
 padding-left: 1.5em;
 padding-bottom: 10px;
 margin-bottom: 10px;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_make_line.png") left bottom no-repeat;
}
#osusume .tab_content ol.make li:last-child{
 margin-bottom: 0;
}
#osusume .tab-switch:checked+.tab_menu {
  color: #F79311;
  background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_bg01.png") center top no-repeat;
}
#osusume .tab-switch:checked+.tab_menu+.tab_content {
 height: auto;
 margin-top: 15px;
 opacity: 1;
 transition: .5s opacity;
 overflow: auto;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #osusume .tab_wrap {
   background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_line.png") center top 33px no-repeat;
  }
  *::-ms-backdrop, .tab_menu {
   border:rgba(255,255,255,0.00) 1px solid;
  }
}

/*---sp-------------*/
@media screen and (max-width: 640px) {
 #osusume{
  padding: 8.6vw 0 11vw;
  background:#FBC243 url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_bg.png") center top repeat;
 }
 #osusume .content_inner{
  position: relative;
  width: 100vw;
 }
 #osusume .content_inner .osusume_no{
  position: absolute;
  top:-15vw;
  left:0;
  right: 0;
  width: 22.5vw;
  height: auto;
  margin: auto;
 }
#osusume .content_inner .osusume_ttl{
 width: 100vw;
 height: auto;
 padding: 12.9vw 0 0 0;
 margin-bottom: 6.6vw;
 background:none;
}
#osusume .content_inner .osusume_ttl h2{
 width: 95vw;
 margin: auto;
}
#osusume .content_inner .osusume_ttl p{
 width: 95vw;
 color: #000;
 font-size: 1.5rem;
 font-weight: bold;
 line-height: 1.9em;
 padding: 2.6vw 2.6vw 3.2vw;
 margin: auto;
 background:#FBC243 url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_bg_line_sp.png") center bottom no-repeat;
 background-size: contain;
}
#osusume .content_inner .osusume_recipe{
 width: 98vw;
 margin:0 auto;
}
#osusume .content_inner .osusume_recipe h3 img{
 display: block;
 width: 98vw;
 margin: auto;
}
#osusume .content_inner .osusume_recipe dl{
 width: 98vw;
 height: 182vw;
 padding: 3vw 0 3vw 0;
 margin: 1.3vw 0 105vw 0;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_box_bg_sp.png") center top no-repeat;
 background-size: 100%; 
}
 #osusume .content_inner .osusume_recipe dl.re{
  margin: 1.3vw 0 117vw 0;
 }
#osusume .content_inner .osusume_recipe:last-of-type dl{
 margin: 10px 0 110vw 0;
}
#osusume .content_inner .osusume_recipe dl dt{
 position: relative;
 width: 88.8vw;
 margin:0 auto 4vw;
}
#osusume .content_inner .osusume_recipe dl dt p{
 position: absolute;
 bottom: -200vw;
 left: 0;
 width: 87vw;
 height: 115vw;
 font-size: 1.4rem;
 line-height: 1.6em;
 padding: 19vw 5vw 4vw 5vw;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_txt_bg_sp.png") center top no-repeat;
 background-size: 100%; 
}
 #osusume .content_inner .osusume_recipe dl.re dt p{
 height: 115vw;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_txt_bg_l_sp.png") center top no-repeat; 
 background-size: 100%;  
 }
 #osusume .content_inner .osusume_recipe:last-of-type dt p{
 bottom: -198vw;
 height: 115vw;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_txt_bg_l_sp.png") center top no-repeat; 
 background-size: 100%;  
 }
#osusume .content_inner .osusume_recipe dl.re dt p{
 left: 0;
}
#osusume .content_inner .osusume_recipe dl dt p span{
 display: none;
}
#osusume .content_inner .osusume_recipe dl dd{
 width: 88.8vw;
 margin:0 auto;
}
/*--tab--*/
#osusume input{
  display: none;
}
#osusume .tab_wrap {
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
 margin:20px 0;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_line.png") center top 6.7vw no-repeat;
}
#osusume .tab_wrap:after{
 content: "";
 width: 100vw;
 height: 3px;
 display: block;
 order: -1;
}
#osusume .tab_menu {
 z-index: 1;
 flex: 1;
 order: -1;
 width: 40vw;
 height: 8.5vw;
 color: #fff;
 font-weight: bold;
 white-space: nowrap;
 text-align: center;
 padding-top: 0.3em;
 cursor: pointer;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_bg02.png") center top no-repeat;
 background-size: contain;
}
#osusume .tab_menu:first-of-type{
 left:10px;
 margin-right: 27px;
}
#osusume .tab_menu:last-of-type{
 right:10px;
}
#osusume .tab_content {
 width: 100%;
 height: 0;
 overflow: hidden;
 opacity: 0;
 font-size:1.3rem;
}
#osusume .tab_content ul.material li{
 margin-bottom: 5px;
}
#osusume .tab_content ul.material li:last-child{
 margin-bottom: 0;
}
#osusume .tab_content ol.make li{
 list-style: decimal inside;
 text-indent: -1.3em;
 padding-left: 1.5em;
 padding-bottom: 10px;
 margin-bottom: 10px;
 background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_make_line.png") left bottom no-repeat;
 background-size: contain;
}
#osusume .tab_content ol.make li:last-child{
 margin-bottom: 0;
}
#osusume .tab-switch:checked+.tab_menu {
  color: #F79311;
  background:url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/osusume_tab_bg01.png") center top no-repeat;
  background-size: contain;
}
#osusume .tab-switch:checked+.tab_menu+.tab_content {
 height: 100vw;
 margin-top: 15px;
 opacity: 1;
 transition: .5s opacity;
 overflow: auto;
}
}
/*================================================================*/
/*=== 6: recipe ==================================================*/
#recipe{
 padding: 65px 0 95px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_bg.png") center top repeat;
}
#recipe .content_inner{
 position: relative;
 width: 984px;
 height: 982px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_box_bg.png") center top no-repeat;
 background-size: 100%;
}
#recipe .content_inner .recipe_no{
 position: absolute;
 top:-20px;
 left:0;
 right: 0;
 width: 112px;
 height: 109px;
 margin: auto;
}
#recipe .content_inner h2{
 display: block;
 width: 397px;
 padding-top: 105px;
 margin:0 auto;
}
#recipe .content_inner ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 898px;
 padding: 0 10px;
 margin: 55px auto 0;
}
#recipe .content_inner ul li{
 position: relative;
	display: inline-block;
 width: 163px;
 height: 163px;
 margin-bottom: 15px;
}
#recipe .content_inner ul li:nth-last-child(-n+5){
 margin-top: 3px;
 margin-bottom: 0;
}
#recipe .content_inner ul li:nth-child(17){
 padding-left:6px;
}
#recipe .content_inner ul li:nth-child(18){
 padding-left: 10px;
}
#recipe .content_inner ul li::before{
 position: absolute;
 top:10px;
 left: 10px;
}
#recipe .content_inner ul li:nth-child(1)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no01.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(2)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no02.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(3)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no03.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(4)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no04.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(5)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no05.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(6)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no06.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(7)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no07.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(8)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no08.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(9)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no09.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(10)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no10.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(11)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no11.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(12)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no12.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(13)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no13.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(14)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no14.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(15)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no15.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(16)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no16.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(17)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no17.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(18)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no18.png");
 display: inline-block;
}
#recipe .content_inner ul li:nth-child(19)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no19_not.png");
 display: inline-block;
 left: 15px;
}
#recipe .content_inner ul li:nth-child(20)::before{
 content: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no20_not.png");
 display: inline-block;
 left: 15px;
}
#recipe .content_inner ul li a:hover::after {
 position: absolute;
 display: block;
 content: "";
 top:0;
 left: 0;
 width: 163px;
 height: 163px;
 background-size: auto auto;
 background-color: rgba(255, 255, 255, 0);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(247, 147, 17, 0.24) 10px, rgba(247, 147, 17, 0.24) 20px);
}
#recipe .content_inner ul li .tooltiptext {
	position: absolute;
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	bottom: 100%;
	left: 50%;
	transform : translate(-50%, 10%);
	z-index: 1;
	width: 231px;
 height: 116px;
 font-size: 1.6rem;
	color: #fff;
 font-weight: bold;
	text-align: center;
 vertical-align:middle;
	padding: 0 0.5em 1.5em;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_tooltip_bg.png") left top no-repeat;
}
#recipe .content_inner ul li:nth-child(9) .tooltiptext{
 line-height: 1.2em;
	padding: 0 0.5em 2.5em; 
}
#recipe .content_inner ul li:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*--modal--*/
.modaal-wrapper .modaal-close{
 position: absolute;
 background: #f79311;
 top: 53px;
 right: 20px;
}
.modaal-container{ 
 width: 984px;
 background: none;
}
.modaal-content-container{
 height: 815px;
 padding: 30px 5px 30px 30px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_bg.png") left top no-repeat;
}
/*--modal recipe--*/
.recipe_modal{
 position: relative;
 padding: 18px 0 0 0;
 font-size: 1.6rem;
}
.recipe_modal h1{
 min-height: 96px;
 padding: 21px 28px 0 144px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_ttl_bg.png") left bottom no-repeat;
}
.recipe_modal.multiple h1{
 padding: 21px 28px 30px 144px; 
}
.recipe_modal dl{
 /*display: table;*/
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 98%;
}
.recipe_modal dl dt{
 position: relative;
 /*display: table-cell;*/ 
 display: block;
 width: 342px;
}
.recipe_modal dl dt img{
 position: absolute;
 top:5px;
 left: -60px;
}
.recipe_modal dl dt .notes{
 position: absolute;
 top:428px;
 width: 400px;
 height: 212px;
 padding: 30px 25px 25px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_notes_bg.png") left bottom no-repeat;
}
.recipe_modal.multiple dl dt .notes{
 top:400px;
}
.recipe_modal dl dt .notes.pd{
 padding: 20px 25px 25px; 
}
.recipe_modal dl dt .notes p{
 font-size: 1.4rem;
}
.recipe_modal dl dt .notes p.kcal{
 font-weight: bold;
 padding: 10px 10px;
 margin-bottom: 10px;
 border-top: #000 1px solid;
 border-bottom: #000 1px solid;
}
.recipe_modal dl dd{
 /*display: table-cell;*/
 display: block;
 width: 550px;
 padding:0 0 0 42px;
}
.recipe_modal dl dd .recipe_box{ 
 overflow-y: scroll;
 height: 620px;
 padding-right: 10px;
}
.recipe_modal.multiple dl dd .recipe_box{
 height: 600px;
}
.recipe_modal dl dd h2{
 width: 485px;
 min-height: 35px;
 color:#fff;
 font-size:1.6rem;
 text-align: center;
 padding-top: 0.5em;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_sub_ttl_bg.png") left bottom no-repeat;
}
.recipe_modal dl.material{
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 -webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
 width: 100%;
 margin:15px 0 20px;
}
.recipe_modal dl.material dt{
 width: 70%;
 margin-bottom: 10px;
 background: linear-gradient(to right, #d7d7d7, #d7d7d7 1px, transparent 3px, transparent 2px) repeat-x;
 background-size: 5px 1px;
 background-position: bottom 13px left 0;
}
.recipe_modal dl.material dd{
 width: 30%;
 text-align: right;
 margin-bottom: 10px;
 background: linear-gradient(to right, #d7d7d7, #d7d7d7 1px, transparent 3px, transparent 2px) repeat-x;
 background-size: 5px 1px;
 background-position: bottom 13px left 0;
}
.recipe_modal dl.material .fg1{
 width: 50%;
}
.recipe_modal dl.material .fg2{
 width: 50%;
}
.recipe_modal dl.material .fg3{
 width: 40%;
}
.recipe_modal dl.material .fg4{
 width: 60%;
}
.recipe_modal dl.material dt span{
 display: inline-block;
 text-indent: -1.0em;
 padding-left: 1.0em;
 padding-right: 10px;
 background: #fff;
}
.recipe_modal dl.material dd span{
 padding-left: 10px;
 background: #fff;
}
.recipe_modal ul.make{
 margin-top:15px; 
}
.recipe_modal ul.make li{
 text-indent: -3em;
 padding-left: 3em;
 padding-bottom: 6px;
 margin-bottom: 6px;
 border-bottom: #ebebeb 2px solid;
}
.recipe_modal ul.make li:last-child{
 margin-bottom: 0;
 border-bottom: none;
}
/*---sp-------------*/
@media screen and (max-width: 640px) {
 #recipe{
 padding: 19.6vw 0 12vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_bg.png") center top repeat;
}
#recipe .content_inner{
 position: relative;
 width: 92.6vw;
 height: 536.8vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_box_bg_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner .recipe_no{
 position: absolute;
 top:-12vw;
 left:0;
 right: 0;
 width: 22.5vw;
 height: auto;
 margin: auto;
}
#recipe .content_inner h2{
 display: block;
 width: 79.33vw;
 padding-top: 18vw;
 margin:0 auto;
}
#recipe .content_inner ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 84vw;
 padding: 0 4vw;
 margin: 6vw auto 0;
}
#recipe .content_inner ul li{
 position: relative;
	display: inline-block;
 width: 36vw;
 height: 52vw;
 margin-bottom: 0;
 padding: 1.5vw 0;
}
#recipe .content_inner ul li:nth-last-child(-n+5){
 margin-top: 0;
 margin-bottom: 0;
}
#recipe .content_inner ul li::before{
 position: absolute;
 top:10px;
 left: 10px;
 height:7.6vw;
}
 #recipe .content_inner ul li:nth-child(19),
 #recipe .content_inner ul li:nth-child(20){
  display: none;
 }
#recipe .content_inner ul li:nth-child(1)::before{
 content: "";
 width: 2.26vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no01_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(2)::before{
 content: "";
 width: 4.13vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no02_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(3)::before{
 content: "";
 width: 4.26vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no03_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(4)::before{
 content: "";
 width: 4.66vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no04_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(5)::before{
 content: "";
 width: 4.13vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no05_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(6)::before{
 content: "";
 width: 4.26vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no06_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(7)::before{
 content: "";
 width: 4.13vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no07_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(8)::before{
 content: "";
 width: 4.4vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no08_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(9)::before{
 content: "";
 width: 4.26vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no09_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(10)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no10_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(11)::before{
 content: "";
 width: 5.73vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no11_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(12)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no12_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(13)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no13_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(14)::before{
 content: "";
 width: 7.6vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no14_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(15)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no15_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(16)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no16_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(17)::before{
 content: "";
 width: 7.33vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no17_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(18)::before{
 content: "";
 width: 7.6vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/recipe_no18_sp.png") center top no-repeat;
 background-size: contain;
}
#recipe .content_inner ul li:nth-child(19)::before{
 display: none;
}
#recipe .content_inner ul li:nth-child(20)::before{
 display: none;
}
#recipe .content_inner ul li a:hover::after {
 position: absolute;
 display: none;
 content: "";
 top:0;
 left: 0;
 width: 38vw;
 height: 38vw;
 background-size: auto auto;
 background-color: rgba(255, 255, 255, 0);
 background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(247, 147, 17, 0.24) 10px, rgba(247, 147, 17, 0.24) 20px);
}
#recipe .content_inner ul li .tooltiptext {
	position:absolute;
	display: block;
	bottom: 0;
	top: 37.5vw;
	left: 18.5vw;
	z-index: 1;
	width: 38vw;
 height: auto;
 font-size: 1.2rem;
	color: #000;
 font-weight: bold;
	text-align: center;
 vertical-align:middle;
	padding: 0;
	visibility:visible;
	opacity: 1;
 background:none;
}
#recipe .content_inner ul li:nth-child(9) .tooltiptext{
 line-height: 1.2em;
	padding: 0; 
}

/*--modal--*/
.modaal-wrapper .modaal-close{
 /*position: absolute;*/
 position: fixed;
 top: 3vw;
 right: 3vw;
 width: 10vw;
 height: 10vw;
 background: #f79311;
}
 .modaal-close:after, .modaal-close:before{
  top: 2vw;
  left: 4.8vw;
 }
 @media screen and (max-height:1000px) {
 .modaal-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
 }
}
.modaal-container{ 
 width: 85vw;
 background: none;
 margin-bottom: 10vw;
}
.modaal-content-container{
 height: auto;
 padding: 10vw 0 0 0;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_bg_sp.png") left top 10vw no-repeat;
 background-size:100%;
}
/*--modal recipe--*/
.recipe_modal{
 position: relative;
 padding: 0 3vw 5vw;
 font-size: 1.2rem;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_bg_middle_sp.png") left top repeat-y;
 background-size: contain;
}
 .recipe_modal::after{
  position: absolute;
  content: "";
  bottom: -1vw;
  left: 0;   
  width: 85vw;
  height: 1.6vw;
   background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_bg_bottom_sp.png") left top no-repeat;
  background-size:contain;
 }
.recipe_modal h1{
 min-height: 16.8vw;
 padding: 2vw 0 0 17vw;
 margin-top: 7vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_ttl_bg_sp.png") left bottom no-repeat;
 background-size: contain;
}
.recipe_modal.multiple h1 {
 padding: 2vw 0 0 17vw; 
}
.recipe_modal h1.line1_sp {
 padding: 5vw 0 0 17vw; 
}
.recipe_modal h1.line3_sp {
 padding: 2vw 0 2vw 17vw; 
}
.recipe_modal dl{
 /*display: table;*/
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 98%;
}
.recipe_modal dl dt{
 position: relative;
 display: block;
 width: 86.6vw;
 padding-top: 3vw;
 padding-bottom: 40vw;
}
 .recipe_modal dl dt.pd_sp{
 padding-bottom: 57vw;  
 }
.recipe_modal dl dt img{
 position: static;
 margin: auto;
}
.recipe_modal dl dt .notes{
 position: absolute;
 top:74vw;
 left: 2vw;
 width: 73.8vw;
 height: 41vw;
 padding: 4.8vw 2vw 2.5vw 3.5vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_notes_bg_sp.png") left bottom no-repeat;
 background-size: contain;
}
.recipe_modal.multiple dl dt .notes{
 top:74vw;
}
.recipe_modal dl dt .notes.pd{
 height: 41vw;
 padding: 4.8vw 2vw 2.5vw 3.5vw;
}
.recipe_modal dl dt .notes.pd_sp{
 height: 60.8vw;
 padding: 6.5vw 2vw 2.5vw 3.5vw;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_notes_l_bg_sp.png") left bottom no-repeat;
 background-size: contain;
}
.recipe_modal dl dt .notes p{
 font-size: 1.2rem;
}
.recipe_modal dl dt .notes p.kcal{
 font-weight: bold;
 padding:2vw;
 margin-bottom: 1.8vw;
 border-top: #000 1px solid;
 border-bottom: #000 1px solid;
}
.recipe_modal dl dd{
 display: block;
 width: 86.6vw;
 padding:0;
}
.recipe_modal dl dd .recipe_box{ 
/* overflow-y: scroll;
 height: 133vw;*/
 height: auto;
 padding-right: 2vw;
}
.recipe_modal.multiple dl dd .recipe_box{
 height: auto;
}
.recipe_modal dl dd h2{
 width: 77vw;
 min-height: 8.13vw;
 color:#fff;
 font-size:1.6rem;
 padding-top: 0.5em;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/modal/modal_sub_ttl_bg_sp.png") left bottom no-repeat;
 background-size: contain;
}
.recipe_modal dl.material{
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 -webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
 width: 100%;
 margin:2vw 0 5vw;
}
.recipe_modal dl.material dt{
 width: 70%;
 padding: 0;
 margin-bottom: 10px;
 background: linear-gradient(to right, #d7d7d7, #d7d7d7 1px, transparent 3px, transparent 2px) repeat-x;
 background-size: 5px 1px;
 background-position: bottom 2vw left 0;
}
.recipe_modal dl.material dd{
 width: 30%;
 text-align: right;
 margin-bottom: 10px;
 background: linear-gradient(to right, #d7d7d7, #d7d7d7 1px, transparent 3px, transparent 2px) repeat-x;
 background-size: 5px 1px;
 background-position: bottom 2vw left 0;
}
.recipe_modal dl.material .fg1{
 width: 50%;
}
.recipe_modal dl.material .fg2{
 width: 50%;
}
.recipe_modal dl.material .fg3{
 width: 40%;
}
.recipe_modal dl.material .fg4{
 width: 60%;
}
.recipe_modal dl.material dt span{
 display: inline-block;
 text-indent: -1.0em;
 padding-left: 1.0em;
 padding-right: 10px;
 background: #fff;
}
.recipe_modal dl.material dd span{
 padding-left: 10px;
 background: #fff;
}
.recipe_modal ul.make{
 margin-top:15px;
}
.recipe_modal ul.make li{
 text-indent: -3em;
 padding-left: 3em;
 padding-bottom: 6px;
 margin-bottom: 6px;
 border-bottom: #ebebeb 2px solid;
}
.recipe_modal ul.make li:last-child{
 margin-bottom: 0;
 border-bottom: none;
}
}

/*================================================================*/
/*=== 7: lineup ==================================================*/
#lineup{
 font-size: 1.8rem;
 text-align: center;
 padding: 85px 0 45px;
}
#lineup .content_inner{
 position: relative;
 width: 894px;
 margin: auto;
}
#lineup .content_inner .lineup_no{
 position: absolute;
 top:-120px;
 left:0;
 right: 0;
 width: 113px;
 height: 109px;
 margin: auto;
}
#lineup ul{
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 883px;
 margin: 10px 0 40px 0; 
}
#lineup ul::after {
	display: none;
}
#lineup ul li{
 width: 181px;
}
#lineup .bnr_txt{
 color: #f79311;
 font-size:2.3rem;
 font-weight: bold;
 text-align: center;
 padding-top: 30px;
 margin-bottom: 20px;
 background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/lineup_line.png") left top no-repeat;
}
#lineup .bnr{
 width: 742px;
 margin: auto;
}
#lineup .bnr a{
 display: block;
 transition: all 1s;
}
#lineup .bnr a:hover{
  opacity:0.5;
}

/*---sp-------------*/
@media screen and (max-width: 640px) {
#lineup{
 font-size: 1.8rem;
 padding: 20vw 0 13vw;
}
#lineup .content_inner{
 position: relative;
 width: 100vw;
 padding: 0 4vw;
 margin: auto;
}
#lineup .content_inner .lineup_no{/*位置調整後で*/
 position: absolute;
 top:-25vw;
 left:0;
 right: 0;
 width: 22.5vw;
 height: auto;
 margin: auto;
}
 #lineup .content_inner h2{
  width: 93.733vw;
  margin:0 auto 4vw;
 }
#lineup ul{
 display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
 width: 90vw;
 padding: 0 4vw;
 margin: 2vw auto 5vw;
}
#lineup ul li{
 width: 36.133vw;
}
 #lineup ul li:nth-last-child(-n+2){
  margin-top: 1.5vw;
 }
 #lineup .bnr_txt{
  font-size:1.6rem;
  padding-top: 4vw;
  margin-bottom: 20px;
  background: url("/dairies/cheese/meijitokachi/products/camembert/kamanmeshi/images/lineup_line_sp.png") left top no-repeat;
  background-size: contain;
 }
 #lineup .bnr{
  width: 90vw;
  margin: auto;
 }
}

/*================================================================*/




