@media screen and (min-width: 769px) {
	a[href^="tel:"] {
	    pointer-events: none;
	}
	.mover {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		opacity: 0.8;
	}
	.mover2 {
		transition: filter 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover2:hover {
		filter: brightness(115%);
	}
	.moverContent > * {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.moverContent:hover > * {
		opacity: 0.8;
	}
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #221815;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


@media screen and (min-width: 769px) {
	html{
		overflow: auto;
	}	
	body {
		overflow: hidden;
		min-width: 1164px;
	}
	#suntory_contents {
		background-color: #1a7639;
	}
}

* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
span {
	line-height: inherit;
	font-weight: inherit;
}
img {
	max-width: 100%;
	vertical-align: top;
}
button {
	cursor: pointer;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.inner {
	display: block;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}
.accordionContent {
	display: none;
}
@media screen and (min-width: 769px) {
	.mover {
		transition: filter 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		filter: brightness(105%);
	}
	.moverContent > * {
		transition: filter 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.moverContent:hover > * {
		filter: brightness(105%);
	}
}
@media all and (-ms-high-contrast: none) {
	.mover:hover {
		opacity: 1;
	}
	.moverContent:hover > * {
		opacity: 1;
	}
}
.mode_pc,
.mode_pc_ib {
	display: none;
}
.mode_tb {
	display: none;
}
.mode_sp {
	display: block;
}
.mode_pctb {
	display: none;
}
.mode_pctb_ib {
	display: none;
}
.mode_tbsp {
	display: block;
}
.mode_tbsp_ib {
	display: inline-block;
}
/*
@media screen and (min-width: 641px) {
	.mode_pc,
	.mode_pc_ib {
		display: none;
	}
	.mode_tb {
		display: block;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: block;
	}
	.mode_tbsp_ib {
		display: inline-block;
	}
}
*/
@media screen and (min-width: 769px) {
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_tb {
		display: none;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: none;
	}
	.mode_tbsp_ib {
		display: none;
	}
	.wrapper {
		background-color: #ffffff;
	}
}

.content {
	overflow: hidden;
	position: relative;
}

.content .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.contentInner {
	width: calc(506 / 621 * 100%);
	margin: auto;
}

.wrapper {
/* 	background: url(../img/guide_sp.jpg) no-repeat; */
	background-size: 100% auto;
}

@media screen and (min-width: 769px) {
.wrapper {
/* 	background: url(../img/guide_pc.jpg) no-repeat center top; */
	background-size: 1280px auto;
	min-width: 1160px;
	max-width: 2000px;
	margin: auto;
}
	.content {
/*
		padding: 60px 0 0 0;
		margin: -60px 0 0 0;
*/
	}
	.contentInner {
		position: relative;
	}
}

/* header */
#header {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
#header .contentInner {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
#header .logo a {
	display: flex;
	align-items: center;
	width: calc(415 / 1242 * 100%);
	max-width: 121px;
	height: 60px;
	margin: 0 0 0 10px;
}
#header .logo .ampimgWrap {
	width: 100%;
}
#header .banner a,
#header .banner button {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	width: calc(520 / 1242 * 100%);
	max-width: 165px;
	height: 60px;
}
#header.open .banner {
	display: none;
}
#header .banner .ampimgWrap {
	width: 100%;
}

/* pcNav */
@media screen and (min-width: 769px) {
	#pcNav{
		width: 1160px;
		margin: 0 auto;
	}

	#header {
		border-top: 1px solid #4cb952;
	}
	#header .contentInner {
		height: 60px;
	}
	#pcNav .list {
		display: flex;
		align-items: center;
		height: 60px;
	}
	#pcNav .list .item {
		position: relative;
		width: 148px;
	}
	#pcNav .list .item:first-child {
		width: 145px;
	}
	#pcNav .list .item:last-child {
		width: 172px;
	}
	#pcNav .list .item:after {
		content: "";
		display: block;
		position: absolute;
		top: 14px;
		bottom: 14px;
		right: 0;
		width: 1px;
		background-color: #b5d676;
	}
	#pcNav .list .item a,
	#pcNav .list .item button {
		display: block;
		position: relative;
		width: 100%;
	}
	#pcNav .list .item .ampimgWrap {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	#pcNav .list .item .ampimgWrap.on {
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#pcNav .list .item a:hover .ampimgWrap.off,
	#pcNav .list .item button:hover .ampimgWrap.off {
		opacity: 0;
	}
	#pcNav .list .item a:hover .ampimgWrap.on,
	#pcNav .list .item button:hover .ampimgWrap.on {
		opacity: 1;
	}
}

