@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("/html/upload/user_data/feature/oggp/img/bg.jpg") top center repeat; */
	padding: 30px 0 100px;
	overflow: hidden;
}

.oggp {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.7;
	text-align: center;
}

.oggp .event_name_img_ {
	margin-bottom: 0px !important;
}

.ec-featureRole__headdescription img {
    width : 100% !important;
}

/* リード */
.oggp .lead {
	border: 5px double #9d2224;
	padding: 40px 20px;
	margin: 40px;
	background: #fef6f4;
}

.oggp .lead p {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
    line-height: 3rem;
}

.oggp .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;
}

.oggp .lead span {
	font-size: 140%;
	font-weight: bold;
	color: #8e262b;
}

/* アンカーリンク */
.oggp .ancherlink {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.oggp .ancherlink a {
	display: block;
	font-weight: bold;
	font-size: 105%;
	color: #fff;
	background: url("/html/upload/user_data/feature/oggp/img/icon_ancher.png") center bottom 8px no-repeat #9d2224;
	padding: 14px 0px 18px;
	width: 25%;
	transition: .4s ease-in-out;
	line-height: 1.2;
}

.oggp .ancherlink a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.oggp .ancherlink a:last-of-type {
	border-radius: 0 5px 5px 0;
}

.oggp .ancherlink a:nth-of-type(n+2) {
	border-left: #fff solid 2px;
}

.oggp .ancherlink a:hover {
	background-color: #9e812d;
	text-decoration: none;
	background-position: center bottom 5px;
}

/* 見出し */
.oggp h2 {
	font-weight: bold;
	font-size: 200%;
	color: #8e262b;
	margin: 0 0 30px;
	line-height: 1.4;
}

/* おみやげグランプリとは */
.oggp #about {
	border: 2px solid #e7201a;
	border-radius: 20px;
	padding: 40px;
	position: relative;
	margin: 0 40px 60px;
	background: #fef6f4;
}

.oggp #about::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url("/html/upload/user_data/feature/oggp/img/about_img01.png") 0 0 no-repeat;
	background-size: contain;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.oggp #about::after {
	position: absolute;
	content: "";
	display: block;
	width: 130px;
	height: 100px;
	background: url("/html/upload/user_data/feature/oggp/img/about_img02.png") 0 0 no-repeat;
	background-size: contain;
	bottom: -60px;
	right: 40px;
}

.oggp #about p {
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 2rem;
}

/* エントリー商品のご紹介 */
.oggp #item {
	margin: 80px 40px;
	padding: 50px;
	background: #fff;
	border-radius: 20px;
	border: 8px solid #9d2224;
}

.oggp #item h3 {
	margin: 40px 0 30px;
}

.oggp #item h3 span {
	font-size: 120%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #fef6f4;
	border-radius: 5px;
}

.oggp #item h3 span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #fef6f4;
}

.oggp #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;
}

.oggp #item a:hover {
	background-color: #9e812d;
	text-decoration: none;
}

.oggp #item .end {
    pointer-events: none;
	background: #8C8286;
	transition: none;
}

/* 公式サイト */
.oggp [id^="site"] {
	border-top: 5px double #9d2224;
	padding: 50px;
	margin: 0 40px;
}

.oggp #site02 {
	border-bottom: 5px double #9e812d;
	margin-bottom: 80px;
}

.oggp [id^="site"] p {
	font-weight: bold;
}

/* ボタン */
.oggp .btn {
	color: #fff;
	display: inline-block;
	padding: 15px 35px 15px 30px;
	border-radius: 5px;
	background: url("/html/upload/user_data/feature/oggp/img/icon_link.png") center right 15px no-repeat #8e262b;
	margin: 20px 0 0;
	line-height: 1.2;
	transition: .3s ease-in-out;
}

.oggp .btn:hover {
	background-color: #9e812d;
	text-decoration: none;
	background-position: center right 10px;
}

