@charset "UTF-8";

/* サイト共通基本設定
---------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 180%;
  color: #555555;
  font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka-等幅, Osaka, 平成角ゴシック, Verdana, Arial, Helvetica, sans-serif;
}

main {
  background: url(../../../../images/brand/eringi/recipe-contest/bg.png) repeat center top;
}

/* header {
  display: none;
} */

header#header {
  display: block;
}

/* footer.footer {
  display: none;
} */

h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
p,
address {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
}
a {
  /* color: #e7a53c; */
}

/* fonts */
.f_min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.font_s {
  font-size: 90%;
}

.red {
  color: #ff0000;
}

/* float */
.l {
  float: left;
}
.r {
  float: right;
}

.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left !important;
}

/* margin */
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px;
}

.noPC {
  display: none !important;
}

.none {
  display: none;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

.harf {
  width: 46%;
}

.sp {
  display: none;
}

#eringi.box {
  border: 4px solid #fff100;
}
section.box {
  width: 972px;
  margin: 0 auto;
}
#eringi.box > div,
#eringi.box span {
  border: 4px solid #00a0e9;
  background: #fff;
  display: block;
}
section#eringi.box > div {
  padding: 40px;
}
section#eringi.box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00a0e9;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00a0e9;
  line-height: 1;
}
section#eringi.box .textbox {
  margin-bottom: 90px;
}
section#eringi.box .textbox p strong {
  font-size: 20px;
  font-weight: bold;
}

a.btn {
  margin: 30px auto;
  display: block;
  background: #e7a53c;
  border-bottom: 4px solid #b57e26;
  width: 400px;
  text-align: center;
  padding: 21px 0;
  line-height: 0;
}
a.btn:hover {
  background: #f7b955;
}

/* clearfix
------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  /* display: grid;
  place-items: center; */
}

#header .clearfix {
  display: grid;
  place-items: center;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ヘッダー
------------------------------------------*/
#header {
  background: url(../../../../images/brand/eringi/recipe-contest/bg_head.png) center top;
  border-top: 8px solid #00a0e9;
}
#header > div {
  background: url(../../../../images/brand/eringi/recipe-contest/bg_flag.png) center top no-repeat;
  background-position: contain;
}
#header > div > div {
  background: url(../../../../images/brand/eringi/recipe-contest/result/bg_img.png) center top no-repeat;
  padding: 40px 0;
}

#header .logo {
  /* width: 211px;
  height: 48px; */
  width: 281px;
  height: 34px;
  float: left;
  filter: drop-shadow(0px 5px 3px rgba(255, 255, 255, 1)) drop-shadow(0px -5px 3px rgba(255, 255, 255, 1)) drop-shadow(5px 0px 3px rgba(255, 255, 255, 1)) drop-shadow(-5px 0px 3px rgba(255, 255, 255, 1));
}
#header .logo a {
  display: block;
  height: 100%;
  /* background: url(../../../../images/brand/eringi/recipe-contest/logo.png) no-repeat 0 0; */
  background: url(../../../../images/common/logo.webp) no-repeat 0 0;
  text-indent: -9999px;
}
#header h1 {
  width: 520px;
  float: left;
  text-align: right;
  margin-right: 40px;
}

#header p.top {
  width: 200px;
  position: absolute;
  top: 0;
  right: 27px;
}

#header p.top a {
  width: 231px;
  height: 34px;
  display: block;
  background: url(../../../../images/brand/eringi/recipe-contest/header_top.png) no-repeat 0 0;
  text-indent: -9999px;
}
/*
#header p a:hover{
	background-position: 0 -27px;
}
*/
/* フッター
------------------------------------------*/
#page_up {
  margin-top: 40px;
}

#page_up a {
  display: block;
  width: 180px;
  height: 42px;
  float: right;
  background: url(../../../../images/brand/eringi/recipe-contest/page_up.png) no-repeat 0 0;
}

#page_up a:hover {
  background-position: 0 -42px;
}

#footer {
  height: 57px;
  padding: 10px 0 0 0;
  color: #fff;
  background: url(../../../../images/brand/eringi/recipe-contest/footer_bg.png) repeat-x left bottom;
  font-size: 12px;
}

#footer a {
  color: #fff;
}
#footer address {
  display: inline;
  float: right;
}

/* トップページ
------------------------------------------*/

section#result {
  padding: 75px 0;
}

#result p.catch {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #00a0e9;
  font-weight: bold;
}

#result .textbox {
  margin-bottom: 30px;
}

#result .textbox h4 {
  position: relative;
  height: 33px;
  line-height: 33px;
  padding: 0 30px 0 1em;
  margin-bottom: 10px;
  background-color: #00a0e9;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
}

#result .textbox h4::after {
  content: "";
  position: absolute;
}