/* globalNav */
#globalNav .buttonWrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#globalNav .buttonWrap .buttonArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 50%;
	box-sizing: border-box;
}
#globalNav .buttonWrap .buttonArea .wrap {
	position: relative;
	width: 20.7547169811px;
	margin: auto;
	padding: 15.0943396226px 0 0 0;
}
#globalNav .buttonWrap .buttonArea .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #2f7824;
	margin: auto;
	transition: all 0.2s;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	top: 0;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	top: calc(50% - 1px);
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	bottom: 0;
}
#globalNav .menu {
	display: none;
	overflow: auto;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 999;
	height: 100vh;
	background-color: #ffffff;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#globalNav .item {
	margin: 0 0 40px 0;
}
#globalNav .item a,
#globalNav .item button {
	display: block;
	width: 100%;
}
#globalNav .item a .ampimgWrap,
#globalNav .item button .ampimgWrap {
	padding: calc(75 / 1242 * 100%) 0 0 0;
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	bottom: 0;
	left: 0;
	transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	opacity: 0;
	left: 0;
}
.open #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	top: 0;
	left: 0;
	transform: translateY(-50%) translateY(1px) rotate(45deg);
}
.open #globalNav .menu {
	display: block;
}
/************************************************************
	mainVisual
************************************************************/

#mainVisual .contentInner {
	background: url(../img/mv_sp.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	padding: calc(1085/768*100%) 0 0 0;
 }
#mainVisual .contentInner h1,
#mainVisual .contentInner p {
	display: none;
 }
#mainVisual h1 img{
	width: calc(710/768*100%);
	margin: 0 auto;
 }
/*
#mainVisual .content {
	background: url(../img/bg_asanoha_sp.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: 100% auto;
	padding: 0 0 0 0;
}
*/
@media screen and (min-width: 769px) {
#mainVisual .contentInner {
	background: url(../img/mv@2x.jpg) no-repeat center top;
	background-size: cover;
	height: 530px;
	padding: 0 0 0 0;
}
#mainVisual .content {
	background-size: 2000px 938px;
	background-attachment: fixed;
	height: 530px;
	padding: 0 0 0 0;
}
#mainVisual h1{
	width: 100%;
	padding: 15px 0 18px 0;
 }
#mainVisual h1 img{
	width: 1106px;
 }
}
/************************************************************
	information
************************************************************/
#information {
	text-align: center;
	background: #40220f;
 }
#information .contact  {
	width: 100%;
	margin: 0 auto;
	padding: 0;
 }

@media screen and (min-width: 769px) {
#information {
	padding: 23px 0 0 0;
 }
#information .date {
}
#information .contact  {
    padding: 16px 0 26px 0;
 }
}

/************************************************************
	キャンペーン終了
************************************************************/
.cp-end {
	background: #D0121B;
	text-align: center;
}
.cp-end  p{
	font-size: 19px;
	color: #FFFFFF;
	padding: 20px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
.cp-end  p{
	font-size: 38px;
	padding: 30px 0;
}
}