/* 注意事項 */
.notes_box {
	margin-bottom: 50px;
	padding: 40px;
	background: #E1E1E1;
}

.notes_box .notes_h {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.5rem;
	/* 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;
}

/* スマホ
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
.oggp .pc {
	display: none;
}

.oggp .sp {
	display: block;
}

.oggp {
	padding: 0;
}

.oggp h1 {
	margin: 0 -4% 4%;
}

/* リード */
.oggp .lead {
	padding: 20px 10px 0;
	margin: 4% 0 20px;
}

.oggp .lead p {
	text-align: center;
    line-height: 2.5rem;
}

.oggp .lead p:first-of-type {
	font-size: 1.7rem;
	margin: 0 -5px 25px;
    text-align: center;
    padding: 0 0 15px 0;
}

.oggp .lead .txtC {
	text-align: center;
}

.oggp .lead span {
	font-size: 140%;
}

/* アンカーリンク */
.oggp .ancherlink {
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.oggp .ancherlink a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	background: url("/html/upload/user_data/feature/oggp/img/icon_ancher.png") center bottom 5px no-repeat #8e262b;
	padding: 12px 0px;
	width: 33%;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-decoration: none;
	line-height: 1.4;
}

.oggp .ancherlink a {
	border-radius: 0;

}

.oggp .ancherlink a:nth-of-type(n+2) {
	border-left: none;
}

.oggp .ancherlink a:first-of-type {
	border-radius: 5px 0 0 5px;
}

.oggp .ancherlink a:last-of-type {
	border-radius: 0 5px 5px 0;
}

/* 見出し */
.oggp h2 {
	font-size: 160%;
	margin: 0 0 20px;
}

/* おみやげグランプリとは */
.oggp #about {
	padding: 30px 20px 10px;
	margin: 0 0 40px;
}

.oggp #about::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.oggp #about::after {
	width: 90px;
	height: 60px;
	bottom: -15px;
	right: 30px;
}

.oggp #about p {
	text-align: left;
}

/* エントリー商品のご紹介 */
.oggp #item {
	margin: 40px 0;
	padding: 30px 20px;
	border: 6px solid #ECE5C1;
}

.oggp #item h3 {
	margin: 20px 0 15px;
	font-size: 100%;
	padding: 5px 15px;
}

.oggp #item a {
	margin: 0 1px 10px;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 105%;
}

/* 公式サイト */
.oggp [id^="site"] {
	padding: 30px 20px;
	margin: 0;
}

.oggp #site02 {
	margin-bottom: 40px;
}

.oggp [id^="site"] h2 {
	margin-top: 0;
}

.oggp [id^="site"] p {
	text-align: left;
}

/* ボタン */
.oggp .btn {
	text-decoration: none;
}


/* 注意事項 */
.notes_box {
	margin-bottom: 50px;
	padding: 40px;
	background: #E1E1E1;
}

.notes_box .notes_h {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
}

.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: 1.4rem;
    line-height: 1.8rem;
}

.notes_box .notes_list li a {
	text-decoration: underline;
}

.notes_box p {
	margin: 20px 0 10px;
}

.notes_box {
	padding: 5%;
}

.notes_h {
	margin-bottom: 5% !important;
}

#site01 p{
    font-size: 1.8rem;
}
}

.shoppage_wrap_ span.title_desing_line_,
.shoppage_wrap_ .event_title_:after {
	background-color: #8e262b !important;
}

#site01 p{
    font-size: 2rem;
}

.ec-featureRole__head {
    display: none;
}

/* 受賞商品 */
#awardTtl{
    width:80%;
    margin:0 auto;
}

@media only screen and (max-width: 767px) {
#awardTtl{
    width:100%;
}
}

#awardTtl p{
    margin:40px auto;
    font-size:1.2em;
}

