
@import url('https://fonts.googleapis.com/css?family=Orbitron');

@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family : sans-serif;
	/* 1 */
	    -ms-text-size-adjust : 100%;
	/* 2 */
	-webkit-text-size-adjust : 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin : 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display : inline-block;
	/* 1 */
	vertical-align : baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display : none;
	height : 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color : transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline : 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom : 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight : bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style : italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background : #ff0;
	color : #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}

sup {
	top : -0.5em;
}

sub {
	bottom : -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border : 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow : hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin : 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	height : 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow : auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color : inherit;
	/* 1 */
	font : inherit;
	/* 2 */
	margin : 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow : visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform : none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	/* 2 */
	cursor : pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor : default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height : normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border : 0;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow : auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight : bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td, th {
	padding : 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
}

ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

p {
	margin : 0;
}

address {
	font-style : normal;
}

img {
	vertical-align : bottom;
}

*, *:before, *:after {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}

html {
	color : #fffefe;
	font-size : 10px;
	/*
	background-color: $defaultBgColor;
	background-image: url(../images/mainbg_sp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	*/
	font-family : 'Hiragino Maru Gothic W4 JIS2004', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight : 500;
}

/*KEVADD */

.damage-left {
	float:none!important;
	margin:0 auto!important;
}

.left-txt.end {
	font-weight: bold;
    color: #fffefe;
    text-shadow: 0 0 15px #01e0ff;
    text-align: center;
    font-size: 28px;
    letter-spacing: +1px;
    padding-top: 30px;
    padding-bottom: 22px;
}

@media screen and (max-width: 769px){

.left-txt.end {
	font-size:14px;
}

}


.info-area:after {
  content: "";
  display: table;
  clear: both;
}

.info-area {
    max-width: 860px;
    margin: 25px auto;
}

.rightside {
    display: block;
    float: left;
    text-shadow: 0 0 15px #fec70b;
    text-align: center;
    letter-spacing: +1px;
    font-size: 19px;
    font-weight: bold;
}

.leftside {
    float: left;
    max-width: 48%;
    margin-left: 5%;
    font-weight: bold;
    color: #fffefe;
    text-shadow: 0 0 15px #01e0ff;
    text-align: center;
    letter-spacing: +1px;
    font-size: 28px;
}

.leftside img {
    margin-bottom: 20px;
}

.leftside div {
    margin-bottom: 20px;
}

.bottomlink {
    font-weight: bold;
    color: #fffefe;
    text-align: center;
    font-size: 12px;
    font-size: 28px;
    margin: 45px auto 40px;
    display: block;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(1,224,225,0.9), 0px 0px 20px 1px rgba(1,224,225,0.9);
    -moz-box-shadow: 0px 0px 10px 1px rgba(1,224,225,0.9), 0px 0px 20px 1px rgba(1,224,225,0.9);
    box-shadow: 0px 0px 10px 1px rgba(1,224,225,0.9), 0px 0px 20px 1px rgba(1,224,225,0.9);
    border: 3px solid white;
    padding: 8px 15px;
    border-radius: 20px;
    max-width: 460px;
}

.bottomlink:hover {
    text-shadow: 0 0 15px #01e0ff;
}

.bottomlink a {
    text-decoration: none!important;
}

@media screen and (max-width: 769px) {
    .leftside {
        max-width: inherit;
        margin: 20px auto;
        float:none;
}
    
    .rightside {
        float:none;
    }
    
    .rightside img {
    max-width: 75%;
}
    
    .bottomlink {
    max-width: 85%;
    font-size: 16px;
        margin: 0 auto 60px;
    }
}

@media screen and (min-width: 769px), print {
	html {
		font-size : 10px;
		/*
		background-image: url(../images/mainbg_pc.jpg);
		background-attachment: fixed;
		*/
	}
}

body {
	line-height : 1.5;
}

body:before {
	background : url(../images/mainbg_sp.jpg) no-repeat left top;
	background-size : 100% auto;
	display : block;
	position : fixed;
	top : 0;
	left : 0;
	right : 0;
	height : 100%;
	padding-bottom : 108px;
	content : '';
	z-index : -1;
}
@media screen and (min-width: 769px), print {
	body:before {
		background : url(../images/mainbg_pc.jpg) no-repeat left top;
		background-size : cover;
	}
}

/* link style */
a:link {
	color : #fffefe;
	text-decoration : underline;
}

a:visited {
	color : #fffefe;
	text-decoration : none;
}

a:hover, a:active {
	color : #fffefe;
	text-decoration : none;
}

img {
	max-width : 100%;
}

@media screen and (min-width: 769px), print {
	.view-sp {
		display : none;
	}
}

.view-pc {
	display : none;
}
@media screen and (min-width: 769px), print {
	.view-pc {
		display : block;
	}
}

#l-wrap {
	padding : 80px 10px 10px;
	/*
	.container{
		@media screen and (min-width: 769px), print {
			@media screen and (min-height: 780px) {
				margin-top: calc(50vh - 358px);
				margin-bottom: calc(50vh - 353px);
			}
		}
	}
	*/
}
@media screen and (min-width: 769px), print {
	#l-wrap {
		width : 960px;
		margin : 0 auto;
		padding : 30px 0;
	}
}
#l-wrap .logo-area {
	text-align : center;
	background : url(../images/logo_bg_sp.png) center 120px no-repeat;
	background-size : 51px 29px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .logo-area {
		background : url(../images/logo_bg_pc.png) center 270px no-repeat;
	}
}
#l-wrap .logo-area .logo-grandsummoners img {
	width : 180px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .logo-area .logo-grandsummoners img {
		width : 410px;
	}
}
#l-wrap .logo-area .logo-godzilla {
	margin-top : 50px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .logo-area .logo-godzilla {
		margin-top : 85px;
	}
}
#l-wrap .logo-area .logo-godzilla img {
	width : 185px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .logo-area .logo-godzilla img {
		width : 420px;
	}
}
#l-wrap .comingsoon {
	margin-top : 25px;
	text-align : center;
}
@media screen and (min-width: 769px), print {
	#l-wrap .comingsoon {
		margin-top : 20px;
	}
}
#l-wrap .comingsoon img {
	width : 298px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .comingsoon img {
		width : 940px;
	}
}
#l-wrap .cmp-box {
	width : 286px;
	margin : 15px auto 0;
	-webkit-border-image : url(../images/border_img.png) 2 round stretch;
	        border-image : url(../images/border_img.png) 2 round stretch;
	border-style : solid;
	border-width : 1px;
	position : relative;
	padding : 4px;
	background : rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box {
		width : 958px;
		margin-top : 40px;
	}
}
#l-wrap .cmp-box:before {
	content : '';
	display : block;
	position : absolute;
	top : -2px;
	left : -2px;
	right : -2px;
	height : 11px;
	background : url(../images/border_frame_top.png) top center no-repeat;
	background-size : 288px auto;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box:before {
		height : 22px;
		background : url(../images/border_frame_top_pc.png) top center no-repeat;
	}
}
#l-wrap .cmp-box:after {
	content : '';
	display : block;
	position : absolute;
	bottom : -2px;
	left : -2px;
	right : -2px;
	height : 11px;
	background : url(../images/border_frame_bottom.png) top center no-repeat;
	background-size : 288px auto;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box:after {
		height : 22px;
		background : url(../images/border_frame_bottom_pc.png) top center no-repeat;
	}
}
#l-wrap .cmp-box .box-inner {
	-webkit-border-image : url(../images/border_img.png) 2 round stretch;
	        border-image : url(../images/border_img.png) 2 round stretch;
	border-style : solid;
	border-width : 1px;
	padding : 4px;
}
#l-wrap .cmp-box .cmp-area {
	width : 252px;
	margin : auto;
	padding : 24px 0;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area {
		width : auto;
		padding : 52px 50px 55px;
	}
}
#l-wrap .cmp-box .cmp-area h1 {
	text-align : center;
}
#l-wrap .cmp-box .cmp-area h1 img {
	margin : 0 auto;
}
#l-wrap .cmp-box .cmp-area .cmp-txt {
	margin-top : 10px;
	text-align : center;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-txt {
		margin-top : 25px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-txt img {
	margin : 0 auto;
}
#l-wrap .cmp-box .cmp-area .cmp-damage {
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage {
		width : 790px;
		margin : 15px auto 0;
		*zoom : 1;
	}
	#l-wrap .cmp-box .cmp-area .cmp-damage:after {
		content : ' ';
		display : table;
		clear : both;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left {
		width : 340px;
		float : left;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-txt {
	font-weight : bold;
	color : #fffefe;
	text-shadow : 0 0 15px #01e0ff;
	text-align : center;
	font-size : 12px;
	letter-spacing : +1px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-txt {
		font-size : 16px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-txt span {
	font-size : 18px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-txt span {
		font-size : 24px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-total {
	text-align : center;
	font-size : 18px;
	font-family : 'Orbitron';
	letter-spacing : +2px;
	line-height : 1.2;
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-total {
		font-size : 24px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-total span {
	font-size : 45px;
	font-weight : bold;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-left .left-total span {
		font-size : 60px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right {
	background : url(../images/cmp_arrow.png) top center no-repeat;
	background-size : 32px 33px;
	padding-top : 50px;
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right {
		width : 340px;
		float : right;
		background : none;
		padding : 0;
		margin : 0;
		position : relative;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right:before {
		content : '';
		display : block;
		width : 70px;
		height : 62px;
		background : url(../images/cmp_arrow_pc.png) no-repeat;
		position : absolute;
		top : 80px;
		left : -100px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt {
	font-weight : bold;
	color : #fffefe;
	text-shadow : 0 0 15px #01e0ff;
	text-align : center;
	font-size : 12px;
	letter-spacing : +1px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt {
		font-size : 16px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt .next-damage {
	font-size : 18px;
	text-shadow : 0 0 15px #fec70b;
	font-family : 'Orbitron';
	margin : 0 3px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt .next-damage {
		font-size : 30px;
		line-height : 1;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt .next-present {
	font-size : 18px;
	text-shadow : 0 0 15px #fec70b;
	font-family : 'Orbitron';
	margin-right : 3px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt .next-present {
		font-size : 24px;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-txt .next-present span {
		font-size : 26px;
		margin : 0 2px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn {
	text-align : center;
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn {
		margin-top : 5px;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn a .btn-pc {
		display : inline-block;
		position : relative;
		width : 310px;
	}
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn a .btn-pc .btn-hover {
		position : absolute;
		top : 0;
		left : 50%;
		margin-left : -155px;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : all 0.3s ease-in-out;
		        transition : all 0.3s ease-in-out;
	}
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn a .btn-pc .btn-def {
		-webkit-transition : all 0.3s ease-in-out;
		        transition : all 0.3s ease-in-out;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn a:hover .btn-pc .btn-hover {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	#l-wrap .cmp-box .cmp-area .cmp-damage .damage-right .right-btn a:hover .btn-pc .btn-def {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
#l-wrap .cmp-box .cmp-area .cmp-present {
	text-align : center;
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-present {
		margin-top : 32px;
	}
}
#l-wrap .cmp-box .cmp-area .cmp-present .present-txt img {
	margin : 0 auto;
}
#l-wrap .cmp-box .cmp-area .cmp-present .present-btn {
	margin-top : 10px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn {
		margin-top : 18px;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a {
		display : inline-block;
	}
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a .btn-pc {
		display : inline-block;
		position : relative;
		width : 200px;
	}
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a .btn-pc .btn-hover {
		position : absolute;
		top : 0;
		left : 50%;
		margin-left : -100px;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : all 0.3s ease-in-out;
		        transition : all 0.3s ease-in-out;
	}
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a .btn-pc .btn-def {
		-webkit-transition : all 0.3s ease-in-out;
		        transition : all 0.3s ease-in-out;
	}
}
@media screen and (min-width: 769px), print {
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a:hover .btn-pc .btn-hover {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
	#l-wrap .cmp-box .cmp-area .cmp-present .present-btn a:hover .btn-pc .btn-def {
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}
}
#l-wrap .sns-area {
	margin-top : 35px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area {
		margin : 30px 140px 0 130px;
		*zoom : 1;
	}
	#l-wrap .sns-area:after {
		content : ' ';
		display : table;
		clear : both;
	}
}
#l-wrap .sns-area .share-area {
	width : 298px;
	margin : 0 auto;
	*zoom : 1;
	position : relative;
	padding-right : 10px;
}
#l-wrap .sns-area .share-area:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .share-area {
		width : 310px;
		float : left;
		margin : 15px 0 0;
		padding : 0;
	}
}
#l-wrap .sns-area .share-area:before {
	content : '';
	display : block;
	position : absolute;
	top : 50%;
	left : 133px;
	right : 112px;
	height : 1px;
	background : #fff;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .share-area:before {
		left : 138px;
	}
}
#l-wrap .sns-area .share-area .share-ttl {
	float : left;
	margin-top : 8px;
}
#l-wrap .sns-area .share-area .share-ttl img {
	width : 121px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .share-area .share-ttl img {
		width : 132px;
	}
}
#l-wrap .sns-area .share-area ul {
	float : right;
	*zoom : 1;
	border : 1px solid #fff;
}
#l-wrap .sns-area .share-area ul:after {
	content : ' ';
	display : table;
	clear : both;
}
#l-wrap .sns-area .share-area ul li {
	float : left;
	width : 35px;
	text-align : center;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .share-area ul li {
		width : auto;
	}
}
#l-wrap .sns-area .share-area ul li + li {
	border-left : 1px solid #fff;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .share-area ul li a .btn-pc {
		display : block;
		position : relative;
	}
	#l-wrap .sns-area .share-area ul li a .btn-pc .btn-hover {
		position : absolute;
		top : 0;
		left : 0;
		right : 0;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
	#l-wrap .sns-area .share-area ul li a:hover .btn-pc .btn-hover {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}
#l-wrap .sns-area .official-area {
	margin : 20px auto 0;
	width : 288px;
	text-align : center;
}
@media screen and (min-width: 769px), print {
	#l-wrap .sns-area .official-area {
		margin : 0;
		width : 300px;
		float : right;
	}
}
@media screen and (min-width: 769px), print {

	#l-wrap .sns-area .official-area .official-btn a .btn-pc {
		display : block;
		position : relative;
	}
	#l-wrap .sns-area .official-area .official-btn a .btn-pc .btn-hover {
		position : absolute;
		top : 0;
		left : 0;
		right : 0;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		-webkit-transition : all 0.3s ease;
		        transition : all 0.3s ease;
	}
	#l-wrap .sns-area .official-area .official-btn a:hover .btn-pc .btn-hover {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}
#l-wrap .sns-area .official-area .official-text {
	margin-top : 10px;
}
#l-wrap .sns-area .official-area .official-text img {
	width : 210px;
}
#l-wrap .copyright {
	text-align : center;
	margin-top : 20px;
}
@media screen and (min-width: 769px), print {
	#l-wrap .copyright {
		margin-top : 40px;
	}
}

[data-delay] {
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : opacity 0.6s ease-in;
	        transition : opacity 0.6s ease-in;
}
[data-delay].is-show {
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		padding : 0;
		background : none;
	}
	/* for IE7 */
	*:first-child + html body {
		zoom : 67%;
	}
}

#cboxOverlay {
    opacity:0.5!important;
}