/************************************************************
	sub
************************************************************/
#sub {
	position: relative;
}
#sub:before {
    content: "";
    height: 21%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sub .content {
	position: relative;
	text-align: center;
/* 	padding: 0 0 147.9% 0; */
	background: #FFFFFF;
}
#sub .content .label {
    width: calc(294/768*100%);
    height: auto;
    position: absolute;
    top: 48.2%;
    left: -5.7%;
    transform: rotate(-3deg);
}
#sub .content .product_txt {
    width: 100%;
	margin: 0 auto;
}
@media screen and (orientation: landscape) {
#sub .content p {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
#sub {
	background: url(../img/bg_sub.jpg) repeat;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
#sub:before {
	content: "";
	background: rgba(255, 255, 255, 1);
	height: 408px;	
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sub:after {
	content: "";
	background: url(../img/bg_cara1@2x.png) no-repeat;
	background-size: 103px 108px;
	height: 108px;
	width: 103px;
	position: absolute;
    bottom: -61px;
    left: 50%;
    margin-left: 477px;
}
#sub .content {
	width: 1160px;
    height: 769px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	background: transparent;
}
#sub .content .product {
    width: 518px;
    height: 296px;
    position: absolute;
	bottom: 408px;
    right: 181px;
}
#sub .content .label {
	width: 261px;
	height: 342px;
	position: absolute;
    top: 54px;
    left: 162px;
    transform: rotate(0);
}
#sub .content dl {
	display: flex;
    align-items: center;
	position: absolute;
    left: 235px;
    bottom: 56px;
}
#sub .content dl dt {
	width: 120px;
	padding-right: 38px;
}
#sub .content dl dd {
	color: #1a7639;
	width: 610px;
	text-align: left;
	border-left: 1px solid #1a7639;
	padding-left: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
#sub .content dl dd ul {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 10px;
}
#sub .content dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#sub .content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
  }
}

/************************************************************
	prize
************************************************************/
#prize nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: calc(50/768*100%) 0 0 0;
	box-sizing: border-box;
}
#prize nav .title {
	width: calc(559/768*100%);
	margin: 0 auto;
}
#prize nav .title img {
	margin-left: -2.5%;
}

#prize nav ul {
	display: flex;
	justify-content: center;
	padding: calc(30/768*100%) calc(4/768*100%) calc(44/768*100%) calc(4/768*100%) ;
}
#prize nav ul li {
	margin: 0 0.5%;
}
.dl_btn,
.dl_btn2 {
	background-color: #eb4c00;
	display: block;
	width: 90%;
	padding: 5% 0;
	margin: 5%  auto 0 auto;
	border-radius: 5px;
	text-align: center;
	transition: opacity 0.2s ease-out;
}
.dl_btn img{
	width: 64%;
}
.dl_btn,
.dl_btn2 {
/* 	opacity: 0.5; */
	background-color: #eb4c00;
	display: block;
	width: calc(678/768*100%);
	padding: 5.8% 0;
	margin: 0  auto;
	border-radius: 5px;
	text-align: center;
	transition: opacity 0.2s ease-out;
	box-shadow: 0 5px #b03a01;
}
.dl_btn2 img {
	width: calc(523/678*100%);
}

#prize p.att {
    font-size: 12px;
    font-size: 1.2rem;
	text-align: center;
	padding: 4% 0 6% 0;
	line-height: 1.3;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 1em;
}
#prize .annotation {
    font-size: 10px;
    font-size: 1.0rem;
	text-align: center;
	padding: 4% 0 6% 0;
}
#prize nav ul li a {
	display: block;
}

@media screen and (min-width: 769px) {
#prize nav {
	padding: 82px 0 0 0;
}
#prize nav .title {
	width: 544px;
	margin: 0 auto;
}
#prize nav .title img {
	margin-left: -18px;
}
#prize nav ul {
	padding: 46px 0 0 0;
}
#prize nav ul li {
	margin: 0 8px;
	z-index: 100;
}
}

