@charset "utf-8";

/* =======================================

	evebt-takikomigohan CSS

========================================== */
/* 画像置換 */
#takikomiIdx .top p.catch,
.pdtBox h3,
#takikomiSubPage .takikomiLogo a p {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* mobile用の要素を非表示 */





/* -- base -------------------------------------  */

/*parallax*/
body {
	background: #fff;
}

#content {
    margin-top: -36px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-animation: example 1s ease 0.3s 1 forwards;
	animation: example 1s ease 0.3s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

#header-sp {
    position: relative;
    padding-bottom: 1px;
    z-index: 3;
    padding-top: 1px;
    margin-top: 0px;
    background: rgba(255,255,255,0.9);
}



/* フォント設定 */
.reimin {font-family: 'UD黎ミン R', 'UD Reimin Regular', serif;}

@font-face {font-family: うずらフォント; src: url(/font/uzura.ttf);}
@font-face {font-family: うずらフォント; src: url(/font/uzura.ttf) format(”truetype”);}

@font-face {font-family: shirokuma; src: url(/font/shirokuma.ttf);}
@font-face {font-family: shirokuma; src: url(/font/shirokuma.ttf) format(”truetype”);}

.top h1 {font-family: '丸フォーク M' , 'Maru Folk Medium;' , sans-serif;}

section.pdt h2,
section.subPages h2 {
	padding: 0 70px 60px;
	display: inline-block;
	line-height: 1.3;
	letter-spacing: 1px;
	font-size: 35px;
	background: url(/img/recipe/event/takikomigohan/line_06.png) repeat-x center;
	background-size: 537px 7px;
    font-family: '丸フォーク M' , 'Maru Folk Medium';
}
section.subPages h2 {
	padding-bottom: 110px;
}




div#lead {
    margin-top: 5px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}

div#lead p {
    font-size: 16px;
    color: #4d3a00;
    line-height: 1.8;
    text-align: center;
}

div#lead img {
	margin-bottom: 10px;
	width: 70px;
	height: auto;
}


div#lead strong {
	display: inline-block;
	padding-top: 15px;
	font-size: 23px;
}

div#lead strong br {
	display: none;
}

ul.recipeBox {
    margin: 38px auto 0;
    width: 96%;
}

ul.recipeBox li {
    margin-top: 80px;
    position: relative;
}
ul.recipeBox li:first-child {
    margin-top: 0;
}

ul.recipeBox li a {
    color: inherit;
    text-decoration: none;
}

ul.recipeBox li p.arrow_toRecipe {
    position: absolute;
    top: 240px;
    right: 2px;
    width: 54px;
    height: 54px;
    background: url(/img/recipe/event/takikomi/ico_03_arrow.png) no-repeat 0 0;
    background-size: 100%;
    z-index: 2;
}
.oyster ul.recipeBox li p.arrow_toRecipe {
    background: url(/img/recipe/event/takikomi/ico_03_arrow.png) no-repeat 0 0;
    background-size: 100%;
}
.shirodashi ul.recipeBox li p.arrow_toRecipe {
    background: url(/img/recipe/event/takikomi/ico_04_arrow.png) no-repeat 0 0;
    background-size: 100%;
}

ul.recipeBox object.recipe {
    margin-top: -99px;
    display: block;
    width: 100%;
    z-index: 1;
}

ul.recipeBox li .text {
    margin: 7px;
    padding: 14px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
}

ul.recipeBox li .text .arrowBox:before {
    content: ' ';
    display: block;
    height: 30px;
    width: 120px;
    background: url(/img/recipe/event/takikomi/bg_08_arrow.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: -20px;
    opacity: 0.9;
}






/*  #takikomiIdx
=======================================================================  */
/* -- div.top -------------------------------------  */
.top .mainImg {
    position: relative;
  width: 100vw;
  height: auto;
  min-height: 90vh;
background: url('/img/recipe/event/takikomi/mainImg_04_sp.jpg') no-repeat center center;
background-size:cover;
}

.top .mainImg a {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
}

.top .mainImg a img {
    width: 70px;
    height: auto;
}

#takikomiIdx .top h1 {
    margin: -80px 0 0 -165px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 200px;
    font-size: 27px;
    font-family: '丸フォーク M' , 'Maru Folk Medium;' , sans-serif;
    background: url(/img/recipe/event/takikomi/bg_02.png) no-repeat 0 0;
    background-size: 100%;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: center;
}

#takikomiIdx .top h1 span {
	margin-bottom: 10px;
    padding-top: 35px;
    display: block;
    font-family: 'うずらフォント';
    font-size: 24px;
}

#takikomiIdx .top p.catch {
    margin-top: -140px;
    margin-left: -170px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 70px;
    background: url(/img/recipe/event/takikomi/tit_01.png) no-repeat 0 0;
    background-size: 100%;
}












