@charset "Shift_JIS";

/*.event_name_,*/ .category_name_ {display: none;}
.pc {display: block;}
.sp {display: none;}
#cmn_header {margin-bottom: 0!important;}
#footer {margin-top: 0!important;}
.wrapper_ {
	background: url("/feature/eoggp22/img/bg.jpg") top center repeat;
	padding: 30px 0 100px;
}
.eoggp22 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.7;
	text-align: center;
}
.eoggp22 .event_name_img_ {
  margin-bottom: 0px !important;
}

/* リード */
.eoggp22 .lead {
	border: 5px double #9e812d;
	padding: 40px 20px;
	margin: 40px;
	background: url("/feature/eoggp22/img/lead_bg.jpg") center no-repeat;
}
.eoggp22 .lead p {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 20px;
}
.eoggp22 .lead p:first-of-type {
	display: inline-block;
	font-weight: bold;
	font-size: 180%;
	border-bottom: 2px solid #8e262b;
	color: #8e262b;
	margin-bottom: 40px;
	line-height: 1.2;
}
.eoggp22 .lead span {
	font-size: 140%;
	font-weight: bold;
	color: #8e262b;
}

/* アンカーリンク */
.eoggp22 .ancherlink {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.eoggp22 .ancherlink a {
	display: block;
	font-weight: bold;
	font-size: 105%;
	color: #fff;
	background: url("/feature/eoggp22/img/icon_ancher.png") center bottom 8px no-repeat #8e262b;
	padding: 14px 0px 18px;
	width: 25%;
	transition: .4s ease-in-out;
	line-height: 1.2;
}
.eoggp22 .ancherlink a:first-of-type {
	border-radius: 5px 0 0 5px;
}
.eoggp22 .ancherlink a:last-of-type {
	border-radius: 0 5px 5px 0;
}
.eoggp22 .ancherlink a:nth-of-type(n+2) {
	border-left: #fff solid 2px;
}
.eoggp22 .ancherlink a:hover {
	background-color: #9e812d;
	text-decoration: none;
	background-position: center bottom 5px;
}

/* 見出し */
.eoggp22 h2 {
	font-weight: bold;
	font-size: 200%;
	color: #8e262b;
	margin: 0 0 30px;
	line-height: 1.4;
}

/* おみやげグランプリとは */
.eoggp22 #about {
	border: 2px solid #e7201a;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	margin: 0 40px;
	background: #FFFAEF;
}
.eoggp22 #about::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url("/feature/eoggp22/img/about_img01.png") 0 0 no-repeat;
	background-size: contain;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.eoggp22 #about::after {
	position: absolute;
	content: "";
	display: block;
	width: 130px;
	height: 100px;
	background: url("/feature/eoggp22/img/about_img02.png") 0 0 no-repeat;
	background-size: contain;
	bottom: -60px;
	right: 40px;
}
.eoggp22 #about p {
	margin-bottom: 20px;
	font-weight: bold;
}

/* エントリー商品のご紹介 */
.eoggp22 #item {
	margin: 80px 40px;
	padding: 50px;
	background: #fff;
	border-radius: 20px;
	border: 8px solid #ECE5C1;
}
.eoggp22 #item h3 {
	margin: 40px 0 30px;
}
.eoggp22 #item h3 p {
	font-size: 120%;
	font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #ECE5C1;
  border-radius: 5px;
}

.eoggp22 #item h3 p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ECE5C1;
}

.eoggp22 #item a {
	display: inline-block;
	border-radius: 30px;
	padding: 10px 30px;
	margin: 0 5px 20px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #8e262b;
	transition: .4s ease-in-out;
}
.eoggp22 #item a:hover {
	background-color: #9e812d;
	text-decoration: none;
}

/* 公式サイト */
.eoggp22 [id^="site"]  {
	border-top: 5px double #9e812d;
	padding: 50px;
	margin: 0 40px;
}
.eoggp22 #site02  {
	border-bottom: 5px double #9e812d;
	margin-bottom: 80px;
}
.eoggp22 [id^="site"] p {
	font-weight: bold;
}

/* ボタン */
.eoggp22 .btn {
	color: #fff;
	display: inline-block;
	padding: 15px 35px 15px 30px;
	border-radius: 5px;
	background: url("/feature/eoggp22/img/icon_link.png") center right 15px no-repeat #8e262b;
	margin: 20px 0 0;
	line-height: 1.2;
	transition: .3s ease-in-out;
}
.eoggp22 .btn:hover {
	background-color: #9e812d;
	text-decoration: none;
	background-position: center right 10px;
}