p.hr_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
#prize {
	color: #1a7639;
	background: url(../img/bg_prize.jpg) center top repeat-y;
	background-size: 100% auto;
	position: relative;
}
#prize .content {
	padding: calc(6/768*100%) 0 0 0;
	border: none;
	text-align: center;
}
#prize .course h3 {
    margin: 11% 0 4.6% 0;
}
#prize #course2 h3 {
    margin: 10% 0 4% 0;
}
#prize #course3 h3 {
	margin: 9.2% 0 8.0% 0;
}
.prizeWrap {
    margin-top: 0;
    padding-top: 0;
}
.checkArea label p {
    font-size: 14px;
    color: #1a7639;
	margin-top: -1%;
}
.checkArea label {
    font-size: 14px;
    font-size: 1.4rem;
}
/* どれでも5枚で応募 */
#prize #course1 .prize_detail {
	margin-top: -11%;
}
/* どれでも20枚で応募 */
#prize #course2 .prize_detail {
	margin-top: -2%;
}
/* Wチャンス */
#prize #course3 .prize_detail {
	margin-top: -4%;
}

#prize #course2 h4 {
	width: calc(661/768*100%);
    margin: 6.6% auto -6.0% auto;
}
.buttonArea .elm {
    padding: 9% 0 13% 0;
}
#prize .annotation {
    font-size: 10px;
    font-size: 1.0rem;
	line-height: 1.5;
	padding: 1% 0 5% 0;
}
#prize .annotation::after {
  content: "";
  display: block;
  clear: both;
}
#prize .annotation>div {
	padding-left: 19%;
}
#prize .annotation>div ol {
	text-align: left;
}
#prize #course3 .eemon_fullcourse {
	padding: 6% 0 8% 0;
}
#prize #course3 .eemon_fullcourse .detail1 {
	background: url(../img/bg_set1.png) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 16%;
}
#prize #course3 .eemon_fullcourse .detail2 {
	background: url(../img/bg_set2.png) no-repeat center top;
	background-size: 100% auto;
}
#prize #course3 .eemon_fullcourse .detail2 dd {
	padding: 4% 12%;
}


/* prize3 */
#prize #course3 h3 {
    margin: 38px auto 34px auto;
}


@media screen and (orientation: landscape) {
#prize .annotation {
    font-size: 16px;
    font-size: 1.6rem;
}
}

@media screen and (min-width: 769px) {
#prize {
	background: url(../img/bg_prize@2x.jpg) center top repeat-y;
	background-size: 2000px 970px;
    position: relative;
}
#prize #course3:after {
	content: "";
	background: url(../img/prize_bg2@2x.png) repeat-x;
	background-size: 28px 28px;
	height: 28px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#prize .content {
    background: url(../img/bg_cara2@2x.png) no-repeat center 94px;
    background-size: 1378px auto;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	padding-top: 58px;
}

#prize .course h3:nth-of-type(2) {
	margin: 20px auto 32px auto;
}
#prize .content h3 {
	width: 100%;
	margin: 100px auto 0 auto;
}

#prize .content h3  img{
	margin: 0 auto;
}
/*course1 *************************************************************************/
#prize #course1 {
    padding-bottom: 72px;
}
#prize #course1 .prize_detail h4 {
	margin-bottom: -65px;
	z-index: 100;
}
#prize #course1 .prize_detail h4  img {
	margin-left: -60px;
}
#prize #course1 .prize_detail > div {
	box-sizing: border-box;
	width: 960px;
	height: 616px;
	margin: 0 auto;
	padding: 68px 0 0 0;
	background: url(../img/prize1_bg@2x.png) no-repeat;
	background-size: 960px auto;
}
#prize #course1 .prize_detail > div:after {
	content: "";
	background: url(../img/bg_cara3@2x.png) no-repeat;
	background-size: 67px 66px;
	height: 67px;
	width: 66px;
	position: absolute;
    bottom: -58px;
	margin-left: -318px;
}
#prize #course1 .prize_detail .prize_img {
	margin-left: -80px;
}
#prize #course1 .prize_detail .prize_detail_txt {
	padding-top: 16px;
}
#prize #course1 .prize_detail .prize_detail_txt {
	font-size: 14px;
	line-height: 1.4;
}
#prize .prize_detail .prize_detail_txt p {
	font-size: 16px;
}
#prize .prize_detail .prize_detail_txt p span {
	font-weight: bold;
}