#awardItem .awardItemname p{
    background-color: #8e262b !important;
    color:#fff;
    padding:20px 0;
    font-size:1.3em !important;
    font-weight:bold;
}
@media only screen and (max-width: 767px) {
#awardItem .awardItemname p{
    padding:2% 0;
}
}

#awardItem .awardImg{
    width:35%;
    margin: 3% 2% 0px 3%;
    float: left;
}

@media only screen and (max-width: 767px) {
#awardItem .awardImg {
	width:90%;
	margin: 5% !important;
}
}

#awardItem{
    background-color: #FFF !important;
    overflow:hidden;
}

#awardItem .awardManu p{
	margin:30px 0;
    text-align:left;
}
@media only screen and (max-width: 767px) {
#awardItem .awardManu p{
	margin:10px 0;
}
}

#awardItem .awardManu p span{
    color:#8e262b;
    font-weight:bold;
    font-size:1.2em;
}

#awardItem .awardManu p span:before {
    content: "";
    display: inline-block;
    margin-right: 0.8em;
    width: 19px;
    height: 32px;
    background: url(/html/upload/user_data/feature/oggp/img/icon2_pc.png) center center no-repeat;
    vertical-align: -0.7em;
}

#awardItem .uservoice{
	background-color: #fef6f4 !important;
	border:solid 2px #cc999a;
	padding: 30px;
}

#awardItem .voicettl{
    font-size:1.2em;
    padding-right: 50px;
}
@media only screen and (max-width: 767px) {
#awardItem .voicettl{
    padding-right: 5%;
}
}


#awardItem .voicettl:before {
    content: "";
    display: inline-block;
    margin-right: 0.5em;
    width: 38px;
    height: 30px;
    background: url(/html/upload/user_data/feature/oggp/img/icon3_pc.png) center center no-repeat;
    vertical-align: -0.5em;
}

#awardItem .rightBox{
	width:55%;
	float:right;
	margin-right:30px !important;
    text-align: right;
}

@media only screen and (max-width: 767px) {
#awardItem .rightBox {
	width:90%;
	text-align: center;
	margin: 0 5% !important;
}
}

#awardItem .uservoice p{
	text-align:center;
	margin-bottom: 10px;
}

#awardItem{
	padding-bottom:30px;
}

#awardItem .uservoice ul li{
	text-align:left;
	list-style: inside;
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

#awardItem .price{
	font-weight:bold;
	font-size:1.6em;
	margin-top:20px;
}

@media only screen and (max-width: 767px) {
#awardItem .price {
	text-align: right;
}
}

.btn_{
    display: inline-block;
    padding: 15px 80px 15px 80px;
    border-radius: 30px;
    background: url(/html/upload/user_data/feature/oggp/img/icon_link.png) center right 15px no-repeat #8e262b;
    margin: 20px 0 0;
    line-height: 1.2;
    transition: .3s ease-in-out;
}

.btn_ a{
	color: #fff;
}

@media only screen and (max-width: 767px) {
.btn_{
    padding: 15px 100px 15px 100px;
}
}

.btn2 a{
	color: #fff !important;
    display: inline-block;
    padding: 15px 40px 15px 40px;
    border-radius: 5px;
    background: url(/html/upload/user_data/feature/oggp/img/icon_link.png) center right 15px no-repeat #8e262b;
    margin: 20px 0 0;
    line-height: 1.2;
    transition: .3s ease-in-out;
}

.btn2{
	margin:50px 0 100px;
}

.btn_:hover,.btn2 a:hover {
	background-color: #9e812d;
	text-decoration: none;
	background-position: center right 10px;
}
.cpPeriod {
  background: #8e262b;
  padding: 1%;
  text-align: center;
}
.cpPeriod p{
  color: #FFF !important;
  margin: 0 !important;
  font-weight: normal !important;
}

@media only screen and (max-width: 767px) {
  .cpPeriod {
    margin-bottom: 20px
  }
  .cpPeriod p{
    margin: 0 !important;
    padding: 0 !important;
  }
}