/*  #takikomiIdx
=======================================================================  */
/* -- section.recipe -------------------------------------  */


section.recipe .recipeBlock {
    margin-top: 50px;
}
section.recipe .recipeBlock.shirodashi {margin-top: 100px;}

section.recipe .oyster .pdtTit {
    position: relative;
    background: url(/img/recipe/event/takikomi/line_01.jpg) repeat-x center bottom;
    background-size: auto 16px;
}
section.recipe .shirodashi .pdtTit {
    position: relative;
    background: url(/img/recipe/event/takikomi/line_02.jpg) repeat-x center bottom;
    background-size: auto 16px;
}

section.recipe h2 {
    padding-left: 80px;
    position: relative;
    display: block;
    font-family: '解ミン 宙 H' , 'Kaimin Sora Heavy' , serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 3px;
}
section.recipe .oyster h2 {color: #df7e00;}
section.recipe .shirodashi h2 {margin-left: 36px; color: #90cc00;}
section.recipe .shirodashi h2 span {
    position: absolute;
    top: -24px;
    left: 33px;
    color: #90cc00;
    font-size: 21px;
}

section.recipe .pdtTit img {
    position: absolute;
    bottom: -14px;
    left: 30px;
    width: auto;
    height: 100px;
    transform: rotate(-10deg);
}

ul.recipeBox object.recipe img {
    width: 100%;
    height: auto;
}

section.recipe h3 {
  
    position: relative;
    padding-left: 20%;
    padding-right: 20px;
    line-height: 1.2;
    width: 100%;
    height: 104px;
    text-align: center;
    background: url(/img/recipe/event/takikomi/line_03_pc.png) repeat-x 0 0;
    background-size: 233px 104px;
    font-family: 'フォーク M' , 'Folk Medium', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}
section.recipe .shirodashi h3 {
    background: url(/img/recipe/event/takikomi/line_04_pc.png) repeat-x 0 0;
    background-size: 233px 104px;
}
section.recipe h3.long {
    letter-spacing: 0;
}



section.recipe h3 span>span>span {
    padding-right: 0;
    display: inline;
}

section.recipe .oyster img.icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 29px;
    height: auto;
    z-index: 3;
}

section.recipe .shirodashi img.icon {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 32px;
    height: auto;
    z-index: 3;
}

ul.recipeBox li dl.material dt {
    padding-right: 10px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
ul.recipeBox li .text.many dl.material dt {
    float: none;
    margin-bottom: 14px;
    text-align: left;
}

ul.recipeBox li dl.material dd {
    margin-right: 9px;
    padding: 7px 7px 6px;
    position: relative;
    top: -6px;
    float: left;
    background: #fed675;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px 2px 1px #fff, 0px 1px 1px #fff, 1px 1px 1px #fff, 1px 0px 1px #fff, 2px 0px 1px #fff, 1px -1px 1px #fff, 1px -2px 1px #fff, 0px -2px 1px #fff, -1px -2px 1px #fff, -2px -2px 1px #fff, -2px -1px 1px #fff, -2px 0px 1px #fff, -2px 1px 1px #fff, -1px 1px 1px #fff;
    border-radius: 15px;
}
ul.recipeBox li dl.material dd:last-child {
    margin-right: 0;
}

ul.recipeBox li .text p {
    clear: both;
    text-align: left;
    line-height: 1.6;
    padding-top: 10px;
    text-shadow: 0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}






/* -- section.pdt -------------------------------------  */
section.pdt {
    margin-top: 90px;
    text-align: center;
}

section.pdt h2, section.subPages h2 {
    margin: 0 auto;
    padding: 0 0 70px;
    display: inline-block;
    width: 96%;
    line-height: 1.3;

    letter-spacing: 0;
    font-size: 23px;
    background: url(/img/recipe/event/takikomi/line_06.png) repeat-x center;
    background-size: 377px auto;
    text-align: center;
}

.pdtWrapper .pdtBox {
    text-align: center;
}

.pdtWrapper .pdtBox {
    margin: 1px;
    position: relative;
    display: inline-block;
    width: 46%;
    height: 221px;
    vertical-align: top;
    border-radius: 5px;
}
.pdtWrapper .pdtBox.oyster {
    background: #fffaf5 url(/img/recipe/event/takikomi/bg_06_sp.png) no-repeat 0 60px;
    background-size: 97%;
    box-shadow: 0 0 20px #fadbc2 inset;
}
.pdtWrapper .pdtBox.shirodashi {
    background: #fbfff5 url(/img/recipe/event/takikomi/bg_07_sp.png) no-repeat 0 60px;
    background-size: 97%;
    box-shadow: 0 0 20px rgb(223, 241, 197) inset;
}

.pdtWrapper .pdtBox.oyster img {
    position: relative;
    top: 20px;
    width: auto;
    height: 150px;
}

.pdtWrapper .pdtBox.shirodashi img {
    position: relative;
    top: 30px;
    width: auto;
    height: 140px;
}

.pdtBox .pdtWrapper {
   position: relative;
}

.pdtBox h3 {
    position: absolute;
    top: 40px;
    width: 24px;
    height: 120px;
}
.pdtBox.oyster h3 {
    left: 20px;
    background: url(/img/recipe/event/takikomi/logo_oyster.png) no-repeat 0 0;
    background-size: 30px auto;
}
.pdtBox.shirodashi h3 {
    height: 130px;
    top: 36px;
    right: 20px;
    background: url(/img/recipe/event/takikomi/logo_shirodashi.png) no-repeat 0 0;
    background-size: 30px auto;
}

.pdtBox p.toPdt {
    position: absolute;
    bottom: 13px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.pdtBox.oyster p.toPdt {color: #d36800;}
.pdtBox.shirodashi p.toPdt {color: #68a300;}

.pdtBox p.toPdt span {
    position: relative;
    top: -1px;
    left: 0;
    display: inline-block;
    font-size: 13px;
}






/* -- section.pdt -------------------------------------  */
section.subPages {
    margin: 90px 0 50px;
    text-align: center;
}

.subPage ul {
    margin: -47px auto 0;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
}

.subPage li {
    position: relative;
    display: inline-block;
    width: 47%;
    height: 249px;
    border-radius: 4px;
    overflow: hidden;
    margin: 4px;
}
.subPage li:first-child {margin-left: 0;}
.subPage li:nth-child(2) {margin-right: 0;}

.subPage li a {
    display: block;
    text-decoration: none;
}

.subPage li img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.subPage li.sub01 img {
    top: -30px;
    left: 0;
}

.subPage li.sub02 img {
    top: -30px;
    left: 0;
    width: 112%;
}
.subPage li.sub03 img {
    top: -30px;
    left: 0;
}
.subPage li.sub04 img {
    top: -30px;
    left: 0;
}
.subPage li.sub05 img {
    top: -30px;
    left: 0;
}
.subPage li a {
    display: block;
    text-decoration: none;
}

.subPage li p {
    position: relative;
    top: 169px;
    left: 0;
    width: 260px;
    height: 80px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    background: url(/img/recipe/event/takikomi/bg_09.png) no-repeat center 0;
    background-size: 100%;
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.2;
}
.subPage li:nth-of-type(2n) p {
    background: url(/img/recipe/event/takikomi/bg_10.png) no-repeat center 0;
    background-size: 262px 122px;
}

.subPage li p strong {
    display: block;
    font-size: 15px;
    padding: 10px 0 14px;
    letter-spacing: 1px;
}








/*  #takikomiSubPage
=======================================================================  */
#takikomiSubPage #content {
    margin-top: 0;
}

#takikomiSubPage .takikomiLogo {
    height: 96px;
    background: url(/img/recipe/event/takikomi/bg_05.jpg) repeat-x center;
    background-size: 300px auto;
}

#takikomiSubPage .takikomiLogo a p {
    position: relative;
    top: -3px;
    height: 96px;
    background: url(/img/recipe/event/takikomi/logo_subPage.png) no-repeat center;
    background-size: 190px auto;
}

#takikomiSubPage .top .mainImg {
    margin: 10px auto 0;
    position: relative;
    width: 94%;
    min-height: 200px;
    background: none;
    height: 240px;
}

#takikomiSubPage .top .mainImg p.catch {
    position: absolute;
    top: 54px;
    width: 100%;
    color: #ad6e00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
}

#takikomiSubPage .top .mainImg h1 {
    position: absolute;
    top: 116px;
    width: 100%;
    text-align: center;
    color: #ad6e00;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.3;
    z-index: 3;
    text-shadow:0px 3px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0px -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0px 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;
}

#takikomiSubPage .top .mainImg img {
    margin: 10px auto 0;
    position: relative;
    width: 100%;
    min-height: 228px;
    height: auto;
    background: url(/img/recipe/event/takikomi/subPage/sub-mainImg_01_sp.jpg) no-repeat center;
    background-size: 100%;
}

#takikomiSubPage .top .mainImg.nhk p.catch {
    margin: 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 50px;
    background: none;
    text-align: center;
}

#takikomiSubPage .top .mainImg.nhk p.catch img {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: auto;
    background: none;
    min-height: 21px;
    z-index: 3;
}

#takikomiSubPage section.pdt .pdtWrapper {
    margin: -34px 0 40px;
}