#prize .content .prize_detail {
	position: relative;
}
#prize .course .txt_annotation {
	text-align: right;
	font-size: 11px;
	line-height: 1.5;
	position: absolute;
}
#prize .course {
	position: relative;
}

#prize .course .txt_annotation {
	bottom: 20px;
	right:50%;
    margin-right: -486px;
}
#course3.course .txt_annotation {
    top: 546px;
    right: 50%;
    margin-right: -418px;
}
#prize #course1 .prize_detail,
#prize #course2 .prize_detail,
#prize #course3 .prize_detail {
    margin-top: 0;
}


/*course2 *************************************************************************/
#prize #course2 {
    padding-bottom: 62px;
}
#prize #course2 h3 {
    margin: 20px 0 0 0;
}
#prize #course2 h4 {
    margin: 10px auto 0 auto;
}
#prize #course2 .prize_detail h4 {
	margin-bottom: -40px;
}
#prize #course2 .prize_detail h4  img {
	margin-left: -11px;
}
#prize #course2 .prize_detail > div {
	box-sizing: border-box;
	width: 960px;
	height: 806px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: url(../img/prize2_bg@2x.png) no-repeat;
	background-size: 960px auto;
}
#prize #course2 .prize_detail .prize_detail_txt h6 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#prize #course2 .prize_detail .prize_detail_txt.set h6 {
	margin-bottom: 15px;
}
#prize #course2 .prize_detail .prize_detail_txt.set h6:before,
#prize #course2 .prize_detail .prize_detail_txt.set h6:after {
    border-top: 1px solid #1a7639;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
#prize #course2 .prize_detail .prize_detail_txt.set h6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	width: 760px;
	margin: 0 auto 20px auto;
	position: relative;
}
#prize #course2 .prize_detail .prize_detail_txt {
	font-size: 14px;
	line-height: 1.4;
	padding-top: 22px;
}
#prize #course2 .prize_detail_txt>div {
	display: flex;
    justify-content: space-around;
	width: 780px;
	margin: 0 auto;
	box-sizing: border-box;
}
#prize #course2 ul {
	text-align: left;
	width: 380px;
	font-size: 15px;
}
#prize #course2 .prize_detail .prize_detail_txt.set p {
    text-align: right;
    font-size: 11px;
    line-height: 2;
	padding-right: 118px;
}
#prize #course2 ul.detail {
	padding: 28px 48px 60px 48px;
}
#prize #course2 ul.detail li {
	width: 330px;
}
#prize #course2 {
	position: relative;
	margin-bottom: 40px;
}
#prize #course2 .product {
	position: absolute;
	top: 96px;
	right: 0;
}
.prizeWrap {
    margin-top: 10%;
    padding-top: 10%;
}

/*course3 *************************************************************************/
#prize #course3 {
	background: #1a7639;
	padding-bottom: 108px;
}
#prize #course3 h3 {
	padding: 60px 0 30px 0;
    margin: 0 auto;
}
#prize #course3 .prize_detail > div {
	box-sizing: border-box;
	width: 960px;
	height: 433px;
	margin: 0 auto;
	padding: 32px 0 0 0;
	background: url(../img/prize3_bg@2x.png) no-repeat;
	background-size: 960px auto;
	position: relative;
}
#prize #course3 .prize_detail > div:after {
	content: "";
	background: url(../img/bg_cara4@2x.png) no-repeat;
	background-size: 864px 214px;
	width: 864px;
	height: 214px;
	position: absolute;
    top: -180px;
    margin-left: -421px;
}
#prize #course3 .prize_detail .prize_detail_txt {
	padding: 20px 0 0 30px;
    font-size: 13px;
	line-height: 1.5;
}
#prize #course3 .prize_detail .prize_detail_txt p {
    font-size: 15px;
	line-height: 1.5;
}
#prize #course3 .prize_detail > div .badge {
	width: 160px;
	height: 160px;
	position: absolute;
    top: -77px;
    left: 21px;
}