#result .textbox h4::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 17px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
#result .slide {
  width: calc(100% + 60px);
  padding: 30px;
  margin-left: -30px;
  background: #fffef2;
}
#result .slide .amount dt {
  width: 55%;
  float: left;
  background: url(../../../../images/brand/eringi/recipe-contest/result/line_recipe.png) left 12px repeat-x;
}
#result .slide .amount dt span {
  background: #fffef2;
  padding-right: 5px;
}
#result .slide .amount dd {
  width: 43%;
  float: right;
}

#result .togglebtn {
  display: block;
  width: 195px;
  height: 50px;
  text-indent: -9999px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/btn_open.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#result .togglebtn:hover {
  opacity: 0.8;
}
#result .togglebtn.active {
  background-image: url(../../../../images/brand/eringi/recipe-contest/result/btn_close.png);
}

#result .no1 {
  padding: 30px 30px 0;
  background: #fff;
  margin-bottom: 100px;
  border-top: 4px solid #00a0e9;
  position: relative;
}

#result .no1 h2 {
  margin-bottom: 20px;
}
#result .no1 h2 span {
  display: block;
  text-indent: -9999px;
  width: 233px;
  height: 45px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/no1.png) left center no-repeat;
}
#result .no1 .textbox {
  width: 450px;
  float: right;
}
#result .no1 p.name {
  color: #00a0e9;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/line.png) left bottom repeat-x;
  display: inline-block;
}
#result .no1 h3 {
  font-size: 30px;
  font-weight: bold;
  color: #00a0e9;
  padding: 20px 0;
}

#result .no1 .slide h4 {
  color: #00a0e9;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/line.png) left bottom repeat-x;
}

#result .no1 .slide h4 span {
  background: #fffef2;
  display: inline-block;
  padding-right: 5px;
}
#result .no1 .slide .amount {
  width: 324px;
  float: left;
}
#result .no1 .slide .howto {
  width: 524px;
  float: right;
  margin-bottom: 45px;
}
#result .no1 .slide .howto p {
  margin-bottom: 25px;
}

#result li {
  width: 469px;
  padding: 30px 30px 0;
  background: #fff;
  float: left;
  margin-bottom: 40px;
  border-top: 4px solid #00a0e9;
  position: relative;
}

#result li:nth-child(2n) {
  float: right;
}

#result .no2 h2 {
  display: inline-block;
  margin-right: 10px;
}
#result .no2 h2 span {
  display: block;
  text-indent: -9999px;
  width: 124px;
  height: 23px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/no2.png) left center no-repeat;
}

#result .no2 p.name {
  color: #00a0e9;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
#result .no2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00a0e9;
  padding: 15px 0;
  line-height: 1.5;
}
#result .no2 .textbox {
  padding-bottom: 30px;
}

#result .no2 .textbox h4 {
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 0 30px 0 1em;
  font-size: 14px;
}

#result .no2 .textbox h4::after {
  border-width: 12px 15px;
}
#result .no2 .textbox p {
  margin-bottom: 40px;
}
#result .no2 p img {
  width: 50%;
}
#result .no2 .togglebtn {
  width: 143px;
  height: 35px;
}

#result .no2 .slide h4 {
  color: #00a0e9;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/line.png) left center repeat-x;
}

#result .no2 .slide h4 span {
  background: #fffef2;
  display: inline-block;
  padding-right: 5px;
}
#result .no2 .slide .amount {
  margin-bottom: 20px;
}
#result .no2 .slide .howto {
  margin-bottom: 67px;
}
#result .no2 .slide .howto p {
  margin-bottom: 15px;
}

#result .no3 h2 {
  display: inline-block;
  margin-right: 10px;
}
#result .no3 h2 span {
  display: block;
  text-indent: -9999px;
  width: 97px;
  height: 23px;
  background: url(../../../../images/brand/eringi/recipe-contest/result/no3.png) left center no-repeat;
}

#result .no3 p.name {
  color: #00a0e9;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
#result .no3 h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 10px;
  height: 4em;
}

#eringi .main {
  background: url(../../../../images/brand/eringi/recipe-contest/img_ex00.png) right bottom no-repeat;
  min-height: 443px;
  width: calc(100% + 15px + 25px);
  padding: 120px 25px 0 15px;
}
#eringi .main h3 {
  font-size: 30px;
  color: #cd5455;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
#eringi .main a.btn {
  width: 230px;
  padding: 10px 0;
  margin: 0 0 15px;
}
#eringi ul li {
  width: 284px;
  margin-right: 12px;
  float: left;
}
#eringi ul li:last-child {
  margin-right: 0;
}
#eringi ul li p.name {
  font-size: 18px;
  color: #cd5455;
  font-weight: bold;
  text-align: center;
}

.bnr {
  border: 3px solid #e7a53c;
  display: block;
  margin: 30px auto 0;
  width: 273px;
}