/* 注意事項 */
.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#eee;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"●";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:95%;
	text-align: left;
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}

/* スマホ
---------------------------------------------------*/

header ~ .wrapper_ .eoggp22 .pc {display: none;}
header ~ .wrapper_ .eoggp22 .sp {display: block;}
header ~ .wrapper_ {
	padding: 0;
	background-size: 500%;
}
header ~ .wrapper_ .eoggp22 {
	padding: 0 4%;
}
header ~ .wrapper_ .eoggp22 h1 {
	margin: 0 -4% 4%;
}

/* リード */
header ~ .wrapper_ .eoggp22 .lead {
	padding: 30px 25px 0;
	margin: 4% 0 20px;
}
header ~ .wrapper_ .eoggp22 .lead p {
	font-size: 100%;
	text-align: left;
}
header ~ .wrapper_ .eoggp22 .lead p:first-of-type {
	font-size: 120%;
	margin: 0 -15px 25px;
}
.eoggp22 .lead span {
	font-size: 120%;
}

/* アンカーリンク */
header ~ .wrapper_ .eoggp22 .ancherlink {
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
header ~ .wrapper_ .eoggp22 .ancherlink a {
	font-size: 100%;
	background: url("/feature/eoggp22/img/icon_ancher.png") center bottom 5px no-repeat #8e262b;
	padding: 14px 0px 18px;
	width: 49.8%;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-decoration: none;
}
header ~ .wrapper_ .eoggp22 .ancherlink a:nth-of-type(n+2) {
	border-left: none;
}
header ~ .wrapper_ .eoggp22 .ancherlink a:first-of-type {
	border-radius: 5px 0 0 0;
}
header ~ .wrapper_ .eoggp22 .ancherlink a:nth-of-type(2) {
	border-radius: 0 5px 0 0;
}
header ~ .wrapper_ .eoggp22 .ancherlink a:nth-of-type(3) {
	border-radius: 0 0 0 5px;
}
header ~ .wrapper_ .eoggp22 .ancherlink a:last-of-type {
	border-radius: 0 0 5px 0;
}

/* 見出し */
header ~ .wrapper_ .eoggp22 h2 {
	font-size: 160%;
	margin: 0 0 20px;
}

/* おみやげグランプリとは */
header ~ .wrapper_ .eoggp22 #about {
	padding: 30px 20px 10px;
	margin: 0;
}
header ~ .wrapper_ .eoggp22 #about::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
header ~ .wrapper_ .eoggp22 #about::after {
	width: 90px;
	height: 60px;
	bottom: -15px;
	right: 30px;
}
header ~ .wrapper_ .eoggp22 #about p {
	text-align: left;
}

/* エントリー商品のご紹介 */
header ~ .wrapper_ .eoggp22 #item {
	margin: 40px 0;
	padding: 30px 20px;
	border: 6px solid #ECE5C1;
}
header ~ .wrapper_ .eoggp22 #item h3 {
	margin: 20px 0 15px;
	font-size: 100%;
  padding: 5px 15px;
}
header ~ .wrapper_ .eoggp22 #item a {
	margin: 0 1px 10px;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 105%;
}

/* 公式サイト */
header ~ .wrapper_ .eoggp22 [id^="site"]  {
	padding: 30px 20px;
	margin: 0;
}
header ~ .wrapper_ .eoggp22 #site02  {
	margin-bottom: 40px;
}
header ~ .wrapper_ .eoggp22 [id^="site"] h2 {
	margin-top: 0;
}
header ~ .wrapper_ .eoggp22 [id^="site"] p {
	text-align: left;
}

/* ボタン */
header ~ .wrapper_ .eoggp22 .btn {
	text-decoration: none;
}


/* 注意事項 */
header ~ .wrapper_ .notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#f3f3f3;
}
header ~ .wrapper_ .notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
header ~ .wrapper_ .notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
header ~ .wrapper_ .notes_box .notes_ttl::before {
	content:"●";
	display: inline-block;
	color:#999;
}
header ~ .wrapper_ .notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
header ~ .wrapper_ .notes_box .notes_list li a {
	text-decoration: underline;
}
header ~ .wrapper_ .notes_box p {
	margin: 20px 0 10px;
}
header ~ .wrapper_ .notes_box {padding:5%;}
header ~ .wrapper_ .notes_h {margin-bottom:5% !important;}
header ~ .wrapper_ .notes_list li {font-size:0.93rem !important;/* 13px */}