.buttonArea .elm {
	display: flex;
}
.dl_btn {
	width: 678px;
	padding: 34px 0;
    margin: 42px auto 84px auto;
	text-align: center;
}
.dl_btn2 {
	width: 678px;
	padding: 34px 0;
    margin: 42px auto 118px auto;
	text-align: center;
}
.btn2 {
	width: 678px;
	padding: 34px 0;
    margin: 0px auto 10px auto;
	text-align: center;
}
.dl_btn img {
	display: inline-block;
}
.btn2 img {
	width: 444px !important;
}
.dl_btn img {
	width: 333px;
}

#prize .annotation {
	padding: 0 0 1.9% 0;
}
#prize .annotation>div ol {
    font-size: 13px;
    font-size: 1.3rem;
	line-height: 1.5;
}
#prize .annotation>div {
	float: right;
	padding-left: 0;
}


.buttonArea .elm {
	padding: 0;
}
.prizeWrap {
    margin-top: 0px;
    padding-top: 88px;
}


}


.checkArea label {
    font-size: 14px;
    font-size: 1.4rem;
}
.checkArea label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.checkArea input[type="checkbox"] {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	margin: 0 10px 0 0;
	border: 1px solid #1a7639;
}
.checkArea input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 23%;
	left: 16%;
	right: 0;
	width: 45%;
	height: 60%;
	margin: auto;
	border-bottom: 2px solid #d32c25;
	border-right: 2px solid #d32c25;
	transform: rotate(45deg);
}
.checkArea a {
	position: relative;
}
.checkArea a:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #1a7639;
}

.dl_btn[disabled="disabled"] {
	cursor: auto;
}
.dl_btn[disabled="disabled"] {
	opacity: 0.6;
}
@media screen and (orientation: landscape) {
.checkArea label p {
	font-size: 20px;
	color: #1a7639;
	margin-top: -5px;
}
.checkArea input[type="checkbox"] {
    width: 28px;
    height: 28px;
}
}


@media screen and (min-width: 769px) {
	.checkArea input[type="checkbox"] {
		width: 25px;
		height: 25px;
	}
	.checkArea label {
	    font-size: 20px;
	    font-size: 2.0rem;
	}

}


/************************************************************
	label
************************************************************/
#label {
	background: #FFFFFF;
}
#label .content {
	text-align: center;
	padding: 10.8% 0 0 0;
}
#label p.title {
	width: 100%;
	margin: 0 auto 4.5% auto;
}

#label .label_img1 {
    width: calc( 565 / 768 * 100%);
    margin: 2.5% auto 7% 3.4%;
}
#label .label_img2 {
    width: calc( 490 / 768 * 100%);
	margin: 0 auto;
}
#label .label_detail_txt {
	width: calc(696/758*100%);
    margin: 5% auto 8.5% auto;
}

#label p.txt {
	display: block;
	width: calc(710 / 768 * 100%);
	margin: 0 auto 10% auto;
}
#label .bottle {
	width: calc(565 / 768 * 100%);
	margin: 0 auto 0 17.5%;
}
#label .copy {
	width: calc(207 / 768 * 100%);
	position: absolute;
	right: 9%;
    bottom: 4%;
}


