@charset "UTF-8";
/*
style.scss
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* base */
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: rgba(0,0,0,0.8);
}
a:hover img {
	opacity: 0.8;
}

/* Guinness */
.Guinness img {
	width: 100%;
	vertical-align: top;
}
.Guinness a:hover img {
	opacity: 0.8;
}

/* block01 */
.Guinness .block01 {
	position: relative;
}
.Guinness .block01 .close {
	position: absolute;
	z-index: 1;
}
.Guinness .bar_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.Guinness .bar_in {
	position: relative;
	margin: 0 auto;
	color: #6f3e13;
}
.Guinness #bar_current {
	position: absolute;
}
.Guinness .bar {
	width: 100%;
	padding: 3px;
	background: -webkit-linear-gradient(top, #105d31, #047936 50%, #105d31);
	background: linear-gradient(to bottom, #105d31, #047936 50%, #105d31);
	border-radius: 5px;
}
.Guinness .bar_bdr {
	box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15) inset;
	background: #e9cf75;
}
.Guinness #bar_percent {
	background: -webkit-linear-gradient(top, #105d31, #047936 50%, #105d31);
	background: linear-gradient(to bottom, #105d31, #047936 50%, #105d31);
}
.Guinness .start {
	float: left;
}
.Guinness .end {
	float: right;
}
.Guinness .post_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.Guinness .post_in p {
	display: inline-block;
	vertical-align: middle;
}
.Guinness .post_in .ttl {
	color: #6f3e13;
}
.Guinness .post_in .num {
	color: #c5000a;
	font-weight: bold;
}
.Guinness .block01 .btn_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.Guinness .block01 .btn_wrap a {
	display: block;
	color: #f2e494;
	font-weight: bold;
}
.Guinness .block01 .btn_wrap a:after {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow01.png) no-repeat;
}
.Guinness .block01 .btn:hover {
	opacity: 0.8;
}
.Guinness .block01 .btn_wrap.disabled {
	opacity: 0.5;
}
.Guinness .block01 .btn_wrap.disabled a:after {
	display: none;
}
.Guinness .block01 .btn_wrap.disabled .btn:hover {
	opacity: 1;
}

/*
	for PC
*/

@media screen and (min-width: 768px) {

body {
	font-family:"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1;
}

.sp {
	display: none;
}

/* block01 */
.Guinness .block01 {
	max-width: 972px;
	width: 100%;
	height: 352px;
	margin: 0 auto;
	background: url(../img/frame_area_bg.jpg) repeat-y;
	background-size: 100% auto;
}
.Guinness .block01 .close {
	top: 0;
	right: 0;
}
.Guinness .bar_in {
	width: 720px;
	width: 74%;
	padding-top: 60px;
	font-size: 12px;
}
.Guinness #bar_current {
	top: 65px;
	width: 50px;
	height: 66px;
	margin-left: -24px;
}
.Guinness .bar {
	height: 21px;
	margin: 58px auto 5px;
}
.Guinness #bar_percent {
	height: 21px;
}
.Guinness .start {
	margin-left: 5px;
}
.Guinness .end {
	margin-right: 5px;
}
.Guinness .post_in {
	height: 48px;
	margin: 178px 0 0;
	background: url(../img/block01_03.png) no-repeat 50% 0;
}
.Guinness .post_in .ttl {
	font-size: 15px;
	line-height: 40px;
}
.Guinness .post_in .num {
	margin-left: 30px;
	font-size: 34px;
	line-height: 54px;
}
.Guinness .block01 .btn_wrap .btn {
	width: 743px;
	height: 100px;
	margin: 245px auto 0;
	background: url(../img/btn_photo.png) no-repeat 50% 0;
}
.Guinness .block01 .btn_wrap a {
	font-size: 32px;
	line-height: 100px;
}
.Guinness .block01 .btn_wrap a:after {
	width: 16px;
	height: 22px;
	margin-left: 15px;
}

} /* @media */


/*
	for SP
*/
@media screen and (max-width: 768px) {

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	-webkit-font-smoothing:antialiased; 
}

.pc {
	display: none;
}

/* block01 */
.Guinness .block01 {
	background: url(../img/frame_area_bg_sp.jpg) repeat-y;
	background-size: 100% auto;
	overflow: hidden;
}
.Guinness .block01 .close {
	top: 0;
	right: 0;
	width: 25.625%;
}
.Guinness .bar_in {
	width: 84.375%;
	padding-top: 7.5%;
	font-size: 10px;
	font-size: 3.2vw;
}
.Guinness #bar_current {
	top: 47%;
	width: 7.8125%;
	margin-left: -3.7%;
}
.Guinness .bar {
	height: 18px;
	padding: 2px;
	margin: 13.3% auto 4px;
	border-radius: 2px;
}
.Guinness #bar_percent {
	height: 18px;
}
.Guinness .post_in {
	margin: 29% 0 0;
	padding: 1.7% 0 1.3%;
	background: url(../img/block01_03_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}
.Guinness .post_in .ttl {
	font-size: 12px;
	font-size: 3.75vw;
	line-height: 26px;
}
.Guinness .post_in .num {
	margin-left: 20%;
	font-size: 18px;
	font-size: 5.625vw;
}
.Guinness .block01 .btn_wrap .btn {
	width: 86.25%;
	margin: 41% auto 0;
	padding: 5% 0;
	background: url(../img/btn_photo_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
}
.Guinness .block01 .btn_wrap a {
	padding-left: 20px;
	font-size: 16px;
	font-size: 5vw;
}
.Guinness .block01 .btn_wrap a:after {
	width: 8px;
	height: 11px;
	margin-left: 5px;
	background-size: 100% auto;
}


} /* @media */