@media screen and (min-width: 769px) {
#label {
/* 	background: url(../img/guide_label.jpg) center top no-repeat; */
/* 	background: url(../img/prize_bg2@2x.png) repeat-x; */
/* 	background-size: 28px 28px; */
}
#label .content {
	padding: 0px 0 36px 0;
	text-align: center;
	position: relative;
	width: 1160px;
	margin: 0 auto;
	overflow: visible;
}
#label p.title {
	width: 685px;
	margin: 0 auto;
}
#label p.title img {
	margin-left: -16px;
}
#label .label_img1,
#label .label_img2,
#label .label_img3 {
	display: inline;
}
#label .label_img1 {
	width: 586px;
    margin: 41px 0 0 34px;
}
#label .label_img2 {
    width: 812px;
    margin: 14px -5px 0 0;
}
#label .txt_annotation {
	text-align: left;
	line-height: 1.6;
    color: #1a7639;
	width: 600px;
    margin: 43px auto 0 auto;
    font-size: 15px;
    padding-left: 32px;
}
#label ul.txt_annotation li {
	text-indent: -1em;
	padding-left: 1em;
}
#label ul.txt_annotation li:last-child {
	font-size: 12px;
	line-height: 1.6;
}
#label p.txt {
    width: 482px;
    margin: 0 auto;
}
#label p.txt img {
	margin-left: -8px;
}
#label .copy {
	position: absolute;
	width: 212px;
    right: 45px;
    top: 268px;
}
#label .bottle {
	position: absolute;
    width: 464px;
    right: -242px;
    bottom: 0px;
}
}

/************************************************************
	応募要項
************************************************************/
#guidelines {
	background: #40220f;
	padding: 8% 0 5% 0;
	color: #FFFFFF;
	text-align: center;
}
#guidelines .buttonArea {
	margin-bottom: 7%;
}
#guidelines .outer_box {
	width: 90%;
	margin: 0 auto;
}
#guidelines .outer_box>div {
	padding: 3%;
	border-radius: 5px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	color: #40220f;
	text-align: left;
	padding: 10% 6%;
	font-size: 80%;
}
#guidelines h4 {
	width: 26%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10%;
}
#guidelines .outer_box>div>section {
	margin-bottom: 10%;
}
#guidelines .outer_box>div>section:last-child {
	margin-bottom: 0;
}
#guidelines h5 {
	background: #40220f;
	height: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4%;
	border-radius: 2px;
}
#guidelines ul>li {
	text-indent: -1.2em;
	padding-left: 1.2em;
	line-height: 1.6;
	margin-bottom: 3px;
}
#guidelines .att {
	padding-top: 10px !important;
	font-size: 90%;	
}
.notes {
	font-size: 75%;
}
#guidelines p {
	line-height: 1.5;
}
#guidelines section .att li {
	text-indent: -1.2em;
	padding-left: 1.2em;
	line-height: 1.3;
	margin-bottom: 3px;
}
#guidelines section .txt_L {
	font-weight: bold;
	font-size: 120%;
	margin: 8px 0 0 0;
}
#guidelines section .bold {
	font-weight: bold;
	margin: 12px 0 0 0;
}

#guidelines section:nth-child(6) .txt_L {
	font-size: 120%;
}
#guidelines section:nth-child(7) .att {
	padding-top: 5px !important;
	margin-bottom: 10px;
}
#guidelines section:nth-child(11) p {
	margin-bottom: 10px;
}
#guidelines #contact h4 {
	padding-bottom: 0;
}
#guidelines a {
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
#guidelines {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 46px;
	padding: 100px 0 50px 0;
	min-width: 960px;
	color: #FFFFFF;
	text-align: center;
}
#guidelines .buttonArea {
	margin-bottom: 68px;
}
#guidelines .outer_box {
	width: 960px;
	height: 700px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
	border-radius: 5px;
}

#guidelines .outer_box>div {
	height: 624px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto;
	background: #ffffff;
	color: #40220f;
	text-align: left;
	padding: 28px 40px 48px 40px;
	font-size: 110%;
	position: relative;
}
#guidelines h4 {
	width: 124px;
	padding: 0 0 50px 0;
}
#guidelines h5 {
	background: #40220f;
	height: 44px;
	color: #ffffff;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 24px;
	border-radius: 3px;
}
#guidelines .outer_box>div>section {
	margin-bottom: 30px;
}
}

#pagetop {
	background: #40220f;
	padding: 0 0 0 0;
}
@media screen and (min-width: 769px) {
#pagetop {
	border-bottom: 7px solid #add60a;
	padding: 0 0 30px 0;
	text-align: center;
}
#pagetop img {
	margin: 0 auto;
}
}


